wodby / php

Generic PHP docker container images
MIT License
152 stars 103 forks source link

Add graphicsmagick #33

Closed lexbritvin closed 5 years ago

lexbritvin commented 6 years ago

Please, add graphicsmagick. It is better optimized. In some cases, Imagemagick takes all resources when using Image styles in Drupal. GM handles it ok.

csandanov commented 6 years ago

Pecl extension still has no stable version and received 1 update in the last 2 years. I don't think it's worth including to the list of generic extensions at this point.

sameronline commented 5 years ago

@csandanov what is the best way if i want to include GraphicsMagick extension through DockerFile?

csandanov commented 5 years ago

install pecl extension and the lib as done for other extensions

csandanov commented 5 years ago

Closed until the stable version of gmagick will be released