gimp-register-magic-load-handler

Spencer Kimball & Peter Mattis

Description

Registers a file load handler procedure.

Help

Registers a procedural database procedure to be called to load files of a particular file format using magic file information.


Type

unknown

Parameters

Type Name Description
PF_VALUE procedure-name The name of the procedure to be used for loading
PF_VALUE extensions comma separated list of extensions this handler can load (i.e. "jpg,jpeg")
PF_VALUE prefixes comma separated list of prefixes this handler can load (i.e. "http:,ftp:")
PF_VALUE magics comma separated list of magic file information this handler can load (i.e. "0,string,GIF")

Return

None