![]() |
|
Heic format - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Heic format (/thread-13456.html) |
Heic format - tdavid66 - 2020-09-07 Can this be displayed as a picture. I can upload them, but cannot display them. ImageMagick will process them. Heic format - acrylian - 2020-09-08 It's not a standard web image format"and still not supported by any browser yet: https://caniuse.com/?search=heic It would be waste to cover it. Even if Imagick may process it - which depends on its configuration - what benefit does it provide if no one can see it? It would have to be converted to a webformat like jpeg on resizing so you can just use that in the first place already. You can add "basic" support for the files itself using the anyfile plugin already but it will not behave like an "image": Heic format - PlaFundum - 2021-02-15 All Apple phones use HEIC /heif now for years. I am surprised that so many applications do not support it. Heic format - acrylian - 2021-02-15 It is simply not a web format as explained. Nothing we can do here anyway if it cannot be processed server side. Same as with webm/p by Google. |