You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the gallery only supports uploads of files with the following extensions;
jpg, jpeg, gif, bmp, svg, tiff, png, webp
.tif files are identical to .tiff which can upload, so that should be simple.
.apng files are identical to .png (animated) files, so that should be simple.
[Resolved: .webp files now work 07/03/23]
The text was updated successfully, but these errors were encountered:
It seems as if .webp ist now supported. Just uploaded a bunch of webp images into a gallery.
HumHub Community Edition Version: 1.13.1
Module Gallery 1.4.0
PHP - ImageMagick Extension installed
What I would like to see is support for the HEIC/HEIF format. ImageMagick already supports it (just converted a bunch of HEIC files on my commandline: $ for f in *; do magick $f $f.webp ; done)
It seems as if .webp ist now supported. Just uploaded a bunch of webp images into a gallery. HumHub Community Edition Version: 1.13.1 Module Gallery 1.4.0 PHP - ImageMagick Extension installed
What I would like to see is support for the HEIC/HEIF format. ImageMagick already supports it (just converted a bunch of HEIC files on my commandline: $ for f in *; do magick $f $f.webp ; done)
Yes, it seems that .webp works now :)
Apng files are supported, so long as the extension is .png but if it's .apng they are not (even though those extensions are used interchangeably for apngs)
spoorun
changed the title
Support .webp .apng and .tif uploads
Support .apng and .tif uploads
Mar 7, 2023
Currently the gallery only supports uploads of files with the following extensions;
jpg, jpeg, gif, bmp, svg, tiff, png, webp
.tif files are identical to .tiff which can upload, so that should be simple.
.apng files are identical to .png (animated) files, so that should be simple.
[Resolved: .webp files now work 07/03/23]
The text was updated successfully, but these errors were encountered: