Project

General

Profile

Actions

Bug #6372

closed

Client side resizing converts GIF to PNG

Added by krileon over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
21 December 2016
Due date:
% Done:

100%

Estimated time:

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.

Actions #2

Updated by krileon almost 6 years ago

  • Target version changed from CB 2.2 to CB 2.8
Actions #3

Updated by krileon over 5 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 #4

Updated by beat over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF