|
IDL Reference Guide: Procedures and Functions |
|
QUERY_BMP is a method of obtaining information about a BMP image file without having to read the file. See QUERY_* Routines for more information.
Result = QUERY_BMP ( 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 BMP file to query.
Returns an anonymous structure containing information about the image in the file. The Info.TYPE field will return the value `BMP'.
| Note See General Query * Routine Info Structures for detailed structure information. |
There are no keywords for this routine.
QUERY_* Routines, READ_BMP, WRITE_BMP
IDL Online Help (March 06, 2007)