Actions
Bug #6372
closedClient side resizing converts GIF to PNG
Description
Currently canvas doesn't support handling of GIF. It's basically a video and not really an image as it has several frames. When using canvas to resize a GIF it only cares about the first frame. This is fine when using GD as know GD can't deal with GIFs and will do the same thing. However ImageMagick can handle GIFs. The JS should probably skip client side resizing for GIF IF the image software is ImageMagick.
Updated by krileon over 6 years ago
- Target version changed from CB 2.2 to CB 2.8
Updated by krileon over 6 years ago
- Status changed from Assigned to Resolved
- Target version changed from CB 2.8 to CB 2.3
- % Done changed from 0 to 100
Fixed in MR !1371
GIF will now be skipped for client side resizing.
Actions