mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
#305 image_exif_auto_rotate
This commit is contained in:
parent
e80b1825eb
commit
fb6b84d920
2 changed files with 2 additions and 2 deletions
|
|
@ -206,7 +206,7 @@ trait Raw
|
||||||
|
|
||||||
if (!$bDownload)
|
if (!$bDownload)
|
||||||
{
|
{
|
||||||
$bDetectImageOrientation = $self->Config()->Get('labs', 'image_exif_rotate', false)
|
$bDetectImageOrientation = $self->Config()->Get('labs', 'image_exif_auto_rotate', false)
|
||||||
// Mostly only JPEG has EXIF metadata
|
// Mostly only JPEG has EXIF metadata
|
||||||
&& 'image/jpeg' == $sContentType;
|
&& 'image/jpeg' == $sContentType;
|
||||||
try
|
try
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,7 @@ Enables caching in the system'),
|
||||||
'fast_cache_redis_host' => array('127.0.0.1'),
|
'fast_cache_redis_host' => array('127.0.0.1'),
|
||||||
'fast_cache_redis_port' => array(6379),
|
'fast_cache_redis_port' => array(6379),
|
||||||
'use_local_proxy_for_external_images' => array(true),
|
'use_local_proxy_for_external_images' => array(true),
|
||||||
'image_exif_rotate' => array(false),
|
'image_exif_auto_rotate' => array(false),
|
||||||
'cookie_default_path' => array(''),
|
'cookie_default_path' => array(''),
|
||||||
'cookie_default_secure' => array(false),
|
'cookie_default_secure' => array(false),
|
||||||
'check_new_messages' => array(true),
|
'check_new_messages' => array(true),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue