Make UnitConverter public #2169
Unanswered
crypto-rsa
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
ImageMetadata
class stores the horizontal and vertical resolution, along with the correspondingResolutionUnits
. Sometimes it is desirable to convert the values to a different unit (usually pixels per inch, aka DPI). Rather than implementing this conversion manually in client code, could theSixLabors.ImageSharp.Common.Helpers.UnitConverter
be made public (or even extended with special methods for image resolution)?Beta Was this translation helpful? Give feedback.
All reactions