HEIC to GIF Crop Converter
Load a HEIC photo, drag the crop handles to define exactly the area you need, preview the result, then download a GIF. Everything runs in your browser — your image never leaves your device.
Drop a HEIC file here
or Browse Files · HEIC / HEIF supported
What This Tool Does
This tool loads a HEIC or HEIF image directly in your browser, decoding it using native browser support (Chrome 105+, Safari, Edge) or the heic2any JavaScript library as a fallback for full cross-browser compatibility. It presents an interactive crop overlay with draggable handles, and converts the selected area to a GIF file. No server upload is required. The full workflow — loading, HEIC decoding, cropping, and GIF encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. The output is a GIF using an 8-bit 256-color palette with Floyd-Steinberg dithering, the universally supported format expected by legacy web workflows, simple web graphics, and any context where broad compatibility is the priority.
Who This Is For
- Web designers who need to deliver a specific cropped region of a HEIC photo as a GIF for legacy site compatibility
- Anyone who receives HEIC files from iPhone users and needs to extract a specific area as a GIF without installing extra codecs
- Content creators who need to crop and convert iPhone photos to GIF for use in older CMS platforms, email clients, or tools that only accept GIF
- Users who want to trim and convert a HEIC photo to GIF without installing Photoshop or GIMP
HEIC vs GIF: Format Comparison
| Property | HEIC | GIF |
|---|---|---|
| Compression | Lossy or lossless HEVC | Lossless LZW (indexed color) |
| Color depth | 10-bit HDR support | 8-bit (256 colors maximum) |
| Transparency support | Yes — full alpha | 1-bit (on/off only) |
| Animation support | Yes (HEIC sequences) | Yes — multi-frame |
| Platform support | Apple-native; codec required on Windows/Linux | Universal — every browser and OS |
| File size | Compact at high quality | Moderate — limited palette |
| Best for | iPhone storage, Apple ecosystem | Simple animations, legacy web, universal compatibility |
