Implemented ImageMagick support

This suggestion has been implemented. Votes are no longer accepted.
Well xenforo 1.0.4 uses use ImageMagick via Imagick [details here]

To be clear, Imagick is a PHP extension that embeds ImageMagick functionality into the language. Having ImageMagick installed on your server is not an indication of the presence of Imagick.

The only way to tell if Imagick is installed is to ask PHP if the extension is present. This will show up as an Imagick block in PHP Info.
 
Top Bottom