About ImgExact

ImgExact is a set of focused image utilities for one recurring problem: a destination that demands an exact image — a form that rejects files over 20 KB, a platform that wants 1080×1350, a portal that only accepts JPG. Most tools online solve one slice of this and upload your file to do it. These are built the other way around.

What that means in practice

  • Local processing. Every tool runs entirely in your browser using standard web capabilities (Canvas, Web Workers where useful). No server ever sees your image.
  • One shared engine. Compress, resize, convert and crop are built on the same validated pipeline, so behavior is consistent and honest across tools.
  • Exact outcomes, real reports. When you set a target (KB, pixels, ratio), the tool tells you precisely what it achieved, what quality it needed, and where it could not comply — instead of silently degrading your file.
  • Dated sources. Platform image sizes change; the presets in the social resizer carry source links and review dates, and stale specs are treated as bugs.

How the tools are built

The site is a static, dependency-light web application: pages are plain HTML, controls are minimal JavaScript loaded only when a tool is used, and image processing code is shared and tested (header parsing, EXIF handling, target-size optimization and crop math all have automated tests). The performance budget targets fast interaction on mobile-class devices, because many people meeting a form requirement are on a phone.

What this site is not

  • No accounts, no uploads, no cloud storage.
  • No analytics that receive filenames, metadata or image content — read the privacy page for the full account.
  • No claims we cannot verify: no fake user counts, no invented ratings.

Feedback and corrections

If a preset is stale, a format behaves wrong, or an explanation is inaccurate, that is a bug worth fixing. When this site is deployed, a contact channel will be listed here.