Fix animated thumbnails with convert and Imagick

This commit is contained in:
Michael Save 2012-04-18 00:07:37 +10:00
parent 795ef54370
commit cde7da9c4f
2 changed files with 14 additions and 5 deletions

View file

@ -431,10 +431,10 @@
$config['spoiler_image'] = 'static/spoiler.png';
// Thumbnail quality (compression level), from 0 to 9
$config['thumb_quality'] = 7;
$config['thumb_quality'] = 8;
// When a thumbnailed image is going to be the same (in dimension), just copy the entire file and use that as a thumbnail instead of resizing/redrawing
$config['minimum_copy_resize'] = true;
$config['minimum_copy_resize'] = false;
// Store image hash in the database for r9k-like boards implementation soon
// Function name for hashing