EXIF_READER_UINT Name
EXIF_READER Purpose
Read values from an Exif file (digital camera file).
Category
Calling Sequence
exif_reader, file, values Inputs
file = Name of digital camera image file. in
Keyword Parameters
Keywords
/LIST means list values.
OUT=out Return values in a text array.
DESCRIPTION=desc Returned text array of descriptive text.
/TAGS means list in hex all tag values found.
ERROR=err Error flag: 0=valid EXIF file, 1=not Exif.
Outputs
values = Returned structure with values. out
Common Blocks
Notes
Modification History
R. Sterner, 2000 Dec 19
R. Sterner, 2001 Jul 12 --- Added ori, also more comments.
R. Sterner, 2001 Aug 19 --- Fixed for odd endian, added out.
R. Sterner, 2001 Nov 16 --- Dropped uint for backward compatibility.
Copyright (C) 2000, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.