Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046495
D453.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 28, 7:32 PM
Size
547 B
Mime Type
text/x-diff
Expires
Sun, Jun 29, 7:32 PM (4 h, 1 m)
Engine
blob
Format
Raw Data
Handle
676535
Attached To
D453: INP-1847 - Specify image resizing defaults for category item images
D453.id.diff
View Options
Index: branches/5.2.x/core/units/helpers/image_helper.php
===================================================================
--- branches/5.2.x/core/units/helpers/image_helper.php
+++ branches/5.2.x/core/units/helpers/image_helper.php
@@ -126,6 +126,9 @@
if (is_numeric($max_width)) {
$params['max_width'] = $max_width;
$params['max_height'] = $max_height;
+ $params['quality'] = 100;
+ $params['output_format'] = 'auto';
+ $params['orientation'] = 'manual';
}
else {
$params = $this->parseFormat($max_width);
Event Timeline
Log In to Comment