forked from leftypol/leftypol
Fix animated thumbnails with convert
and Imagick
This commit is contained in:
parent
795ef54370
commit
cde7da9c4f
2 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue