Remove Imaginary settings and default JPEG quality set to 80

Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
This commit is contained in:
JanisPlayer 2023-09-04 22:39:48 +02:00 committed by GitHub
parent 2d4fa9a4bd
commit 554f3bf399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,35 +106,3 @@ Default JPEG quality setting for preview images is '80'. Change this with:
::
occ config:app:set preview jpeg_quality --value="60"
Imaginary:
^^^^^^^^^^^^^^^^^^^^^
If you want to enable imaginary, set the url.
Also requires the ``OC\Preview\Imaginary`` provider to be enabled:
::
<?php
'preview_imaginary_url' => 'url',
If you want set the preview format for imaginary.
You can change between jpeg and webp, the default is jpeg:
::
<?php
'preview_format' => 'webp',
If you want set a api key for imaginary':
::
<?php
'preview_imaginary_key' => 'secret',
Default WebP quality setting for preview images is '80'. Change this with:
::
occ config:app:set preview webp_quality --value="30"