summaryrefslogtreecommitdiff
path: root/jhead.h
AgeCommit message (Collapse)Author
2012-01-19Use values from attributes for DateTime tag.Angus Kong
The library uses values from attributes for DateTime tag if found in the attribute set. This is to fix the bug when there is a DateTime tag from java side, jhead library will write multiple DateTime tags. bug:5766177 Change-Id: I98de235edabdd1de4fc7d111ca13f3b580c2e351
2012-01-18Revert "Use values from attributes for DateTime tag."Angus Kong
This reverts commit f4fd06d84d0d4ffe00b448f5c3320d63256b5035
2012-01-18Use values from attributes for DateTime tag.Angus Kong
The library uses values from attributes for DateTime tag if found in the attribute set. This is to fix the bug when there is a DateTime tag from java side, jhead library will write multiple DateTime tags. bug:5766177 Change-Id: I3b3e1e4f881247ed777037f4cf0743e1d6e03bfd
2011-10-14Fix insertion of GPSProcessingMethod tagTyler Luu
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>
2011-10-07Add API for jhead to use a thumbnail bufferTyler Luu
Extend jhead API to allow passing of thumbnail buffer. Previously, jhead only supported replacing thumbnails from file. Change-Id: I9783473effbbebdfb13ef10d4974a89122d9b000 Signed-off-by: Tyler Luu <tluu@ti.com>
2011-09-07Add API for jhead to use a JPEG bufferTyler Luu
Previously, jhead API only supports reading and saving a JPEG from/to a file. This patch adds functionality to use the jhead library with a JPEG buffer from memory. Signed-off-by: Tyler Luu <tluu@ti.com> Change-Id: I18be11c8255fcdcc38f49167853c5b9690448557 Signed-off-by: Iliyan Malchev <malchev@google.com>
2010-05-21Add GPSAltitude and GPSAltitudeRef EXIF tag.Wu-cheng Li
Change-Id: I29fec625f3d3c796caf8ca6197eb3f4e77f08270
2010-03-12Add GPSProcessingMethod tag to ExifInterface.Ray Chen
Change-Id: Ic5040daf33a921a5113e643f5729bc9e27f4f4c7
2010-02-04Include stdint.h to fix compile error.Wu-cheng Li
2010-02-04Change focal length string to rational.Wu-cheng Li
bug:2375989
2010-01-19Add gps-timestamp and gps-datestamp support to jhead library.Ray Chen
2009-03-24Automated import from //branches/master/...@141567,141567Chih-Chung Chang
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0release-1.0cdma-importThe Android Open Source Project