A simple PowerShell GUI tool to batch convert .heic image files to common formats (jpg, png, bmp, gif) using ImageMagick. Features folder selection, format dropdown, and a live progress bar.
- Select a folder of
.heicfiles - Choose output format (
jpg,png,bmp,gif) - Batch conversion with progress indicator
- Simple GUI — no command-line use needed
-
Windows
-
ImageMagick installed and added to your system PATH
You can install it via winget with this command:winget install -e --id ImageMagick.ImageMagick
Or download from the official ImageMagick website.
- Download: Get the latest
HEICConverter.exefrom the Releases page. - Run: Double-click the exe to launch the application.
- Select Folder: Click Select Folder and choose the folder containing
.heicimages. - Choose Format: Select your desired output format from the dropdown (jpg, png, bmp, gif).
- Convert: Click Convert. Converted files will be saved in the same folder with the new format.
The simple and intuitive interface makes conversion easy
- "magick command not found": Ensure ImageMagick is installed and added to your system PATH
- No files converted: Check that your folder contains
.heicfiles (case-sensitive) - Application won't start: Make sure you have Windows 10 or later
- Check the Issues page for common problems
- Create a new issue if you encounter bugs or need help
Interested in contributing? See our Development Guide and Contributing Guidelines.
- Clone the repository
- Install ImageMagick and PS2EXE module
- Run the PowerShell script directly:
.\build\PS2EXE\HEICConverter.ps1 - Build executable:
.\build\PS2EXE\PS2EXE.ps1
This script is provided “as is” with no warranty or guarantee of any kind.
Use at your own risk.
- Always back up your files before running batch operations.
- The author is not liable for data loss, corruption, or other issues.
- Make sure you follow licensing terms for ImageMagick or any other third-party tools used with this script.
By using this script, you accept full responsibility for its use and effects.
Free to use and modify for personal or commercial use.
Redistribution, republishing, or resale of this script is not allowed.
See LICENSE for full terms.