Compress a WebP to 100 KB
Three steps. WebP is the default output, so you mostly just set the limit and download — usually at full resolution.
Upload the image
Drop a WebP, JPG, PNG, HEIC, AVIF, or GIF onto the drop zone. Sukat can convert any of them to WebP on the way — iPhone HEIC works directly.
Set 100 KB and pick WebP output
Type 100 in the Maximum File Size field and pick KB. WebP is already the default; the download keeps transparency if the source had any.
Convert and download
Click Convert & Download. Sukat binary-searches the WebP quality scale and saves a .webp that fits under the 100 KB ceiling.
When 100 KB WebP is the right call
WebP at 100 KB is the web-performance default — sharp, small, and widely supported. It shows up across a specific set of jobs.
- Faster page loads and Core Web Vitals. Smaller hero and content images improve LCP without a visible quality drop — 100 KB WebP is the sweet spot for a full-width photo that still has to load fast.
- E-commerce product images. A grid of listing thumbnails loads quickly when each one is a lean 100 KB WebP instead of a 200 KB+ JPEG.
- Transparent web graphics. Logos, icons, and badges that need an alpha channel — WebP keeps the transparency PNG offers at a fraction of the size.
- Blog and CMS uploads. WordPress, Ghost, Shopify, and Substack all accept WebP directly and render faster previews from the smaller file.
- Bandwidth-sensitive audiences. Mobile-first and emerging-market traffic benefits most from the byte savings WebP delivers at 100 KB.
Built for WebP at 100 KB
The default format, the exact ceiling, and any input — handled in one pass.
Best quality-per-byte, by default
WebP gives you roughly 25–35% better quality than JPEG at 100 KB, which is why it’s Sukat’s default output. Set the ceiling, and the binary search converges on the highest WebP quality that still fits — typically at full original dimensions for a normal photo.
Transparency preserved
If the source has an alpha channel (a transparent PNG, say), the WebP output keeps it — so you get PNG-style transparency at a WebP-style file size, comfortably under 100 KB.
Any input, converted in the same pass
Drop a JPG, PNG, HEIC, AVIF, or GIF and pick WebP output — Sukat decodes in-browser, converts, and compresses to 100 KB in one step. HEIC from an iPhone is handled natively; no separate converter.
Know when NOT to use it
WebP is the right call for almost anything on the modern web, but a few older tools and some email clients still don’t render it. For those, switch the output to JPEG in one click — Sukat re-runs the same 100 KB search in that format.
Local-only, no upload
Compression runs entirely in your browser via the Canvas API. Your images never reach a server, EXIF and GPS are stripped on re-encode, and you can verify by switching to airplane mode after the page loads.