dtvonly
February 21st, 2008, 10:01 AM
Hi. How do I view TIFF text files which has all the pixels in bytes representation along with all tags, headers, and IFD, etc. ? Thank you.
|
Click to See Complete Forum and Search --> : TIFF text file... dtvonly February 21st, 2008, 10:01 AM Hi. How do I view TIFF text files which has all the pixels in bytes representation along with all tags, headers, and IFD, etc. ? Thank you. Lindley February 21st, 2008, 10:44 AM Open with a text editor? VIM usually works. dtvonly February 21st, 2008, 10:02 PM Hi Lingley. Thanks for replying. Allow me to be more clear. The original file is a TIFF image file. I would like to put this TIFF image file through some converter program to convert the TIFF image file into a TIFF text file with all TIFF headers, tag, data bytes, etc. Once converted to a text file, I can then use anything (wordpad, notepad, etc) to view it. So back to my original question. What can I use to convert the original TIFF image to to a TIFF text file? Lindley February 22nd, 2008, 10:40 AM Dunno. I've never heard of a "TIFF text file" as separate format. CBasicNet March 2nd, 2008, 10:58 PM Open the Tiff file in GDI+, and you got all the information you want without ever having to look at the headers. Unless you want to learn the Tiff format. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |