You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have stumbled upon a really strange issue when compressing webp images - shadow-like artefact or "bleeding" columns and rows. This happens only with certain images - uniform background and an object in the center. When compressing those to webp, the strange "shadows" often appear on the right and below the image. It is rarely noticeable with most colours though.
Original image (PNG, uniform background & object in the center):
After compressing with imagick to webp, the artefacts appear:
The same image with "bumped" contrast for easier recognition:
I considered libwebp but was unable to reproduce with any settings. Also, no luck with imagemagick's cli tool convert. This problem happens with the x86 version of imagemagick and not aarch64.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Also, no luck with imagemagick's cli tool convert.
Ugh.
I considered libwebp but was unable to reproduce with any settings.
Also, ugh.
You're already doing the things I would normally suggest.
Imagick is a really thin wrapper around ImageMagick, so it's unlikely the Imagick code is doing anything 'wrong', it's just that a particular set of circumstances results in an issue, that doesn't show itself otherwise.
This problem happens with the x86 version of imagemagick and not aarch64.
Somewhat dispassionately, even if not surprisingly, it's very rare for any users of the project to provide help to each other, unless those people share the same problem.
Hello, guys,
I have stumbled upon a really strange issue when compressing webp images - shadow-like artefact or "bleeding" columns and rows. This happens only with certain images - uniform background and an object in the center. When compressing those to webp, the strange "shadows" often appear on the right and below the image. It is rarely noticeable with most colours though.
Original image (PNG, uniform background & object in the center):
After compressing with imagick to webp, the artefacts appear:
The same image with "bumped" contrast for easier recognition:
No special settings were used in compression:
I considered libwebp but was unable to reproduce with any settings. Also, no luck with imagemagick's cli tool convert. This problem happens with the x86 version of imagemagick and not aarch64.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: