gimp-register-thumbnail-loader

Sven Neumann <sven@gimp.org>

Description

Associates a thumbnail loader with a file load procedure.

Help

Some file formats allow for embedded thumbnails, other file formats contain a scalable image or provide the image data in different resolutions. A file plug-in for such a format may register a special procedure that allows GIMP to load a thumbnail preview of the image. This procedure is then associated with the standard load procedure using this function.


Type

unknown

Parameters

Type Name Description
PF_VALUE load-proc The name of the procedure the thumbnail loader with.
PF_VALUE thumb-proc The name of the thumbnail load procedure.

Return

None