1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 00:10:55 +01:00

$config['thumb_method']

This commit is contained in:
Michael Save 2012-03-17 11:54:48 +11:00
parent f3f93834b6
commit fc9407e1b3

View File

@ -471,7 +471,7 @@
require_once 'inc/image.php';
if($config['imagick']) {
if($config['thumb_method'] == 'imagick') {
// This is tricky, because Imagick won't let us find
// an image's dimensions without loading it all into
// memory first, unlike GD which provides the