31 tools
Image Tools
Compress, resize, crop, and convert images for free. Every tool runs in your browser — your photos are never uploaded, never stored, and never scanned.
Convert
- Convert Image
Switch between JPG, PNG, and WebP.
- PNG to JPG
Shrink PNGs down to compatible, lightweight JPGs.
- JPG to PNG
Get lossless, editable PNGs from a JPG.
- Image to WebP
Shrink JPG, PNG, GIF, or BMP down to WebP.
- WebP to JPG
Get a widely-compatible JPG from a WebP image.
- WebP to PNG
Get an exact, editable PNG from a WebP image.
- SVG to PNG
Rasterize an SVG into a sharp PNG, at up to 8×.
Resize & Crop
Adjust & Effects
- Rotate Image
Turn a sideways or upside-down photo the right way up.
- Flip Image
Mirror a photo horizontally or vertically.
- Grayscale Image
Remove colour from a photo for print, design, or a classic look.
- Blur Image
Soften a whole photo by a chosen amount.
- Adjust Brightness
Lighten or darken a photo by a chosen amount.
- Adjust Contrast
Make a flat photo punchier, or soften a harsh one.
- Pixelate Image
Block out a face, plate, or detail with big square pixels.
- Sharpen Image
Make a slightly soft or blurry photo look crisper.
- Image Noise Reduction
Calm the grain in a low-light or high-ISO photo.
Compress
Info & Metadata
- Remove Image Metadata
Strip EXIF, GPS location, and camera data from a photo.
- Image Dimension Checker
Read the exact pixel width and height of any image.
- Image Aspect Ratio Calculator
Work out an image’s ratio, and match it to a recognisable name.
- Image File Size Calculator
See how much compression an image has already had.
- EXIF Viewer
See the camera data hidden inside a JPEG.
- Image DPI Changer
Meet a print shop's DPI requirement without resampling pixels.
- Image Palette Generator
Pull the dominant colours out of a photo as hex codes.
- Image Color Picker
Click a pixel to read its exact hex and RGB value.
Encode
Smaller file, or smaller picture?
These are different jobs, and reaching for the wrong one is the most common mistake on this page.
Compress Image keeps the picture the same size on screen and throws away detail your eye does not miss. Use it when a file is too large to email or upload.
Resize Image changes the pixel dimensions. Use it when something is too big in the sense of not fitting — a 4000-pixel-wide photo going into a 600-pixel column, for instance. This usually saves far more than compression does, because you are discarding pixels rather than detail.
If both apply — the usual case for a phone photo going onto a website — use Compress and Resize and do it in one pass. Doing it in two compresses an image you are about to throw pixels away from, which costs quality for no benefit.
Choosing a format
Format matters more than any quality slider, and the right answer depends on what is in the picture rather than on which format is newest.
Photographs belong in JPG or WebP. Screenshots, logos, diagrams, and anything containing text belong in PNG or WebP — put a screenshot through JPG and the text picks up a visible fuzz around every letter. Anything needing transparency must be PNG or WebP; JPG cannot store it, and fills the transparent parts with white.
For images going on a website, WebP is usually the answer: typically 25–35% smaller than the equivalent JPG, far smaller than PNG, and supported by every browser in current use. Image to WebP converts in one step. The long version is in JPG, PNG, or WebP.
If your photos came off an iPhone
iPhones save photos as HEIC by default, and no browser except Safari can open that format. That is why a HEIC file will not process in the tools here — and why they now name the format when you try, rather than calling your photo damaged. You can convert them on a Mac with Convert Image, or stop the problem at the source in Settings › Camera › Formats › Most Compatible. The full explanation is here, including what switching actually costs you.
Metadata, and what your photos are carrying
A photo from a phone usually carries EXIF metadata: the camera, the settings, the date, and often the exact GPS coordinates where it was taken. That travels with the file when you send it, or post it somewhere that does not strip it. EXIF Viewer shows what is actually in a given file, and Remove Image Metadata takes it out. Both run on your device, which is the only sensible way to handle a question about where you have been.
Why these run in your browser
Browsers decode and encode JPG, PNG, and WebP natively, so there is nothing a server needs to do for most image work — and plenty of reason not to send it one. Nothing here is uploaded; watch the Network tab and see for yourself, or read how it works.
The honest limit: dedicated encoders like MozJPEG and OxiPNG, which only run on a server, do beat a browser — by roughly a fifth on JPG, and more meaningfully on PNG. Shipping them would mean about a megabyte of extra code on every page, on tools whose whole appeal is being instant. For most files, choosing the right format closes more of that gap than the better encoder would.