
Thread
2004.03.25 04:43 "Re: [Tiff] Convert 8bit/channel to 16bit Tiff", by Bob Friesenhahn
I want to convert 8bit TIF file to 16bit TIF file.
Open the 8 bit TIFF in Photoshop, convert to 16 bit/channel, save as TIFF.
Or using ImageMagick (cheaper)
convert infile.tif -depth 16 outfile.tif
Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us
http://www.simplesystems.org/users/bfriesen