Bug in animated webp #19

Closed
opened 2023-07-11 22:33:28 +00:00 by asonix · 4 comments
Owner

Looks like a recent version of libwebp is causing trouble for animated webp images - ffmpeg reports 0 width and height while imagemagick errors on frame dimensions.

Look into upgrading or downgrading to find working versions

Looks like a recent version of libwebp is causing trouble for animated webp images - ffmpeg reports 0 width and height while imagemagick errors on frame dimensions. Look into upgrading or downgrading to find working versions
asonix added this to the Future milestone 2023-07-11 22:33:28 +00:00
Author
Owner

Seems to have broken between alpine 3.16 and 3.17.
imagemagick versions are 7.1.0-50 and 7.1.0-62
libwebp versions are 1.2.3 and 1.2.4

Seems to have broken between alpine 3.16 and 3.17. imagemagick versions are 7.1.0-50 and 7.1.0-62 libwebp versions are 1.2.3 and 1.2.4
Author
Owner
Opened upstream bug here: https://github.com/ImageMagick/ImageMagick/issues/6479
Author
Owner

Looks like adding -coalesce to the command can work as a workaround. pict-rs needs better handling for animated webp in general

Looks like adding `-coalesce` to the command can work as a workaround. pict-rs needs better handling for animated webp in general
Author
Owner

Fixed in main

Fixed in main
asonix modified the milestone from Future to 0.5.0 2023-07-15 04:42:26 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: asonix/pict-rs#19
No description provided.