Mobile app version of vmapp.org
Login or Join
Rivera951

: Reedit the cropped image The above image is converted to png by cropping. whereas the main image was in wmf format. IS there any way to look at the above image in a better way?

@Rivera951

Posted in: #Background #Color

The above image is converted to png by cropping. whereas the main image was in wmf format. IS there any way to look at the above image in a better way?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rivera951

1 Comments

Sorted by latest first Latest Oldest Best

 

@Tiffany317

By default a WMF vector graphic file has a resolution of 72 dpi. This can make a resulting bitmap rather pixelated after conversion.

To improve this we may adjust the bitmap resolution on conversion. How to do this depends on the application we use.

Using ImageMagic the option -density is responsible for the output resolution. A conversion to 600 dpi then could look like this:

convert infile.wmf -density 600 outfile.png


If the bitmap needs to be scaled down in size we should do that from a high density large bitmap for a better interpolation.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme