| 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 |
Thread2007.06.17 16:02 "Re: Converting from Striped TIFF into Tiled TIFF", by Bob FriesenhahnOn Sun, 17 Jun 2007, Full Midnight wrote: > Hello, > > Let me please explain what I am trying to accomplish: > > As Input, we have a Striped TIFF (Photometric Interpretation: separated and > Planar Configuration: separate image planes, where each strip below > represents one plane of the CMYK) with the following characteristics: > > And what we would like to achieve is a tiled TIFF using the above input > TIFF. > > Can someone please tell me if the libtiff (or any of its tools) are capable > of doing this type of "conversion"? And if so, using which call/tool? While I know that development GraphicsMagick 1.2 can deal with your file, have you tried libtiff's 'tiffcp' program? It is intended for these tasks. Since your image is fairly large, make sure that your system has plenty of RAM available. Do you want the output file to be RGBA tiled only (consecutive samples), or planar+tiled? Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||