#305 image_exif_auto_rotate

This commit is contained in:
the-djmaze 2022-04-18 20:41:24 +02:00
parent e80b1825eb
commit fb6b84d920
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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),