I'm looking at a tiff structure in hex and I found the following: 0x00 0x00 0x02 0x52
. In decimal, that's 594.
I need to get to offset 594 from the beginning of the tiff structure, NOT the beginning of the file. I looked at the Adobe Specification: http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf which says that the tiff structure starts at 4D 4D (hex).
I tried right clicking the first '4D' and going to 'Relative Offset' 0x594
in my hex editor but I don't think I'm doing it right.
Any suggestions?
Many thanks.