Skip to content

Commit

Permalink
replace graphicsmagick with imagemagick
Browse files Browse the repository at this point in the history
graphicsmagick's 'convert' is missing '-alpha remove' option,
so thumbnail creation fails.
  • Loading branch information
wwwutz committed Feb 27, 2024
1 parent 922e89f commit 3b07b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sudo
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PKGS=(
cargo
g++
git
graphicsmagick-imagemagick-compat
imagemagick-6.q16
libavformat-dev
libbz2-dev
libmysqlclient-dev
Expand Down

0 comments on commit 3b07b91

Please sign in to comment.