Your iPhone saves photos as HEIC. Most websites, email clients, and Windows apps still expect JPG. Convert HEIC to JPG directly in your browser — no upload, no waiting.
or drag and drop your image here
Supports HEIC, HEIF
Supports HEIC, HEIF
AirDrop to your Mac, sync via iCloud, or connect via USB — then drop the .heic or .heif files here. Batch of 50 works fine.
Our converter runs the HEVC decoder inside your browser tab. EXIF (date, GPS, camera model) carries over to the JPG output.
Single file downloads directly; multiple files arrive as a zip with preserved filenames. Processing is instant on modern hardware.
Convert images between these related converters
insight-from-heic-reason
HEVC decompression happens client-side — your photos never travel to a server
handles an entire Photos album export without memory issues
Why your iPhone picked HEIC and why you still need JPG
Apple High efficiency Image Format
HEIC requires the libheif delegate library.
Joint Photographic Experts Group JFIF format
Note, JPG is a lossy compression. In addition, you cannot create black and white images with JPG nor can you save transparency. Requires jpegsrc.v8c.tar.gz. You can set quality scaling for luminance and chrominance separately (e.g. -quality 90,70). You can optionally define the DCT method, for example to specify the float method, use -define jpeg:dct-method=float. By default we compute optimal Huffman coding tables. Specify -define jpeg:optimize-coding=false to use the default Huffman tables. Two other options include -define jpeg:block-smoothing and -define jpeg:fancy-upsampling. Set the sampling factor with -define jpeg:sampling-factor. You can size the image with jpeg:size, for example -define jpeg:size=128x128. To restrict the maximum file size, use jpeg:extent, for example -define jpeg:extent=400KB. To define one or more custom quantization tables, use -define jpeg:q-table=filename. These values are multiplied by -quality argument divided by 100.0. To avoid reading a particular associated image profile, use -define profile:skip=name (e.g. profile:skip=ICC).
Everything about HEIC, HEIF, HEVC, and why converting to JPG matters.