Posted: . At: 12:32 PM. This was 3 months ago. Post ID: 19085
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.


Convert Samsung HEIC files to png easily with Linux.


Converting a Samsung HEIC file to a usable PNG format on Linux is very easy, this is how to do it.

Just use ImageMagick to do the conversion, this is a very simple task to do.

╭──(john㉿DESKTOP-PF01IEE)───╮
╰───────────────────────────╾╯(/mnt/g/NS)-(172.24.0.249)┋ convert prices.heic prices.png

This will convert the file with no fuss. The Windows 11 plugin is $14.95. This is free and it is very easy to connect a Samsung Android phone to a PC to copy files with a USB-C cable. Why pay for a plugin when this is done for free?

To batch convert a folder full of HEIC files to PNG, use this simple command.

╭──(john㉿DESKTOP-PF01IEE)───╮
╰───────────────────────────╾╯(/mnt/g/NS)-(172.24.11.78)┋ mogrify -format webp *.heic

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.