|
IDL Reference Guide: Procedures and Functions |
|
QUERY_GIF is a method of obtaining information about a GIF image file without having to read the file. See QUERY_* Routines for more information.
| Note The GIF format uses compression technologies that may be subject to license restrictions. If you receive a warning when attempting to use this routine, contact ITT Visual Information Solutions for information about licensing options. |
Result = QUERY_GIF ( Filename [, Info] )
This routine returns a long with the value of 1 (one) if the query was successful (and the file type was correct) or 0 (zero) on failure.
A scalar string containing the pathname of the GIF file to query.
Returns an anonymous structure containing information about the image in the file. The Info.TYPE field will return the value `GIF'.
| Note See QUERY_* Routines for detailed structure info. |
None
QUERY_* Routines, READ_GIF, WRITE_GIF
IDL Online Help (March 06, 2007)