Open radarhere opened 2 weeks ago
Resolves #8524
Regarding scale, my thinking in this PR is that running im.load(im.info["dpi"]) should have the same result as the standard im.load().
im.load(im.info["dpi"])
im.load()
Resolves #8524
4311 added loading WMF images at a given DPI. This extends that work to allow for EMF as well, and also allows for different X and Y DPIs.
Regarding scale, my thinking in this PR is that running
im.load(im.info["dpi"])
should have the same result as the standardim.load()
.