forked from leftypol/leftypol
Bugfix: gm and auto-orient thumbnailing
This commit is contained in:
parent
8fe33d3b79
commit
b373b39f44
3 changed files with 28 additions and 9 deletions
|
@ -504,7 +504,7 @@
|
|||
|
||||
// Command-line options passed to ImageMagick when using `convert` for thumbnailing. Don't touch the
|
||||
// placement of "%s" and "%d".
|
||||
$config['convert_args'] = '-size %dx%d %s -thumbnail %dx%d +profile "*" %s';
|
||||
$config['convert_args'] = '-size %dx%d %s -thumbnail %dx%d -auto-orient +profile "*" %s';
|
||||
|
||||
// Strip EXIF metadata from JPEG files.
|
||||
$config['strip_exif'] = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue