load an image ignoring EXIF #1701
-
hi, |
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Jul 16, 2021
Replies: 1 comment
-
If you know the image format you can pass an explicit decoder implementation setting the If not, one loaded set the Metadata.Exif property to https://docs.sixlabors.com/api/ImageSharp/SixLabors.ImageSharp.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JimBobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you know the image format you can pass an explicit decoder implementation setting the
IgnoreImageMetadata
property to true.If not, one loaded set the Metadata.Exif property to
null
.https://docs.sixlabors.com/api/ImageSharp/SixLabors.ImageSharp.html