Open bencefr opened 5 months ago
This seems to be an issue upstream: https://github.com/strukturag/libheif
https://github.com/search?q=repo%3Astrukturag%2Flibheif%20Security%20limit%20exceeded&type=code
This seems to be an issue upstream: https://github.com/strukturag/libheif
No, it's not, it's only an issue with default settings which can be changed.
Also heic is not natively supported by browsers, so immich can only suggest thumbnail of it instead of original photo, on 200MP from Samsung difference is huge.
Zoomed in example:
The bug
Due to file size I prefer to keep my panoramas in HEIC format, but it turns out that currently Immich cannot handle them.
There are two issues:
if the image dimensions exceed 16384x16384 the image cannot be decoded on the server
if I scale down the image (not intended), the server has no issues but the web viewer chokes on it
The OS that Immich Server is running on
Docker on Ubuntu
Version of Immich Server
v1.105.1
Version of Immich Mobile App
v1.105.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response