Skip to content

Commit

Permalink
sync EXIF metadata stripping with Exif.java
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jan 4, 2025
1 parent 4caeaf1 commit c70da1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/app/grapheneos/camera/ExifHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private val exifAttributes = arrayOf(
ExifInterface.TAG_BITS_PER_SAMPLE,
ExifInterface.TAG_COMPRESSION,
ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION,
// ExifInterface.TAG_ORIENTATION,
//ExifInterface.TAG_ORIENTATION,
ExifInterface.TAG_SAMPLES_PER_PIXEL,
ExifInterface.TAG_PLANAR_CONFIGURATION,
ExifInterface.TAG_Y_CB_CR_SUB_SAMPLING,
Expand Down Expand Up @@ -145,6 +145,7 @@ private val exifAttributes = arrayOf(
ExifInterface.TAG_INTEROPERABILITY_INDEX,
ExifInterface.TAG_THUMBNAIL_IMAGE_LENGTH,
ExifInterface.TAG_THUMBNAIL_IMAGE_WIDTH,
//TAG_THUMBNAIL_ORIENTATION,
ExifInterface.TAG_DNG_VERSION,
ExifInterface.TAG_DEFAULT_CROP_SIZE,
ExifInterface.TAG_ORF_THUMBNAIL_IMAGE,
Expand Down

0 comments on commit c70da1c

Please sign in to comment.