-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
I miss DPI info from JPEGs coming from scanner where page size in inches is important for further processing. This info would fit to ImageFileInfo.FrameInfo
as new properties XDpi and YDpi. I guess a call to TryGetMetadata<ResolutionMetadata>
would do the job. Meanwhile will use your suggestion to use MetdataExtractor.
saucecontrol