StefanOltmann commented on PR #275:
URL: https://github.com/apache/commons-imaging/pull/275#issuecomment-1577974627

   Here is my version of this test: 
https://github.com/RealAshampoo/kim/blob/44dbd2c5f0a182e4d401fd17d14ac0310da04440/src/jvmTest/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriterTest.kt#LL156C1-L156C1
   
   Note how I need to skip some offset fields that change due to the reordering:
   ```
   if (expectedField.tagInfo == ExifTag.EXIF_TAG_EXIF_OFFSET ||
                           expectedField.tagInfo == ExifTag.EXIF_TAG_GPSINFO ||
                           expectedField.tagInfo == 
ExifTag.EXIF_TAG_INTEROP_OFFSET ||
                           expectedField.tagInfo == 
TiffTag.TIFF_TAG_JPEG_INTERCHANGE_FORMAT
                       )
                           continue
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to