thecodingmachine / docker-images-php

A set of PHP Docker images
MIT License
768 stars 137 forks source link

PHP 8.2 fat image: Imagick extension version #353

Open nerdworldDE opened 1 year ago

nerdworldDE commented 1 year ago

The current version of Imagick in the fat PHP 8.2 image is from 2019 (module version: 3.7.0 based on ImageMagick 6.9.10-23).

I wonder what's the most elegant way to update this to the latest version?

iquito commented 1 year ago

Having a more up-to-date version of ImageMagick would be helpful, as newer file formats (like AVIF or HEIC/HEIF) are supported in those, and it seems likely that new formats will be added in the future too where it would be helpful if they can be used sooner rather than later.

Maybe focusing on more current base image would help, or getting a more up-to-date version of ImageMagick from another repo.