| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.06.08 00:35 "Re: TiffSplit can't handle 16 bits per sample?", by Bob FriesenhahnOn Tue, 7 Jun 2005, James Carroll wrote: > > I'm trying to convert a large 16 bits/sample TIFF image stack into > an 8 bits/sample stack. (Truncating the least significant byte of each > pixel.) > > I'm starting to look at imagemagick, but I'm wondering if anyone has a > favorite tool or procedure that could help me work with this file. ImageMagick or GraphicsMagick should make this very easy to accomplish. gm convert infile.tiff -depth 8 outfile.tiff Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||