Am I doing something wrong or does TrueNAS/Nextcloud not support HEIC images?
I’m not super knowledgable on this topic so unsure how to fix (if possible to fix)
Thanks
If you want to be able to watch/preview the HEIC images, you can edit the available mime type for Nextcloud’s Viewer. (I do this to our company’s NC so customers can use viewer for PDFs and employees can get previews/thumbnails of TIFFs, AIs and PSDs. For HEIC, just go to your NC’s ‘apps/viewer/js/viewer-main.js’ and add ‘image/heic’ and ‘image/heic-sequence’ to the mimetype list (about halfway down, I hgihly recommend using VSCode+a formatter to make finding it easier)
Ngl a lot of that went over my head but, I’ll look into it, thank you
There is a Nextcloud app that can convert HEIC images in your library https://apps.nextcloud.com/apps/imageconverter
What device/ Operating System are you trying to watch the images on?
That picture is on Android but it doesn’t load correctly on any device
Convert them to another format?
Like
find "path" -name "*.ext" | xargs mogrify -format jpg
or so.I’d rather just have HEIC natively supported if possible