tiff

How to send tif to standard output (not to file)?.
[50 byte] By [process1] at [2007-11-19 18:30:05]
# 1 Re: tiff
:confused:
What exactly do you want to do?
Just dump the raw bytes to standard output?
Marc G at 2007-11-9 0:55:45 >
# 2 Re: tiff
tiff header gets added to raw bytes then written to file, instead write it to standard output.
process1 at 2007-11-9 0:56:48 >
# 3 Re: tiff
I still don't understand what you want to do.
You can use libtiff to read/write tiff files or encode/decode tiff files and output to whatever you want.
Marc G at 2007-11-9 0:57:54 >