The Image Tools Toolkit handles the image operations developers need without uploading anything to a server. Convert PNG, JPEG, GIF, or WebP images to Base64 data URIs for inlining in HTML and CSS, decode Base64 strings back to downloadable image files, optimize SVGs by removing editor metadata and redundant attributes, resize images to exact pixel dimensions, and sample colors from any point in an uploaded image.
Because every operation runs locally in your browser via the Canvas and File APIs, your images never leave your device. This is critical for confidential design assets, unreleased product screenshots, and proprietary illustrations.
The SVG Optimizer is particularly useful after exporting from Figma or Illustrator — it can cut SVG file sizes by 30–60% by stripping editor-specific attributes, inline styles, and unnecessary precision in path coordinates.