Squoosh vs TinyPNG vs ezGIF: Which Free Image Tool Should You Use?

· nologin.tools

Hero image

Most people pick the first image tool that appears in a Google search, create an account when asked, and never think about it again. That’s a reasonable path — until you realize you’ve handed your email to three different services just to resize photos you could have processed in 30 seconds for free.

There are four free browser image tools that cover every common task without any registration. The problem isn’t that they’re hard to find. It’s that each one has a specific strength, and using the wrong tool for the job means worse results or unnecessary steps. This guide breaks down when to use which one.

Squoosh: When Quality Control Matters

Squoosh is a compression tool built by the Google Chrome team and released as open source. What makes it unusual is that it runs entirely in your browser — your images never get uploaded to any server. The compression happens locally via WebAssembly.

When you need to get a single high-resolution photo down to a web-appropriate size without guessing, Squoosh is the right choice. You drag in an image and immediately see a side-by-side split view of the original versus compressed version. A slider lets you drag across the comparison. File size is shown in real time as you adjust quality settings.

The codec selection is where Squoosh stands apart. You can compress to MozJPEG (a higher-quality JPEG encoder than most tools use), WebP, AVIF, or OxiPNG. AVIF in particular deserves attention — it’s a modern format that achieves noticeably smaller file sizes than JPEG at equivalent visual quality. For images destined for a website, choosing AVIF or WebP over standard JPEG can cut your file sizes significantly while keeping the image looking identical to most viewers.

The honest limitation: Squoosh handles one image at a time. There’s no batch mode. For a single hero image, a profile photo, or one product shot that needs to hit a specific file size, it’s excellent. For forty images, it becomes tedious.

Squoosh’s client-side processing also means it works offline once the page is loaded — a minor but sometimes useful detail if you’re on a spotty connection.

TinyPNG: When You Have a Stack of Images to Compress

TinyPNG solves the batch problem. Drop up to twenty files at once and it compresses them in parallel, then lets you download the results as a ZIP. The interface is minimal by design — you don’t configure anything, you just drag files in.

The compression algorithm is proprietary but effective. It uses smart lossy techniques to reduce file size while preserving visual quality in ways that are typically imperceptible to the eye. A 500KB PNG regularly comes out under 200KB. The tool supports PNG, JPEG, and WebP formats.

No account is required for the free tier, though there are per-session limits on file count and size. For most everyday tasks — compressing images for a blog post, reducing photo sizes before attaching to an email — those limits are generous enough not to matter.

What TinyPNG doesn’t do: it won’t resize images, change their dimensions, or convert between formats. It only compresses. If you need a different output format or a different size, you’ll need a different tool in the chain.

Unlike Squoosh, TinyPNG does process images on its servers. That’s a reasonable trade for most uses — stock photos, marketing images, web assets — but worth knowing if you’re working with sensitive material.

ezGIF: When Dimensions and Cropping Are the Point

ezGIF started as a GIF creation tool and grew into a general-purpose image utility. For resizing and cropping tasks, it’s the most capable free option that doesn’t require any signup.

When you need a profile photo at exactly 400×400 pixels, or a product thumbnail at specific dimensions for a marketplace template, ezGIF gives you precise control. The resize function accepts pixel dimensions or percentage, lets you lock the aspect ratio, and offers several resampling algorithm choices — which affects whether the scaled image looks sharp or soft. Nearest neighbor for pixel art, Lanczos for photographs.

The crop tool works well for composing a tight square from a wide landscape shot. You can specify exact pixel offsets or drag a selection visually. Rotate and flip operations are there too, along with basic format conversion between JPEG, PNG, WebP, GIF, and AVIF.

The interface is functional rather than polished — it looks like it was designed in 2014 because it was, and nobody has decided that’s a problem worth fixing. But it works, it’s fast, and there are no nags about creating an account.

For anything involving animated images — optimizing GIF file size, converting video clips to animated WebP, extracting individual frames — ezGIF is essentially the only free browser option that handles all of it without registration.

Convertio: When You Need a Format That Doesn’t Exist Yet in Your File

Convertio covers the format conversion cases the other tools don’t touch. It supports over 300 file formats across images, video, audio, and documents. The free tier without an account handles files up to 100MB.

When an iPhone sends you a HEIC photo and your CMS won’t accept it, Convertio turns it into a JPEG in one step. When a client sends over a TIFF and you need a PNG, same workflow. When you’re dealing with obscure RAW camera formats, Convertio likely has a conversion path.

The interface is simple: choose source file, pick target format, convert, download. There’s no quality adjustment, no resizing, no editing. It’s a format translator, not an editor. For images that need both conversion and compression, the practical workflow is Convertio first, then Squoosh or TinyPNG afterward.

Convertio processes files on its servers. For large files this is actually an advantage — the conversion happens on Convertio’s infrastructure rather than your browser, so your computer stays fast.

Choosing Without Overthinking It

Here’s the decision as a table:

What you’re trying to doTool to useWhy
Compress one photo for web with format controlSquooshClient-side, live preview, supports AVIF/WebP
Compress a batch of images quicklyTinyPNG20 files at once, no configuration needed
Resize or crop to specific pixel dimensionsezGIFExact sizing, aspect ratio lock, multiple algorithms
Convert HEIC → JPEG, TIFF → PNG, or any unusual formatConvertio300+ format support
Compress + convert to WebP or AVIF in one stepSquooshDoes both, no upload required
Optimize animated GIFsezGIFOnly free option that handles animation properly

For most day-to-day image tasks — blog photos, email attachments, profile pictures — Squoosh handles the single-file case and TinyPNG handles batches. Those two together cover probably 80% of common scenarios.

The Privacy Difference Worth Knowing

Squoosh stands apart from the others in one significant way: your images never leave your machine. The code is open source and auditable. For sensitive images — internal documents you’re converting to JPEG, product photos before a public launch, anything you’d prefer stayed local — Squoosh is the only option here that provides that guarantee.

TinyPNG, ezGIF, and Convertio all process server-side. They have privacy policies, but your files do travel to their infrastructure. That’s a fine trade for most everyday images. It’s worth knowing the distinction before uploading something confidential.

When These Four Aren’t Enough

These tools cover compression, batch compression, resizing, and format conversion. What they don’t cover is editing — color adjustments, background removal, layer-based manipulation, or anything requiring actual image editing rather than processing.

For editing tasks that go beyond resizing and compressing, Photopea is worth knowing. It’s a full-featured image editor that opens and saves PSD files, runs entirely in your browser, and requires no account. It’s not as fast for simple tasks as the tools above, but if you need to actually edit an image and then export it, it covers that ground.

If you want to understand the technical reasoning behind format choices — when to use AVIF versus WebP versus JPEG, what “lossy” actually means for visual quality — the web.dev image format guide from the Chrome team is a thorough reference without the paywalling or email gates that typically surround this kind of documentation.

And if you want to explore more no-login tools beyond image processing, the blog post comparing PNG, JPEG, and WebP formats goes deeper on the format decision specifically — useful if Squoosh’s codec menu looks overwhelming the first time.

The image tools exist. They’re free, they’re capable, and none of them need your email address. The main thing is knowing which one to open.