summaryrefslogtreecommitdiff
path: root/jpgfile.c
diff options
context:
space:
mode:
authorTyler Luu <tluu@ti.com>2011-10-12 17:46:32 -0500
committerIliyan Malchev <malchev@google.com>2011-10-14 16:37:02 -0700
commitbd90094d709a579d8d74c326269e492627be9daa (patch)
treeae6d24a8c5b4b10b9a406be329a2444f22e28088 /jpgfile.c
parent13714f28c615c0cf1be4907aa6fe86f0cb5b28b8 (diff)
downloadjhead-bd90094d709a579d8d74c326269e492627be9daa.tar.gz
Fix insertion of GPSProcessingMethod tag
GPSProcessingMethod was not being inserted properly because it was being treated as STRING format which results in "ASCII" being taken as the processing method. GPSProcessingMethod is defined as UNDEFINED format with the value containing a character string in Exif2.2 standard. 1. Set GPSProcessingMethod to UNDEFINED format as defined in Exif2.2 2. Add handling of ASCII value with UNDEFINED format in writeExifTagAndData. Handling is similar to STRING format, except we have to account for the 'ASCII\0\0\0' header before the string. b/5448171 Change-Id: I411a67d7d97e35bee66aa582b25f0f6333c0679a Signed-off-by: Tyler Luu <tluu@ti.com>
Diffstat (limited to 'jpgfile.c')
0 files changed, 0 insertions, 0 deletions