summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
diff options
context:
space:
mode:
authorEarl Ou <shunhsingou@google.com>2012-11-28 13:58:30 +0800
committerEarl Ou <shunhsingou@google.com>2012-11-30 15:33:35 +0800
commitcf6255422bf2751d160c1384895ddae3eeea66b4 (patch)
tree2dd25c36f2ef2d50606cc77cd8716c403a9548a3 /gallerycommon/src/com/android/gallery3d/exif/IfdData.java
parent48ac0347df314fe845a425d7a8645ce04b8a979d (diff)
downloadandroid_packages_apps_Snap-cf6255422bf2751d160c1384895ddae3eeea66b4.tar.gz
android_packages_apps_Snap-cf6255422bf2751d160c1384895ddae3eeea66b4.tar.bz2
android_packages_apps_Snap-cf6255422bf2751d160c1384895ddae3eeea66b4.zip
ExifModifier
Change-Id: I001b24d8ba004a4080cd898f0d26d706b1839425
Diffstat (limited to 'gallerycommon/src/com/android/gallery3d/exif/IfdData.java')
-rw-r--r--gallerycommon/src/com/android/gallery3d/exif/IfdData.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/exif/IfdData.java b/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
index 78f9173cc..633604940 100644
--- a/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
+++ b/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
@@ -79,6 +79,13 @@ class IfdData {
}
/**
+ * Removes the tag of the given ID
+ */
+ public void removeTag(short tagId) {
+ mExifTags.remove(tagId);
+ }
+
+ /**
* Gets the tags count in the IFD.
*/
public int getTagCount() {