gdkPixbufGetFileInfo {RGtk2} | R Documentation |
Parses an image file far enough to determine its format and size.
gdkPixbufGetFileInfo(filename)
|
[character] The name of the file to identify. |
Since 2.4
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. |
|
[integer] Return location for the width of the image, or NULL |
|
[integer] Return location for the height of the image, or NULL |
Derived by RGtkGen from GTK+ documentation