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.
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.FrameInfoas new properties XDpi and YDpi. I guess a call toTryGetMetadata<ResolutionMetadata>would do the job. Meanwhile will use your suggestion to use MetdataExtractor.