mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Images are black and white after resize #402
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Frew777 on GitHub (Jan 18, 2024).
All of my resized thumbnails are black&white.
I got this error when I start a planka container. I use docker compose.
debug: WARNING: CPU supports 0x6000000000004000, software requires 0x4000000000005000Planka version - 1.15.3
My server is hosted on VPS.
cat /proc/cpuinfooutput:I found out that my problem is similar to https://github.com/lovell/sharp/issues/3893
And probable this is the solution https://github.com/lovell/sharp/issues/3893#issuecomment-1851490893
@meltyshev commented on GitHub (Jan 18, 2024):
Hi! Related https://github.com/plankanban/planka/issues/574.
I'll update sharp to the new version, seems like it should be fixed.
@meltyshev commented on GitHub (Jan 18, 2024):
Please try to update to v1.15.4 and upload the image again. If it doesn't work, please let me know.
@Frew777 commented on GitHub (Jan 18, 2024):
Just trying a new version

As you can see everything is ok now.
Thanks, for such a fast support
@mouawiashride commented on GitHub (Feb 18, 2024):
also you can solve the problem by this command
export VIPS_NOVECTOR=true