forked from GithubBackups/vichan
$config['thumb_method']
This commit is contained in:
parent
f3f93834b6
commit
fc9407e1b3
2
post.php
2
post.php
@ -471,7 +471,7 @@
|
|||||||
|
|
||||||
require_once 'inc/image.php';
|
require_once 'inc/image.php';
|
||||||
|
|
||||||
if($config['imagick']) {
|
if($config['thumb_method'] == 'imagick') {
|
||||||
// This is tricky, because Imagick won't let us find
|
// This is tricky, because Imagick won't let us find
|
||||||
// an image's dimensions without loading it all into
|
// an image's dimensions without loading it all into
|
||||||
// memory first, unlike GD which provides the
|
// memory first, unlike GD which provides the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user