nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
450 stars 56 forks source link

Issues with webp previews #301

Closed st3iny closed 2 years ago

st3iny commented 2 years ago

Hello,

I am facing the same issue. (No snap installation)

Nextcloud Version: 23.0.5 php: 7.4 nginx: 1.21.6

Here is the output from the command: php -r 'var_dump(gd_info());'

array(14) {
  ["GD Version"]=>
  string(5) "2.3.0"
  ["FreeType Support"]=>
  bool(true)
  ["FreeType Linkage"]=>
  string(13) "with freetype"
  ["GIF Read Support"]=>
  bool(true)
  ["GIF Create Support"]=>
  bool(true)
  ["JPEG Support"]=>
  bool(true)
  ["PNG Support"]=>
  bool(true)
  ["WBMP Support"]=>
  bool(true)
  ["XPM Support"]=>
  bool(true)
  ["XBM Support"]=>
  bool(true)
  ["WebP Support"]=>
  bool(true)
  ["BMP Support"]=>
  bool(true)
  ["TGA Read Support"]=>
  bool(true)
  ["JIS-mapped Japanese Font Support"]=>
  bool(false)
}

Originally posted by @moritz76 in https://github.com/nextcloud/previewgenerator/issues/295#issuecomment-1153771500

moritz76 commented 2 years ago

I found the solution. In the config.php file I had to delete all entries for the preview configuration. Thank you!