gsemac / Gsemac.Common

A collection of .NET utilities for use across my projects
MIT License
7 stars 3 forks source link

WMF image dimensions don't match the dimensions of the original image #2

Open gsemac opened 2 years ago

gsemac commented 2 years ago

When encoding bitmaps as WMF, the image is scaled to match the dimensions of the display device on which the WMF file was generated. There is some discussion of the issue here: What governs DC scaling?

The image dimensions should instead match the dimensions of the original image.