hello,
i'm trying to convert pdf to tiff and reduce tiff size. so i want to reduce color space to a little value but when i add -colors switch, file size increase.
for example (nconvert 6.3) :
nconvert -out tiff -c 8 -q 15 -dpi 150 -rmeta -autocontrast -autolevels -rtype lanczos -xall -multi -o d.tiff s.pdf = 212ko
nconvert -out tiff -c 8 -q 15 -dpi 150 -rmeta -autocontrast -autolevels -rtype lanczos -xall -multi -colors 16 -o d.tiff s.pdf = 1063ko
thx in advance,
regards,
ad.
-colors increase file size
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 45045
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 3
- Joined: Mon Jan 28, 2013 9:35 am
Re: -colors increase file size
hello,
thx you, it works fine with -c 2, -c 3 or -c 4, file is smaller now.
otherwise, can you tell me how use -noise switch to reduce noise ? because -noise reduce seems has no positive effect and add noise. is there a way to control the noise intensity ?
regards
thx you, it works fine with -c 2, -c 3 or -c 4, file is smaller now.
otherwise, can you tell me how use -noise switch to reduce noise ? because -noise reduce seems has no positive effect and add noise. is there a way to control the noise intensity ?
regards
-
- Author of XnView
- Posts: 45045
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 3
- Joined: Mon Jan 28, 2013 9:35 am
Re: -colors increase file size
hi,
can we ajust noise reduction ? because -reduce noise is too strong.
regards,
ad
can we ajust noise reduction ? because -reduce noise is too strong.
regards,
ad
-
- XnThusiast
- Posts: 4213
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: -colors increase file size
The NConvert syntax can be obtained by typing the following code at the command prompt;
To save as a text file, type the following code at the command prompt.
Sorry, "-noise reduce" is not listed as having any alternative settings.
Code: Select all
nconvert -help
Code: Select all
nconvert -help>filename.txt