|  
 www.zzee.com | Support | You are here: Contents > 10. Templates > 10.2. Developing Templates > 10.2.3. ZZI2 Keywords and Constructs > 10.2.3.7. Image Information Extraction  | 
| www.zzee.com | You are here: Contents > 10. Templates > 10.2. Developing Templates > 10.2.3. ZZI2 Keywords and Constructs > 10.2.3.7. Image Information Extraction | 
The program can extract information from image files. The supported file types are: bmp, png, gif, jpeg and tiff. Some jpeg and tiff images may include information stored by a digital camera. This is called EXIF information, and it may include ISO speed, distance, shutter speed, if the flash was used, etc. Note, it depends on an author of a file which information is available.
Here is the list of the related variables:
| Variable | Type / Comment | 
|---|---|
| imageWidth | Integer | 
| imageHeight | Integer | 
| imagePixelFormat | String | 
| imageBitsPerPixel | Integer | 
| imageXResolution | Float | 
| imageYResolution | Float | 
| imageGifFrameDelay | Integer, can be empty | 
| imageGifLoopCount | Integer, can be empty | 
| imageArtist | String | 
| imageTitle | String | 
| imageDescription | String | 
| imageSoftware | String, software used for image creation | 
| imageDatetime | String, formatted as per date time format set at Options > "Date/time format" | 
| imageCopyright | String | 
| imageEquipMake | String, camera manufacturer | 
| imageEquipModel | String, camera model | 
| imageExifVersion | String | 
| imageExifDatetime | String, formatted as per date time format set at Options > "Date/time format" | 
| imageExifUserComment | String | 
| imageExifRelatedWav | String, related audio file name | 
| imageExifExposureTime | String | 
| imageExifFNumber | String | 
| imageExifExposureProgram | String | 
| imageExifSpectralSensivity | String | 
| imageExifISOSpeed | String | 
| imageExifShutterSpeed | String | 
| imageExifAperture | String | 
| imageExifBrightness | String | 
| imageExifSubjectDist | String | 
| imageExifLightSource | String | 
| imageExifFlash | String | 
| imageExifFlashEnergy | String | 
| imageExifFocalLength | String | 
For more information about EXIF information please visit their web site: http://www.exif.org .