image-toolkit

How image processing works

Last updated: Jun 1, 2026

image-toolkit is designed so image work runs in your browser: compressing, converting, resizing, editing, metadata cleanup, icon packs, and more. This page explains the technical model in plain language. For policy wording, see the privacy policy.

You open files locally

When you pick an image, the browser reads it from your device into memory (typically via the File API). We do not run an image upload queue for editing workflows: there is no server-side folder where your photos wait to be processed.

You choose when to download results. Exports land in your downloads folder like any other file you save from the web.

Processing uses browser APIs

Tools decode images with standard browser image decoders, manipulate pixels on a canvas or equivalent in-memory surface, then re-encode to JPG, PNG, WebP, or other supported output formats. Resize, crop, compression quality, metadata edits, color adjustments, and AI effects are applied in JavaScript and Web APIs on your machine.

Icon and density generators follow the same pattern: variants are computed locally and packaged into a ZIP you download. Your source image is not sent to our servers for that processing step.

Scope today: full tool catalog

This local-processing model applies across the current catalog: 22 tools in 8 categories (Optimize, Convert, Edit, Icons, Color, and Dev).

That includes high-volume workflows like Compress, Convert, Resize, Crop, Upscale, Remove background, Object remover, Blur face, Watermark, Metadata cleanup, and icon/dev set generators.

See the full list in All catalog tools.

What still touches the network

  • The website itself — HTML, CSS, JavaScript bundles, and fonts load from our host like any static or server-rendered site.
  • Optional analytics or ads — If enabled, third-party scripts may send their own telemetry under their policies (see privacy).
  • Support email — Only if you contact us; that is separate from opening a file in a tool.

None of the above is the same as uploading your image file to us for editing. Image processing stays local in the browser.

Practical limits

  • Very large sources are bounded by available RAM and browser tab limits.
  • Some formats (for example HEIC) depend on what your browser can decode.
  • First run of heavier AI workflows may take longer while local runtime components initialize.
  • Shared or public computers may retain files in cache or downloads—you control that environment.

What we recommend

For confidential documents, use a trusted device and clear downloads when finished. For product and marketing workflows, pair these tools with our guides and the FAQ for format-specific tips.

Related