-
-
Notifications
You must be signed in to change notification settings - Fork 890
Closed
Description
Prerequisites
- I have written a descriptive issue title
- I have verified that I am running the latest version of ImageSharp
- I have verified if the problem exist in both
DEBUGandRELEASEmode - I have searched open and closed issues to ensure it has not already been reported
Description
In some scenarios, it could be interesting to load the MetaData information of an image, without loading the bitmap data.
The advantage is to be able to load the metadata of thousands of images much faster, and with less memory consumption.
The implementation would be done in the image decoders, with a LoadMetadata method or something like that.
As a bonus, it could be great to be able to modify the metadata of an image file, without modifying the actual compressed image.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels