You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toTryGetMetadata<ResolutionMetadata>
would do the job. Meanwhile will use your suggestion to use MetdataExtractor.The text was updated successfully, but these errors were encountered: