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: helmut, XnTriq, xnview
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
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
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