gdkPixbufGetFileInfo: gdkPixbufGetFileInfo
Description
Parses an image file far enough to determine its format and size.Usage
gdkPixbufGetFileInfo(filename)
Value
A list containing the following elements:retval[GdkPixbufFormat] A GdkPixbufFormat describing the image format of the file
or NULL if the image format wasn't recognized.width[integer] Return location for the width of the image, or NULLheight[integer] Return location for the height of the image, or NULL