WMF conversion results in bluring
Moderators: helmut, XnTriq, xnview
WMF conversion results in bluring
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?
WMF conversion results in bluring
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.
Re: WMF conversion results in bluring
Currently there is no option to set output size for WMF...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.
Pierre.
WMF conversion results in bluring
Actually, I am having the same issue when converting from JPEG to GIF. When I use the resize option, the image pixelates.
Thoughts?
Thoughts?
Re: WMF conversion results in bluring
Which command line do you use?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?
Pierre.
Re: WMF conversion results in bluring
Please put -resize before -colorsMike wrote:nconvert -out gif -colors 256 -resize 300 300 *.jpg
Pierre.
WMF conversion results in bluring
That did it. Thanks.
Probably could do well to document that.
