Open
Description
Description of the new feature / enhancement
Currently, ImageResizer uses the .net GifBitmapEncoder, which doesn't support gif features such as global metadata and frame metadata.
The gif encoder should be replaced to one that is able to handle this metadata, as currently the gif resizer can destroy the animation on some gif images after resizing.
Ref: #12487
Scenario when this would be used?
When resizing gif images that contain global metadata and frame metadata.
Supporting information
No response
Activity