Glavo commented on PR #269:
URL: https://github.com/apache/commons-imaging/pull/269#issuecomment-1381983655

   When I created the test, I noticed the type of `EXIF_TAG_EXIF_IMAGE_WIDTH` 
and `EXIF_TAG_EXIF_IMAGE_LENGTH` is `TagInfoShort`.
   
   However, in the [standard 
document](https://www.cipa.jp/std/documents/e/DC-X008-Translation-2019-E.pdf), 
the field type is SHORT or LONG.
   
   Unfortunately, the test image I found uses the LONG type field to record 
`ExifImageWidth` and `ExifImageLength`, so I found this problem.
   
   Should I solve this problem in this PR? Or do I need to open a new PR?


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to