Question
Reading/Parsing a Photoshop generated TIFF
Hi -<br /><br />I'm trying to read a layered TIFF image generated by Photoshop, and according to the TIFF Technical notes (http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf) page 11 , the ImageSourceData section should start with the null terminated character sequence, "Adobe Photoshop Document Data Block". However on, reading I get:<br /><br /><xapMM:DocumentID>adobe:docid:photoshop:688c7d73-5fb3-11db-97df-d46af1c0ee86</xapMM:DocumentID><br /> </rdf:Description><br /><br /></rdf:RDF><br /></x:xapmeta><br /><br />// lots of space<br /><br /><?xpacket end='w'?> <br /><br />Before I get the 4 byte signature, '8BIM' (I had to read till I encountered the null character to get all that). Also, the next 4 bytes I isn't aren't the characters, 'Layr', 'LMsk', 'Patt', or 'Anno' as the docs say. <br /><br />Has Adobe changed the structure of its TIFF image? Thanks,<br /><br />- Olumide