summaryrefslogtreecommitdiffstats
path: root/media/img_utils/src/TiffWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with clangBernhard Rosenkränzer2014-12-081-2/+1
| | | | | | | | In the -DNDEBUG case, nextOffset is unused, causing clang to spew a warning in code build with -Werror. Change-Id: If0101dcdf735672050f985a1de25a983edb02a52 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* DNG: Clean up logging.Ruben Brunk2014-07-251-5/+3
| | | | Change-Id: Ie34d5a22c89a726215d740fef359d53e5a1a360b
* DNG: Update TiffWriter to handle thumbnails and SubIfds.Ruben Brunk2014-07-101-29/+190
| | | | | | | | | | | | | - Fix SubIfd handling. - Add StripSources, convenience functions for writing image strips. - Update Input classes to use with JNI. - Add skip method. - Add tag definitions for GPS tags. - Add name string to tag definitions. Bug: 15112503 Change-Id: I9535b21261027f6c06a041c1621de8f865a0ad32
* camera2: Adding TIFF writing utilities.Ruben Brunk2014-05-171-0/+232
Adds a native image utilities library with support for: - Writing TIFF 6.0 and TIFF EP compliant file headers. - Additional tags defined in EXIF 2.3 and DNG 1.4 specs. Change-Id: I7a4fef74bd5254d92baf08a3cf61af5de1b7ca83