Hello,
i try to convert (rotate) a tif file compresed with citt 4.
After convert the file size is 15MB. the original has 62Kb.
I had show the original file ist 1 Bit BW. The output Format is Grayscale 8 Bit.
How i can force the Output format to 1Bit BW.
Here the commando line :
C:\Programme\XnView\nconvert -v -out tiff -c 7 -o D:\gain\z155.tif -rotate -90 "D:\gain\Z155_bak.TIF"
The output from nconvert :
** NCONVERT v4.57 (c) 1991-2005 Pierre-E Gougelet (Mar 3 2006/12:54:08) **
Version for Windows NT/9x/2000 (All rights reserved)
** This is a freeware software (for non commercial use)
A TIFF (RGB) - CCITT Group 4 was recognized : D:\gain\Z155_bak.TIF
Width:4680 Height:3296 with 2 colors
Nplanes : 1 Bitscount : 1
Bytes Per Plane : 585
xdpi : 400 ydpi : 400
Rotating...
Conversion of D:\gain\Z155_bak.TIF into D:\gain\z155.tif OK
Rotate Tiff will increase File size
Moderators: helmut, XnTriq, xnview
Rotate Tiff will increase File size
Hello,
I have found self the solution
with foloew option : -binary nodither
The complet vonvert parameter :
C:\Programme\XnView\nconvert -v -out tiff -c 7 -o D:\gain\z155.tif -rotate -90 -binary nodither "D:\gain\Z155_bak.TIF"
I have found self the solution

with foloew option : -binary nodither
The complet vonvert parameter :
C:\Programme\XnView\nconvert -v -out tiff -c 7 -o D:\gain\z155.tif -rotate -90 -binary nodither "D:\gain\Z155_bak.TIF"