Search found 3 matches

by brst
Thu Jan 11, 2024 12:01 pm
Forum: MP - General Support
Topic: Plugins and Addons
Replies: 64
Views: 151366

Re: Plugins and Addons

xnview wrote: Thu Sep 21, 2023 6:51 am XnView MP on linux supports HEIC if libheif is installed
On Linux Mint you need to install libheif-dev:

Code: Select all

apt install libheif-dev
It took me a long time to figure it out, but I'm glad it works now!
by brst
Thu Jan 11, 2024 11:21 am
Forum: XnConvert
Topic: HEIF library not found for reading HEIC files (ubuntu) - (solved, but have follow up ques)
Replies: 3
Views: 5997

Re: HEIF library not found for reading HEIC files (ubuntu) - (solved, but have follow up ques)

You need to install libheif-dev to get reading HEIC/HEIF files to work. For me, it was also a long journey of trial and error......

Code: Select all

apt install libheif-dev
libheif1 does not work for me. I have Linux Mint 21.2.
Greetings
by brst
Thu Jan 11, 2024 11:16 am
Forum: MP - General Support
Topic: HEIF/HEIC on Linux?
Replies: 7
Views: 3589

Re: HEIF/HEIC on Linux?

nightflame wrote: Wed Jan 03, 2024 10:32 am Ah I found I needed to install libheif-dev specifically to get this to work.
Great! This works for me too! 8)
Thank You!