What did you do?
I read in an wmf image and then save it as a png image. I found the resolution of the result image is rather low no matter how I set the quality parameters.
When I looking into the source code ( src/PIL/WmfImagePlugin.py), I found the resolution was fixed to 72dpi.
What are your OS, Python and Pillow versions?
- OS: win10
- Python: 3.6.8
- Pillow: 6.1.0