In recent Ubuntu versions (>= 18.04):

sudo apt-get install libheif-examples

And then

for file in *.heic; do heif-convert $file ${file/%.heic/.jpg}; done

In older Ubuntu or Mint versions, first add this PPA and then do the above steps.

sudo add-apt-repository ppa:strukturag/libheif
sudo apt-get update
Answer from kerner1000 on askubuntu.com
🌐
Reddit
reddit.com › r/linuxquestions › support for .heic images
r/linuxquestions on Reddit: Support for .HEIC Images

Another long term fix is to consider using https://heiconvert.com to easily convert your HEIC images to a more compatible format, making them accessible in your default Image Viewer on Ubuntu. It's a quick solution for hassle-free image viewing.

🌐
Baeldung
baeldung.com › home
How to View .HEIC Photos on Linux | Baeldung on Linux
April 24, 2024 - Learn how to view HEIC images using multiple approaches in Linux.
🌐
Linux Mint Forums
forums.linuxmint.com › viewtopic.php
Opening .HEIC files
You are being redirected · Javascript is required. Please enable javascript before you are allowed to see this page
🌐
Ask Ubuntu
askubuntu.com › questions › 958355 › any-app-on-ubuntu-to-open-and-or-convert-heif-pictures-heic-high-efficiency-i
software recommendation - Any app on Ubuntu to open and/or convert HEIF pictures (.HEIC, High Efficiency Image File Format)? - Ask Ubuntu

In recent Ubuntu versions (>= 18.04):

sudo apt-get install libheif-examples

And then

for file in *.heic; do heif-convert $file ${file/%.heic/.jpg}; done

In older Ubuntu or Mint versions, first add this PPA and then do the above steps.

sudo add-apt-repository ppa:strukturag/libheif
sudo apt-get update
Answer from kerner1000 on askubuntu.com
🌐
Medium
hritikchaudhary.medium.com › heif-heic-support-for-linux-ubuntu-quick-guide-9a70f4d29352
HEIF(.HEIC) Image Support for Linux/Ubuntu [quick guide] - Hritik Chaudhary - Medium
March 21, 2024 - It was developed by the Moving Picture Experts Group (MPEG). The process is very simple, single command line execution. This is achieved using a package called heif-gdk-pixbuf. It’s is available in ubuntu repositories and you don’t need to add any third party repository.
🌐
Super User
superuser.com › questions › 1252004 › how-can-i-view-heic-photos-on-linux
How can I view .HEIC photos on Linux? - Super User

For local conversion, this worked for me in Debian. Just downloaded the static build, ran the example conversion command, everything worked:

https://github.com/monostream/tifig

Answer from s0kr8s on superuser.com
🌐
Debian User Forums
forums.debian.net › viewtopic.php
[Software] How to edit ,heic/.heif files? - Debian User Forums
Hello I am beginner linux user and am using debian 12 bookworm. I need help I downloaded a image viewer program called gThumb and replaced the old one in order to view the .heic files however I cannot make edits such as rotating image, crop, etc. Every time I attempt to make an edit I get error ...
🌐
LinkedIn
linkedin.com › advice › 0 › what-best-tools-viewing-heic-images-linux-k7skc
What are the best tools for viewing HEIC images on Linux?
Discover 100 collaborative articles on domains such as Marketing, Public Administration, and Healthcare. Our expertly curated collection combines AI-generated content with insights and advice from industry experts, providing you with unique perspectives and up-to-date information on many skills ...
🌐
Fitzcarraldo's Blog
fitzcarraldoblog.wordpress.com › 2019 › 01 › 15 › heic-image-files-in-linux
HEIC image files in Linux | Fitzcarraldo's Blog
January 15, 2019 - So there you have it; if the Linux file manager and/or image viewing applications you use cannot already handle HEIC files, the tools in Linux that I found may work are as follows: heif-convert (from the package libheif-examples in Ubuntu/Lubuntu, or from from the package libheif in Gentoo).
Find elsewhere
🌐
Dedoimedo
dedoimedo.com › computers › heic-linux.html
How to view and convert HEIC images in Linux (Kubuntu)
Short tutorial showing how to use HEIC images made by iPhone in Linux, covering potential snags and workarounds, including iPhone format settings, default viewing behavior in Kubuntu 22.04 and 24.04, GwenView and Okular programs, libraries and packages that behave differently in various scenarios, ...
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Unable to open HEIC photos on Fedora 41 - Fedora Discussion
November 6, 2024 - Hello Fedora Community! I’m opening this thread because I’m unable to open HEIC files using Gnome Image Viewer on Fedora 41. I understand Fedora does not support HEIC out of the box for some licenses issues, that’s why I’ve already installed libheif-freeworld from RPMFusion repository: ...
🌐
LinuxShout
linux.how2shout.com › home › 3 ways open and view .heic image files on linux mint
3 Ways open and view .Heic image files on Linux mint - LinuxShout
January 24, 2023 - There are several ways to open Apple's Heic image file on Linux Mint, either by installing the additional packages or converting them to JPG. Here we discuss both of them. Apple devices store images in HEIF (HEIC), a file format for High-Efficiency Image Format.
🌐
UbuntuHandbook
ubuntuhandbook.org › home › howtos › how to open ios heic photos or convert to jpg/png in ubuntu 20.04 | 22.04
How to Open iOS HEIC Photos or Convert to JPG/PNG in Ubuntu 20.04 | 22.04 | UbuntuHandbook
It’s however easy to either enable this file format support or convert it to JPG or PNG image. In Ubuntu 20.04 and Ubuntu 22.04, you can easily enable the HEIF / HEIC file format support via libheif libraries.
🌐
Super User
superuser.com › questions › 1519650 › how-can-i-convert-a-heic-file-to-a-jpeg-file-in-debian
linux - How can I convert a HEIC file to a JPEG file, in Debian? - Super User
This question appears to address ...ubuntu-to-open-and-or-convert-heif-pictures-heic-high-efficiency-i · However, on Debian, adding the required repository fails: # add-apt-repository ppa:strukturag/libheif This PPA contains packages to add support for HEIC / HEIF files. HEIF is a new image file format employing HEVC (h.265) image coding for the best compression ratios currently possible. libheif is an ISO/IEC 23008-12:2017 HEIF ...
🌐
Reddit
reddit.com › r/pop_os › view .heic images?
r/pop_os on Reddit: View .HEIC images?

IIRC they’re Apple’s implementation of high quality images? I just converted them to JPEG, but a quick google search has pointed me to this tool: heif-gdk-pixbuf Now I’ve not used this so cannot confirm if it’s any good, but it might be worth checking out.

🌐
Learn Ubuntu MATE
learnubuntumate.weebly.com › open-heic-images.html
Open HEIC Images - Learn Ubuntu MATE
Has anyone ever sent you an image with an .heic file extension and you were unable to open it on your Linux system? If so, I will show you how you can open them without any problems. HEIC is...
🌐
Hitpaw
hitpaw.com › photo-tips › heic-to-jpg-linux.html
Guide to Open or Convert HEIC to JPG on Linux
March 27, 2024 - Learn how to open and convert HEIC to JPG on Linux effortlessly with our comprehensive guide including commands for Linux HEIC to JPG.
🌐
YouTube
youtube.com › tommy thompson
How To Open HEIC Images on a Linux System - YouTube
06:35
In this video, I explain how you can view .heic images on a Linux system. I am using Ubuntu MATE 22.04 LTS, but it should work with other distros. How-To Ope...
Published: June 19, 2022
Views: 5K
🌐
Blogger
fritzthecat-blog.blogspot.com › 2019 › 07 › view-heic-photos-on-linux.html
fritzthecat-blog: View .HEIC Photos on LINUX
If you come across photos that were made using an iPhone you may have seen that there is a new image format on IOS. It is called "High Ef...