Cadmeo

Image Tools

These image tools resize, convert, inspect and edit pictures in your browser. All 12 work on a canvas in the page, so the file is never uploaded and never leaves your machine.

12 tools

What the image tools cover

The 12 tools cover four jobs. Resizing and compressing change the pixel dimensions or the encoded quality. Converting moves between PNG, JPEG and WebP. Inspecting reads colours out of an image, either one pixel at a time or as a dominant palette. Editing applies a specific, reversible operation such as a rotation, a flip, an inversion, a sharpen or a pixelation.

Resizing and compressing are different operations that both make a file smaller, and confusing them is the most common mistake here. Resizing changes how many pixels there are. Compressing keeps the pixel count and re-encodes them at lower fidelity. Doing both, in that order, gives the smallest file for a given appearance.

Large reductions are done in stages rather than one jump, because a single large downscale drops detail the browser would otherwise keep. Rotation by a right angle and flipping are lossless, since each is a rearrangement of existing pixels rather than a re-encode.

Resize, compress or convert

These three overlap in outcome and differ in what they change.

Resize, compress or convert, matching a situation to the tool that answers it
What you wantThe tool
Fewer pixels, for a fixed display sizeImage resizer, by exact dimensions or by percentage
A smaller file at the same dimensionsImage compressor, with the before and after sizes shown as you move the slider
A different formatImage converter for PNG, JPEG and WebP, or image to WebP for that one target
The exact colour of one pixelColor picker, with a magnifier so you land on the right pixel
The main colours across a whole pictureImage color extractor, which reports the share each colour accounts for
To obscure something in a picturePixelate image, with the caveat that pixelation is not secure redaction

Frequently asked questions

Are my images uploaded when I use these tools?

No. Each tool draws the image onto a canvas element inside the page and reads the pixels back from there. No request carries the file, and the site has no backend to receive one. The image is discarded when you close the tab.

Should I resize or compress to make a file smaller?

Resize first, then compress. Resizing to the size the image will actually display removes pixels nobody sees, and compressing afterwards works on a smaller starting point. Compressing a large image without resizing it keeps every pixel and degrades all of them.

Does pixelating a picture safely hide the information in it?

No. Pixelation averages blocks of pixels and is reversible in some cases, particularly for text and for anything drawn from a small set of possibilities. To remove information, crop it out or cover it with a solid shape and export a new file.

Why did my transparent PNG gain a white background?

Because you converted it to JPEG, which has no alpha channel. Transparent pixels must become a solid colour, and the converters fill with white unless you choose another colour. Converting the result back to PNG restores the channel but not the original pixels.