https://superuser.com/questions/1252004 ... s-on-linux
proposes libheif library which is already on our porteus system according to gslapt or getmod:
Code: Select all
root@porteus:/home/guest# getmod -m libheif-1.12.0-x86_64-2salix15.0
Reading Package Lists...Done
The following packages will be upgraded:
libheif
1 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.
Need to get 231.0kB of archives.
Do you want to continue? [y/N]
Code: Select all
root@porteus:/home/guest# cd /home/guest/Downloads/detruire/aquarium/
root@porteus:/home/guest/Downloads/detruire/aquarium# ls
20231031_181558.heic 20231031_181611.heic 20231031_181637.heic
20231031_181607.heic 20231031_181618.heic
20231031_181610.heic 20231031_181635.heic
root@porteus:/home/guest/Downloads/detruire/aquarium# ./heif-convert 20231031_181558.heic20231031_181558.jpeg
bash: ./heif-convert: No such file or directory
root@porteus:/home/guest/Downloads/detruire/aquarium# ./heif-convert 20231031_181558.heic 20231031_181558.jpeg
bash: ./heif-convert: No such file or directory
root@porteus:/home/guest/Downloads/detruire/aquarium# heif-convert 20231031_181558.heic 20231031_181558.jpeg
heif-convert: error while loading shared libraries: libx265.so.192: cannot open shared object file: No such file or directory
root@porteus:/home/guest/Downloads/detruire/aquarium# exit
exit
guest@porteus:~$
libx265.so.192
root@porteus:/home/guest# ln -s /usr/lib64/libx265.so /usr/lib64/libx265.so.192
librav1e.so.0
not available for slackware
What is your way of transforming heic to jpeg?