mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Add jpeg quality documentation
Added a section on how to change the default jpeg quality for generated thumbnails. Default is 90, and it is worth noting that users can change this.1e281bc616b5a30d5cd6/tests/lib/ImageTest.php (L143)
This commit is contained in:
@@ -95,3 +95,12 @@ to 'null':
|
||||
|
||||
<?php
|
||||
'preview_max_scale_factor' => null,
|
||||
|
||||
JPEG quality setting:
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default JPEG quality setting for preview images is '90'. You can change this with
|
||||
|
||||
::
|
||||
|
||||
occ config:app:set preview jpeg_quality --value="60"
|
||||
|
||||
Reference in New Issue
Block a user