SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.34k stars 847 forks source link

Read resolution from EXIF metadata in WebP #2598

Closed JimBobSquarePants closed 9 months ago

JimBobSquarePants commented 9 months ago

Prerequisites

Description

All of the other decoders will use metadata from Exif profiles to populate the ImageMetadata resolution if available. WebP should do the same.

Test values have been confirmed using ExifTool.

JimBobSquarePants commented 9 months ago

Thanks @tocsoft !!