About TryImager
A small, fast set of image tools that run entirely inside your browser tab.
Last updated
What TryImager is
TryImager is a free collection of image utilities: format converters (JPG, PNG, WEBP, BMP, GIF, TIFF, SVG), compressors, resizers, croppers and simple editors such as rotate, flip and grayscale. There is no account, no queue, no watermark and no paid tier gating the output quality.
How it actually works
Every tool on this site runs client-side. When you drop a file onto a tool page, the browser decodes it with the Canvas API (plus a JavaScript TIFF decoder for TIFF files), redraws it according to your settings, and re-encodes it with the browser's own image encoders. The resulting file is handed straight back to you as a download.
Your image is never sent to TryImager or to any third party. You can verify this yourself: open your browser's network tab, run a conversion, and you will see no upload request. Because the work happens locally, results are instant, they work on files you would not want to hand to a stranger, and the byte counts we show are measured from the real output file rather than estimated.
What we deliberately do not do
- No file uploads, no server-side image storage, no processing queue.
- No accounts, email capture or newsletter gate before you can use a tool.
- No watermarks or artificial size limits on the output.
- No fake savings numbers — every percentage comes from the actual generated file.
Limitations we are upfront about
Browser encoders are good but not identical across browsers. WEBP output depends on your browser supporting WEBP encoding, which we detect with a real test encode before offering it. PNG is a lossless format, so re-encoding a PNG will not always make it smaller — where that is the case the tool says so instead of pretending. Animated GIFs are converted using the first frame only. Very large images (over roughly 25 MB or 40 megapixels) are rejected because rasterising them can crash a browser tab.
Get in touch
Bug reports, missing formats and wrong output are all worth telling us about — use the contact page.