OSDN Git Service

A simple ExifReader and its test
authorEarl Ou <shunhsingou@google.com>
Thu, 9 Aug 2012 06:17:33 +0000 (14:17 +0800)
committerEarl Ou <shunhsingou@google.com>
Wed, 15 Aug 2012 01:46:21 +0000 (09:46 +0800)
commite81de49429e1c29385baffc7ce17b7188badc49a
treedb3322594c9f4a45e380327596a5a371337b1e41
parenta7c64453563b15d19b083ba546dce9f4aae42406
A simple ExifReader and its test

Change-Id: I1a30d24591bbdab288e04e3705ece388b533f247
src/com/android/gallery3d/exif/ExifData.java [new file with mode: 0644]
src/com/android/gallery3d/exif/ExifReader.java [new file with mode: 0644]
src/com/android/gallery3d/exif/IfdData.java [new file with mode: 0644]
tests/src/com/android/gallery3d/exif/ExifParserTest.java
tests/src/com/android/gallery3d/exif/ExifReaderTest.java [new file with mode: 0644]
tests/src/com/android/gallery3d/exif/ExifTestRunner.java
tests/src/com/android/gallery3d/exif/ExifXmlReader.java [new file with mode: 0644]