Skip to content

php pecl imagick needs dependeny on imagick for execution to enable image formats

DracoBlue requested to merge (removed):DracoBlue-master-patch-20348 into master

Like for the php81 version the php82 version depends on https://git.alpinelinux.org/aports/tree/community/php81-pecl-imagick/APKBUILD#n17.

This will fix the supported image formats from 0 to 252. otherwise imagick will not properly work in php.

Before:

ImageMagick number of supported formats: => 0

After:

ImageMagick number of supported formats: => 252

Merge request reports