: 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?
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?
More posts by @Rivera951
1 Comments
Sorted by latest first Latest Oldest Best
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.