Search found 2 matches
- 2015-11-23T07:36:48-07:00
- Forum: Users
- Topic: TIF: improper header
- Replies: 5
- Views: 5387
Re: TIF: improper header
You may download the .TIFF file from https://onedrive.live.com/redir?resid=EB66117239C73AD5!12832&authkey=!AO1SjXUeuMxBapo&v=3&ithint=photo%2ctif I'm using ImageMagick 6.9.2-6 on a Linux Mint 17.1 Cinnamon 64-bit machine. convert -list format tells me TIFF* rw+ (LIBTIFF, Version 4.0.3) TIFF64* rw ...
- 2015-11-23T07:13:34-07:00
- Forum: Users
- Topic: TIF: improper header
- Replies: 5
- Views: 5387
TIF: improper header
Hi, when trying to convert a multi image TIFF to a different format, I get an error message: convert: improper image header 'test.tif' @ error/tiff.c/ReadTIFFImage/1218 The TIFF file works fine in other programms. I gets created by a C programm like this: TIFF* tif; tif = TIFFOpen(filename, "w ...