mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #2203 from Gatak/patch-2
Add jpeg quality documentation
This commit is contained in:
commit
6d89436da1
@ -95,3 +95,12 @@ to 'null':
|
||||
|
||||
<?php
|
||||
'preview_max_scale_factor' => null,
|
||||
|
||||
JPEG quality setting:
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default JPEG quality setting for preview images is '90'. Change this with:
|
||||
|
||||
::
|
||||
|
||||
occ config:app:set preview jpeg_quality --value="60"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user