Tiff convert

416 views4 repliesLast post: 10/18/2005
I'm looking for:
- tool to convert tiff file format (a need only read and save) - read tiff files
- OS indepentend (work on win and linux), but would be separate tools for win and linux
- commandline control (read/save)
- free fee

For win I can't found any that tools. No any works with commandline.
#1
IP wrote:
I'm looking for:
- tool to convert tiff file format (a need only read and save) - read tiff files
- OS indepentend (work on win and linux), but would be separate tools for win and linux
- commandline control (read/save)
- free fee

http://www.remotesensing.org/libtiff/ and utilities do everything you require.

For win I can't found any that tools. No any works with commandline.
#2
In article <dj2drg$i7a$>, IP wrote:

I'm looking for:
- tool to convert tiff file format (a need only read and save) - read tiff files
- OS indepentend (work on win and linux), but would be separate tools for win and linux
- commandline control (read/save)
- free fee

ImageMagick, a Unix program with ports to Windows and Mac, will do what you need.

--
Art, photography, shareware, polyamory, literature, kink: all at http://www.xeromag.com/franklin.html
#3
toby napisał(a):
IP wrote:

I'm looking for:
- tool to convert tiff file format (a need only read and save) - read tiff files
- OS indepentend (work on win and linux), but would be separate tools for win and linux
- commandline control (read/save)
- free fee

http://www.remotesensing.org/libtiff/ and utilities do everything you require.
This don't work correctly :( I have some strange tiffs.

For example:
d:\Downloads\tiff\bin>tiffcp.exe a.tif b.tif
Fax3Decode1D: Warning, a.tif: Premature EOL at scanline 0 (got 2560, expected 44
00).
Fax3Decode1D: Warning, a.tif: Premature EOL at scanline 0 (got 0, expected 4400)
..
#4
IP wrote:
toby napisal(a):
IP wrote:

I'm looking for:
- tool to convert tiff file format (a need only read and save) - read tiff files
- OS indepentend (work on win and linux), but would be separate tools for win and linux
- commandline control (read/save)
- free fee

http://www.remotesensing.org/libtiff/ and utilities do everything you require.
This don't work correctly :( I have some strange tiffs.

It looks like your data is bad.

For example:
d:\Downloads\tiff\bin>tiffcp.exe a.tif b.tif
Fax3Decode1D: Warning, a.tif: Premature EOL at scanline 0 (got 2560, expected 44
00).
Fax3Decode1D: Warning, a.tif: Premature EOL at scanline 0 (got 0, expected 4400)
.
#5