Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .apng and .tif uploads #79

Open
spoorun opened this issue Jan 25, 2021 · 2 comments
Open

Support .apng and .tif uploads #79

spoorun opened this issue Jan 25, 2021 · 2 comments

Comments

@spoorun
Copy link

spoorun commented Jan 25, 2021

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]

@ilsd
Copy link

ilsd commented Mar 7, 2023

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)

@spoorun
Copy link
Author

spoorun commented Mar 7, 2023

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 spoorun changed the title Support .webp .apng and .tif uploads Support .apng and .tif uploads Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants