WMF conversion results in bluring

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
Mike

WMF conversion results in bluring

Post by Mike »

I am converting a WMF to a GIF (although I tried converting to jpeg also) and the resulting image is "blurred". Line edges look bad, and text looks really bad. Here is the command I am using: nconvert -out gif -colors 256 *.wmf. I can see the original WMF in Word and it looks very sharp, but the resulting gif is garbage. What can you suggest?
Mike

WMF conversion results in bluring

Post by Mike »

Actually, I have pinned this down to using the resize option. Any thoughts as to how to resize without loss of quality would be appreciated.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: WMF conversion results in bluring

Post by xnview »

Mike wrote:Actually, I have pinned this down to using the resize option. Any thoughts as to how to resize without loss of quality would be appreciated.
Currently there is no option to set output size for WMF...
Pierre.
Mik

WMF conversion results in bluring

Post by Mik »

Actually, I am having the same issue when converting from JPEG to GIF. When I use the resize option, the image pixelates.

Thoughts?
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: WMF conversion results in bluring

Post by xnview »

Mik wrote:Actually, I am having the same issue when converting from JPEG to GIF. When I use the resize option, the image pixelates.

Thoughts?
Which command line do you use?
Pierre.
Mike

WMF conversion results in bluring

Post by Mike »

nconvert -out gif -colors 256 -resize 300 300 *.jpg
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: WMF conversion results in bluring

Post by xnview »

Mike wrote:nconvert -out gif -colors 256 -resize 300 300 *.jpg
Please put -resize before -colors
Pierre.
Mike

WMF conversion results in bluring

Post by Mike »

That did it. Thanks. :D Probably could do well to document that.
Post Reply