Initializing... drag & drop files here
Supports: 3FR, ARW, AVIF, BMP, CR2, CR3 +30 more
Every photo format solves a different problem. iPhones write HEIC by default since iOS 11, but Windows still asks for a codec to open them. WebP and AVIF shave 25-50% off web page weight but a client may still demand JPG for print. Photographers shoot RAW (CR3, NEF, ARW, DNG) for latitude in post but need JPG or TIFF to share with clients. A single converter that handles all of these saves the round-trip through Photoshop, Preview, or command-line tools like ImageMagick.
<link> tags for modern favicons.| Property | JPG | PNG | WebP | AVIF | HEIC | TIFF |
|---|---|---|---|---|---|---|
| Compression | Lossy | Lossless | Lossy + Lossless | Lossy + Lossless | Lossy + Lossless | Lossless (typical) |
| Transparency | No | Yes | Yes | Yes | Yes | Yes |
| Animation | No | No (APNG only) | Yes | Yes | Yes | No |
| Color depth | 8-bit/channel | 8 or 16-bit | 8-bit | up to 12-bit HDR | up to 16-bit HDR | up to 16-bit |
| Browser support | Universal | Universal | ~95% (Safari 16.0+) | ~94% (Safari 16.4+) | ~12% (Safari only) | Not displayed natively |
| Typical use | Photos, sharing | Logos, screenshots | Web images | Web images, HDR | iPhone library | Print, archival |
| File size vs JPG | baseline | larger | 25-35% smaller | 30-50% smaller | ~50% smaller | much larger |
| Goal | Best Format | Why |
|---|---|---|
| Universal sharing (email, chat, web upload) | JPG | Opens everywhere; ~32-year track record |
| Logos, screenshots, UI mockups | PNG | Lossless, sharp edges, transparency |
| Modern website images | WebP | 95%+ browser support, smaller than JPG/PNG |
| Bleeding-edge web with HDR | AVIF | 94%+ support, smallest at equal quality |
| Apple-only library or AirDrop | HEIC | Native iOS/macOS, ~half the size of JPG |
| Print or photo archival | TIFF | 16-bit lossless, no generation loss |
| Logos that must scale | SVG | Vector, infinite zoom without blur |
| Favicon | ICO or PNG | ICO for legacy, PNG <link> for modern |
| Embed in a PDF | JPG or PNG | Universally supported by PDF readers |
| Animated frames | GIF or WebP | GIF for compatibility, WebP for smaller size |
| Type | Formats | What changes each save |
|---|---|---|
| Lossy | JPG, WebP (lossy mode), AVIF (lossy), HEIC (lossy) | Small artifacts accumulate with each re-save; pick once and stop re-encoding |
| Lossless | PNG, TIFF, WebP (lossless), AVIF (lossless), BMP, GIF | Pixel-perfect every time; larger files |
| Vector | SVG, EPS | Resolution-independent; no pixel loss at any scale |
If you plan multiple edit-save cycles, work in PNG or TIFF and export to JPG/WebP only at the end. For most one-shot web exports, lossy WebP at "Very High" quality gives the best size-to-quality balance.
Lossy WebP at "Very High" quality is the best default in 2026 — 95%+ browser support and 25-35% smaller than equivalent JPG. If you need to reach the last 5% (older Safari, niche browsers, some email clients), keep a JPG copy. AVIF is even smaller but slower to encode and not yet supported by some image CDNs and older Edge builds.
Yes. Canon CR2/CR3/CRW, Nikon NEF, Sony ARW, Adobe DNG, Fujifilm RAF, Olympus ORF, Panasonic RW2, Pentax PEF, Sigma X3F, and several others are accepted. Convert to JPG for sharing, PNG for lossless web use, or TIFF for archival and print. RAW conversion uses the embedded camera profile, so colors match what you saw on the camera screen.
It depends on the path. JPG to JPG re-encodes and loses a bit each time. PNG to JPG drops to 8-bit and adds compression artifacts. PNG to TIFF, PNG to WebP-lossless, and TIFF to TIFF are pixel-identical. Use the Quality Preset to control how aggressively lossy formats compress — "Very High (Recommended)" stays visually transparent for almost all photos.
EXIF is preserved when both source and target support it — JPG to JPG, TIFF to JPG, HEIC to JPG, WebP to JPG all carry metadata through. Conversions to PNG and SVG drop EXIF because those formats don't carry the standard tags. If you want to strip GPS before sharing publicly, convert through PNG and back, or use a dedicated EXIF stripper.
HEIC uses the HEVC video codec, which Microsoft licenses separately from Windows. On Windows 10 and 11 you need both the "HEIF Image Extensions" (free) and the "HEVC Video Extensions" (paid, ~$0.99) from the Microsoft Store. Converting HEIC to JPG or PNG online sidesteps the whole licensing dance. See the dedicated HEIC to JPG and HEIC to PNG pages.
Use the Image Compressor for in-place size reduction, or use this converter and pick the same input/output extension while lowering the Quality Preset and Resolution Percentage. For PNG, dropping to 8-bit indexed color via WebP-lossless or recompressing usually beats re-saving the PNG.
Yes. Drop a mix of JPG, PNG, HEIC, and RAW files at once, pick a single Image File Extension, and every file converts to that target. Download as a ZIP from the results screen. The browser does the work locally, so a 50-file batch doesn't depend on a queue or server tier.
Yes — every modern mobile browser (Safari on iOS, Chrome and Firefox on Android) runs the converter the same way as desktop. iPhone users frequently use the page to convert HEIC photos to JPG before texting them to Windows or Android contacts.
Only if you need to support pre-Edge Internet Explorer or very old Windows shortcut handlers. MDN now recommends shipping a PNG via <link rel="icon"> for modern browsers. The converter outputs ICO at standard 16x16, 32x32, 48x48, 64x64, 128x128, and 256x256 sizes when you do need it.
Conversion runs in your browser session — files aren't published to a public bucket or shared with third parties. Use JPG to PNG, PNG to WebP, or WebP to PNG for the most common single-direction conversions, or stay on this page for any input/output combination.