HEIC to WebP Crop Converter

Load a HEIC photo, drag the crop handles to define exactly the area you need, preview the result, then download a compact WebP file. Everything runs in your browser — your image never leaves your device.

🖼️

Drop a HEIC 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 compact WebP file. No server upload is required. The full workflow — loading, HEIC decoding, cropping, and WebP encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. The output is a quality-0.92 WebP, compatible with every modern browser and ideal for web delivery, social media, and CMS uploads.

Who This Is For

  • Web developers and content creators who need a specific crop from an iPhone photo delivered as a web-optimized WebP file
  • Photographers and bloggers who want to trim HEIC photos to a specific composition and export them in a smaller, faster-loading format
  • Anyone needing to extract a region of a HEIC image and deliver it as WebP for CMS uploads, social sharing, or landing pages
  • Users who want to crop and convert HEIC to WebP without installing Photoshop or any desktop software

HEIC vs WebP: Format Comparison

PropertyHEICWebP
CompressionLossy HEVC (H.265)Lossy or lossless (VP8/VP8L)
Color depth10-bit HDR support8-bit per channel
Transparency supportLimited alpha supportFull alpha channel support
Browser supportChrome 105+, Safari, Edge nativeAll modern browsers (Chrome, Firefox, Edge, Safari)
File sizeVery compact — HEVC compression25–35% smaller than JPEG at similar quality
Web deliveryNot universally supportedIdeal — designed for the web
CMS/platform supportLimited outside Apple ecosystemSupported by WordPress, Shopify, and major CMS platforms
Best foriPhone storage, Apple workflowsWeb images, social media, performance-focused delivery

Frequently Asked Questions

Is WebP a good output format for HEIC photos?
Yes. WebP is specifically designed for web delivery. It produces files 25–35% smaller than equivalent JPEG at comparable quality, and it is supported in all modern browsers. For cropped HEIC photos destined for websites, blogs, social media, or CMS uploads, WebP is an excellent choice — smaller than PNG, better quality-per-byte than JPEG.
How precise is the crop tool?
The crop operates at native pixel accuracy on the original HEIC dimensions. The canvas is scaled to fit your screen for display, but the actual crop coordinates are mapped back to the full-resolution image before the WebP is generated. You get a WebP at the exact pixel dimensions shown in the crop dimensions badge.
Can I move the crop selection after setting it?
Yes — click and drag anywhere inside the crop rectangle (away from the handles) to reposition it anywhere within the image. Handles resize; the interior pans.
Does the WebP output support transparency?
WebP fully supports an alpha transparency channel. The Canvas API preserves alpha channel data if it is present in the decoded HEIC source. However, most HEIC photos from iPhone cameras are fully opaque, so the output WebP is typically 24-bit RGB without transparency.
What browsers are supported?
All modern browsers — Chrome, Firefox, Edge, Safari (desktop and mobile). The tool uses heic2any as a fallback for browsers without native HEIC support, ensuring HEIC files load correctly everywhere. WebP encoding via canvas.toBlob is supported in all modern browsers.
Is there a file size limit?
There is no server-imposed limit because no upload occurs. The practical limit is your browser's available RAM. Most modern desktops handle large HEIC files comfortably. Very large files on memory-constrained mobile devices may be slower to process.