Hello everybody!
I'm using succesfully NCOVERT from version 4.78 for managing big tiff 1 bit files.
In particular the purpose is to decrease resolution from 2400 dpi to 150 dpi mantaining the the size.
As I wrote at beginning, everything works fine if I use TIFF 1 bit files with CCITT Group 4 compression.
As soon as I try to use TIFF 1 bit files using LZW compression, I got a system application error, and NCOVERT closes.
I downloaded and tried the version 4.83 but the result is the same.
The command is:
"NConvert.exe" -out tiff -c 2 -o "[FILEOUT]" -ratio -resize_bw_grey [width] [height] -dpi 150 "[FILE IN]"
Do you have any hint or particular versions that works with LZW files?
Thank you in advance to everybody for the help...
MarcoA
Error Processing TIFF 1bit files with LZW compression
Moderators: helmut, XnTriq, xnview
Re: Error Processing TIFF 1bit files with LZW compression
Do you know the size in pixels?MarcoA wrote:Hello everybody!
I'm using succesfully NCOVERT from version 4.78 for managing big tiff 1 bit files.
In particular the purpose is to decrease resolution from 2400 dpi to 150 dpi mantaining the the size.
As I wrote at beginning, everything works fine if I use TIFF 1 bit files with CCITT Group 4 compression.
As soon as I try to use TIFF 1 bit files using LZW compression, I got a system application error, and NCOVERT closes.
I downloaded and tried the version 4.83 but the result is the same.
The command is:
"NConvert.exe" -out tiff -c 2 -o "[FILEOUT]" -ratio -resize_bw_grey [width] [height] -dpi 150 "[FILE IN]"
Do you have any hint or particular versions that works with LZW files?
Thank you in advance to everybody for the help...
MarcoA
Pierre.
Really?? Is it possible to have this file?MarcoA wrote:Hi, Pierre!
Thanks for the reply!
The size of the original Tiff 1 bit file (2400 dpi) is 49600 x 38734 pixles.
The target (150 dpi) should have a dimension of 3100 x 2421 pixels.
Note that if the same original file is compressed with CCITT 4, everything works fine!
Do you have any idea?
Pierre.