Image tools
Image tools decode and re-encode with the browser’s canvas when they must, and they say so. Animation, colour profiles, and HEIC are documented as limitations rather than quietly broken features.
- imageImage converterConvert images on-device, with honest limits for animation and AVIF support.
- imageImage resizerResize images on-device without a trip through a remote farm.
- imageImage compressorReduce image weight in the browser and see the new file size before you download.
- imageImage information viewerRead width, height, and file size without uploading the picture.
- imageEXIF viewerInspect EXIF and GPS locally, with tags treated as untrusted strings.
- imageImage metadata removerStrip location and camera metadata before you share a photo.
- imageImage colour palette extractorPull a handful of dominant colours from an image without uploading it.
- imageImage to Base64Turn an image into Base64 or a data URI without uploading it.
- imageBase64 to imageTurn a data URI or Base64 string back into an image file.
- imageFavicon generatorBuild favicon PNGs locally from a square source image.
- imageSocial image resizerExport named social sizes locally, with the pixel dimensions stated up front.
- imageImage aspect-ratio calculatorSimplify pixel dimensions to a ratio such as 16:9 or 4:3.