Automatically closed - issue fixed for 2 weeks with no activity.
Hi, I've been looking into an issue with our Drupal 9 site which has been performing some strange stretching of gif images and trying to work out what has been causing it.
e.g. a simple 200px proportional resize on the below image does this:
Resized:
I tracked it down to the source gif having different animation frame sizes, it seems Imagick by default reads the size from the last frame, which then leads to incorrect resizing.
See https://github.com/Imagick/imagick/issues/539
Note that it does require this exact gif or one very like it, due to the different sizes of the animation frames contained within.
Call coalesceImages()
images before attempting to read getImageGeometry()
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.