SDWebImageWebPCoder icon indicating copy to clipboard operation
SDWebImageWebPCoder copied to clipboard

How to configure cwebp-metadata all via options

Open givebest opened this issue 6 months ago • 1 comments

How to achieve the same results as cwebp -metadata all with options configuration.

givebest avatar Jun 11 '25 13:06 givebest

Currently the Encoding API does not keep metadata. Which need some API break changes from SDWebImage Core repo.

In the last year I have a prototype for this, by using a new class SDImageMetadata and use some API like addImage:UIImage metadata:SDImageMetadata. But it's not finished yet.

dreampiggy avatar Jun 12 '25 03:06 dreampiggy