Search found 4 matches

by bunak
Mon Mar 25, 2019 8:34 am
Forum: NConvert
Topic: Problem with resizing png images
Replies: 4
Views: 1684

Re: Problem with resizing png images

cday wrote: Sat Mar 23, 2019 3:57 pm So you are resizing to a height of 0 pixels ??
It is resize Image correctly with option -ratio
by bunak
Mon Mar 25, 2019 8:32 am
Forum: NConvert
Topic: Problem with resizing png images
Replies: 4
Views: 1684

Re: Problem with resizing png images

xnview wrote: Sun Mar 24, 2019 8:07 am if you means bad quality, you need to resize in greyscale and not in binary, so please add before -resize

Code: Select all

-grey 256
Thank you. Your recommendation helped.
by bunak
Fri Mar 22, 2019 6:19 pm
Forum: NConvert
Topic: Problem with resizing png images
Replies: 4
Views: 1684

Problem with resizing png images

Hi
I want to reduce the size of png-images. But Executing a command with the following options horribly distorted images.
nconvert.exe -ratio -resize 500 0 -o "D:\Imgs_resize\%" "d:\Imgs\*.png"
Why is the image so bad?

There are examples of bad images in attached files with "_res" in the end
by bunak
Sun Jun 02, 2013 6:46 pm
Forum: NConvert
Topic: delete space from result name
Replies: 2
Views: 1117

delete space from result name

Hi I do batch convert images to png. But some source images have space in name (for example "1233 .bmp"). Is it possible delete/remove space from name when NConvert convert it (to " 1233.bmp ")? Now my command look like this nconvert.exe -D -out png *.* after finish converting i use cmd scripts for ...