I want to find out at which byte offset the JPEG image data starts (SOI marker).
I need this to generate a checksum that only changes when the image data itself has been changed, not just its metadata.
Do you think you can implement this as a computed JPEG Tag?