| 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.09.08 16:12 "Re: libtiff question", by Frank WarmerdamOn 8/20/05, Moseley, Ben <Ben.Moseley@ace-ina.com> wrote: > > I'm working on my company's internal imaging solution, and have used > libtiff for much of our tif file handling. > I was wondering do you have any code for converting file format from tiff > to gif? Ben, I see that the TIFF tools directory has a gif2tiff, but no corresponding tiff2gif. If you want to avoid LZW compression in the output gif file you could use libungif for writing the gif image: http://sourceforge.net/projects/libungif I see the libungif project also now has giflib available, the version that does do LZW compression. If you just want a utility that does the operation, then lots exist. I imagine the imagemagick "convert" command would do the trick. My GDAL library and utilities also handles this but is likely more baggage than you would want. Good luck, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent |
|||||||