Hi,
I'm attempting to convert an uncompressed TIFF image to an indexed color TIFF (8-bit, 256 colors) with TIFF compression (e.g. LZW or ZIP) with command-line options but I end up with a 24-bit TIFF image. Here's my command-line. Can anyone tell me what I'm missing? It's strange because the Irfanview Batch option works fine as well as manual conversion.
Attempt 1:
"C:\Program Files\IrfanView\i_view32.exe" "D:\test\24bit_Uncompressed_300dpi.TIF" /convert="D:\test\ir_8bit_LZW_300dpi.tif" /bpp=8 /tifc=1
Attempt 2 (256 colors selected in Advanced dialog):
"C:\Program Files\IrfanView\i_view32.exe" "D:\test\24bit_Uncompressed_300dpi.TIF" /convert="D:\test\ir_8bit_LZW_300dpi.tif" /advancedbatch /bpp=8 /tifc=1
Any help is appreciated.
-AJ
I'm attempting to convert an uncompressed TIFF image to an indexed color TIFF (8-bit, 256 colors) with TIFF compression (e.g. LZW or ZIP) with command-line options but I end up with a 24-bit TIFF image. Here's my command-line. Can anyone tell me what I'm missing? It's strange because the Irfanview Batch option works fine as well as manual conversion.
Attempt 1:
"C:\Program Files\IrfanView\i_view32.exe" "D:\test\24bit_Uncompressed_300dpi.TIF" /convert="D:\test\ir_8bit_LZW_300dpi.tif" /bpp=8 /tifc=1
Attempt 2 (256 colors selected in Advanced dialog):
"C:\Program Files\IrfanView\i_view32.exe" "D:\test\24bit_Uncompressed_300dpi.TIF" /convert="D:\test\ir_8bit_LZW_300dpi.tif" /advancedbatch /bpp=8 /tifc=1
Any help is appreciated.
-AJ
Comment