Skip to content

Commit

Permalink
Change Imaginary to WebP (#2695)
Browse files Browse the repository at this point in the history
Fix #2538

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 authored Oct 19, 2024
1 parent 74c8b54 commit ee31877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/imaginary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ nextcloud_occ config:system:set preview_imaginary_url --value="http://127.0.0.1:
# Set general values
nextcloud_occ config:system:set preview_max_x --value="2048"
nextcloud_occ config:system:set preview_max_y --value="2048"
nextcloud_occ config:system:set jpeg_quality --value="60"
nextcloud_occ config:system:set preview_max_memory --value="256"
nextcloud_occ config:system:set preview_format --value="webp"
nextcloud_occ config:app:set preview webp_quality --value="80"

if docker logs imaginary
then
Expand Down

0 comments on commit ee31877

Please sign in to comment.