HEIC Support by Christopher Ross
Convert HEIC/HEIF images from iPhones to WebP for WordPress. Automatic batch conversion with non-destructive backups.
by Christopher Ross · github.com/thisismyurl/thisismyurl-heic-support · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/thisismyurl/thisismyurl-heic-support/archive/refs/heads/main.zipReadme
HEIC Support
Enable HEIC/HEIF uploads in WordPress and convert them to web-safe JPEG or WebP, with backups of every original and one-click restore.
This is a pre-1.0 release. The version number starts with 0., which means the format handling and admin surface are stable enough for real use but the API and defaults may still change between builds.
HEIC Support is part of the thisismyurl.com image-plugin family. It shares the same Optimize / Settings / Report admin shell as WebP, BMP, and SVG Support, so once you know one of them, you know all of them. The only difference is the format each plugin handles.
What it does
- Enables
.heicand.heifuploads, even where your host or another plugin has switched them off, with a real-MIME check so the file is what it claims to be - Converts each HEIC/HEIF to JPEG (the default) or WebP through the WordPress image editor stack. This needs Imagick. Pure GD cannot decode HEIC on its own, so if you are on GD you also need the
php-imagickextension installed for decoding to work. - Keeps every original under
uploads/heic-backups/with one-click restore, one file at a time or in bulk - Optimizes on upload, with optional background auto-optimize driven by wp-admin traffic and/or WP-Cron
- Optionally strips EXIF/GPS/metadata and embeds a site-credit XMP block on the output (Imagick required)
- Reports the business ROI of the conversions across 30-day, 90-day, 12-month, and all-time windows
- Takes a safety snapshot before each destructive operation when the shared Vault or Shadow backup engine is active
Requirements
- WordPress 6.0 or newer
- PHP 7.4 or newer
- Imagick, or GD with the
php-imagickextension. HEIC decoding requires Imagick either way — GD on its own cannot decode HEIC.
Installation
- Upload the plugin folder to
/wp-content/plugins/. - Activate it through the Plugins screen.
- Go to Tools > HEIC Support, choose your output format, and run optimization.
Versioning
Versions follow X.Yjjj.hhmm — year, Julian day, 24-hour time of the build. The leading 0. indicates this is a pre-1.0 release.
About
HEIC Support is built and maintained by Christopher Ross. I build focused WordPress tools for problems that keep showing up across real sites. No tracking, no ads, no upsells.
WordPress.org: profiles.wordpress.org/thisismyurl · GitHub: github.com/thisismyurl · LinkedIn: linkedin.com/in/thisismyurl
License
GPL-2.0-or-later. See LICENSE.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.6190.1640 | Jul 9, 2026 |
| 0.6165.0822 | Jun 14, 2026 |
| 0.6149.0734 | May 29, 2026 |
| 0.6148.2110 | May 29, 2026 |
| v0.6147 | May 27, 2026 |
| v0.6112 | Apr 22, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.