I had missed this myself previously, but the XML actually contains the start point and character counts of the image within the blob.
ImgFrntOff Numeric Starting position of front image.
ImgFrntLen Numeric Length of front image.
ImgBackOff Numeric Starting position of back image.
ImgBackLen Numeric Length of back image.
• ImgFrntOff
Front OFFSET starts at the beginning of the image header.
• ImgFrntLen
Front length is the actual length of the image starting at the beginning of the front image. Does not include the header length.
• ImgBackOff
Back OFFSET starts at the next position following the end of the front image.
• ImgBackLen
Back length is the actual length of the back image.
So it actually looks a little easier, scripting-wise, than I had previously thought, although it would still be nice if it could all be done within PPS.
--Raphael--
I think you are missing what has been said....
The .img file is a group of tiffs that have been placed all together within 1 file and having header information specific to each tiff. The XML does *not* contain the actual tiff. The XML DOES refer to the file, and the location of the image within the .img file.