convert-heic-to-jpeg
Installation
SKILL.md
Convert HEIC To JPEG
Use this skill when you need to convert .heic or .heif images into .jpg files for local development workflows.
The script for this skill lives at ./convert_heic_to_jpeg.py and is designed to be run with uv run.
What this skill does
- Converts a single HEIC or HEIF file to JPEG.
- Recursively scans a directory for HEIC or HEIF files.
- Writes JPEG files next to the source images by default.
- Can write output into a separate directory.
- Skips existing JPEG files unless
--overwriteis passed.
How to run it
Run the script with uv run so the inline PEP 723 dependencies are installed automatically: