iPhotoEditor

Every tool runs in your browser. Your photos never leave your device — see how that works.

Inspect & Developer Utilities

Before a photo travels, it is worth knowing what it says. The EXIF viewer reads the whole record — camera, lens, settings, timestamps, and the GPS coordinates that place the shot on a map — and shows the file's internal structure segment by segment. Its companion strips that record losslessly, rebuilding the JPEG without its metadata segments so the pixels stay byte-identical while the tracking data disappears.

The developer half of the family: a colour picker that samples exact pixels and extracts an eight-swatch median-cut palette, a before/after wipe slider that makes compression damage and retouching drift visible in seconds (with a side-by-side PNG export for tickets and reviews), and a favicon generator that turns one logo into the full modern set — multi-size ICO with embedded PNGs, apple-touch-icon, PWA icons, manifest and the paste-ready HTML.

Everything here is read-and-derive: originals are never modified, outputs are new files, and nothing is transmitted — which for tools whose whole subject is what images leak, is rather the point.

The tools

EXIF ViewerRead every EXIF field in a JPEG — camera, settings, timestamps and GPS location — parsed locally, with a map link for coordinates.Metadata RemoverStrip EXIF, GPS and other metadata from JPEG and PNG without re-encoding — pixels stay byte-identical while the tracking data disappears.Colour PickerClick any pixel for its HEX, RGB and HSL values, and pull an eight-colour palette from any image with median-cut analysis — locally.Before / AfterDrag a slider across two versions of an image to spot differences, then export a side-by-side PNG for docs, reviews or clients.Favicon GeneratorTurn a logo into the complete favicon set: multi-size .ico, apple-touch-icon, PWA icons, webmanifest and the HTML snippet — built locally.