Plomz
Guide All Tools Remove BG

Image Optimization Hub

Convert images the right way — not just to a different file type

Most image converters just swap the extension. Plomz is built around a different idea: the format you choose should match where the image is going — a website, a marketplace listing, an email, a design file, or a print workflow. Pick the right tool below, or read on to understand why that decision matters more than people think.

Destination-first
Format choice follows destination, not habit. We explain the reasoning, not just the output.
Batch + ZIP
Convert multiple files at once and download in one click.
No account needed
Files process and delete automatically. No watermarks.
Pick by destination
Website / app — use WebP (or AVIF for photos). PNG only if transparency is required.
Marketplace listing — use JPG. Predictable, universal, no transparency surprises.
Email / sharing — use JPG or PNG. WebP still fails in Outlook desktop.
iPhone photos on Windows — convert HEIC → JPG first. HEIC requires a codec most PCs don't have.
Logo / icon / overlay — use PNG or WebP (transparency). Avoid JPG entirely.
Privacy
No watermark. Files are processed server-side and deleted automatically after download. Not stored, not indexed.

Image tools (convert, resize, compress)

Most tools support batch uploads and instant ZIP downloads. Not sure which format to pick? WebP for web delivery, JPG for universal compatibility, PNG for transparency, AVIF when file size is the top priority and your toolchain supports it.

Tip: If it's a photo, start with WebP (or AVIF if your workflow supports it). If it's a logo or UI element, keep it PNG. When you need universal sharing, choose JPG.

The one question most people skip before converting

Before you pick a format, answer this: where is this image actually going? Not "what is it" or "what do I have" — where is it going. The destination determines everything: what compression is acceptable, whether transparency matters, what the receiving system can decode, and what file size the upload form will allow.

Most converter sites tell you that WebP is smaller than JPG, that PNG supports transparency, and that AVIF is the future. That's all true. But it doesn't help you make a decision. Here's a more useful frame:

The image will live on a webpage

Use WebP as your default — both photos and graphics work well. Use AVIF for photos if your hosting pipeline supports it and you're willing to test rendering. Keep PNG only for images where transparency genuinely matters (logos, icons, overlays). Serving a PNG photo is almost always a performance mistake.

The image will be uploaded to a marketplace

Use JPG. Platforms like eBay, Etsy, Amazon, and Depop all accept JPG reliably. Avoid transparency formats here — platforms commonly flatten transparent backgrounds to black or white during thumbnail generation, which looks broken on listing pages. Resize to the platform's recommended dimensions before uploading.

The image will be sent via email or shared in a chat app

Use JPG for photos, PNG for screenshots and graphics. WebP is not supported in Outlook desktop (as of 2026) and renders as a broken attachment for many recipients. Compress before sending — most email clients have attachment size limits and mobile data users appreciate smaller files.

The same 4MB PNG of a product photo might be perfect in your Photoshop workflow, too heavy for a website, rejected by a marketplace upload form, and broken-looking in someone's email. The file hasn't changed — the destination has. That's what format decisions should track.

What actually breaks — and on which platforms

Every format has documented failure modes on specific platforms. These aren't edge cases — they're common enough that they generate thousands of support questions. Here's what actually goes wrong, not in theory but in practice:

Three things most people get wrong about image formats

Common beliefs about image formats that are either wrong or only half-true:

When you should NOT convert your images

This is almost never covered on converter sites, for obvious reasons. But it's genuinely useful: sometimes conversion adds work without adding benefit.

Format comparison: what each format is actually built for

Every format was designed to solve a specific problem. Understanding that context makes the tradeoffs obvious:

Format Designed for Strongest at Known failure points
JPG Compressing photographic images for transmission (1992) Universal compatibility; predictable output No transparency; artifacts on text/logos; generational quality loss
PNG Patent-free lossless replacement for GIF (1996) Transparency; crisp edges; screenshots; pixel-perfect UI Large files for photos; transparent backgrounds mishandled by some platforms
WebP Web delivery with smaller files than JPG/PNG (Google, 2010) Web images; supports both lossy and lossless; transparency Outlook desktop; older editing tools; some print workflows
AVIF Maximum compression for modern web delivery (2019) Smallest file size for photos at high quality Slow encoding; inconsistent design tool support; complex toolchain
HEIC Efficient photo storage on Apple devices (Apple, 2017) Half the size of JPG at equivalent quality on Apple hardware Requires codec on Windows; not accepted by most upload forms
SVG Scalable vector graphics for web (W3C, 1999) Logos, icons, illustrations at any resolution Cannot represent photographic content; complex SVGs can be large

FAQ — questions that actually come up

Why did my PNG get a black background when I converted it to JPG?
PNG supports transparency (alpha channel). JPG does not. When converting PNG → JPG, any transparent area must be filled with a solid color — and some converters default to black. Plomz fills transparent areas with white, which is what you almost always want. If you're getting black backgrounds elsewhere, check the converter's background fill setting.
Why does my HEIC file open on my iPhone but not on my PC?
HEIC decoding requires a licensed codec. iPhones include it natively. Windows 10 and 11 require the "HEIC Image Extensions" from the Microsoft Store — and many corporate PCs can't install Store apps. Converting HEIC → JPG removes the dependency entirely. The recipient's PC doesn't need any special software to open a JPG.
If WebP is better than JPG, why do marketplaces still prefer JPG?
Marketplace image processing pipelines are old infrastructure. Many were built when JPG was the only practical format for photos. They accept JPG reliably because it's been their standard for 15+ years. WebP support varies — some platforms accept it, some silently convert it, some reject it. JPG remains the safest common denominator for uploads where you don't control the receiving system.
Does converting to WebP actually help my website's Core Web Vitals?
It can. Largest Contentful Paint (LCP) — the Core Web Vitals metric most affected by images — measures how long the page's largest image takes to load. A WebP that's 40% smaller than the equivalent JPG will typically load faster on the same connection. But format alone isn't the whole picture: image dimensions, lazy loading, and CDN caching matter as much. Converting a 4000px-wide JPG to WebP and serving it at full resolution will still be slow. Resize first, then convert.
Can I use WebP instead of PNG for a logo with a transparent background?
Yes — WebP supports transparency and is smaller than PNG in most cases. The tradeoff: older design tools may not open WebP files well. If the logo is for web use only, WebP is a good call. If it's a master file you'll distribute to clients or use in various design workflows, keep it as PNG (or better, SVG if it's a vector).
Why is compressing a PNG so much harder than compressing a JPG?
PNG is lossless — it stores every pixel exactly. Its compression algorithm (DEFLATE) is already applied at the maximum level. You can't make a PNG meaningfully smaller without either changing the image dimensions or switching to a lossy format (JPG or WebP). "Compressing" a PNG means reducing colors (which affects quality) or converting to a different format. For photographic PNGs, converting to JPG or WebP is almost always the right answer.
Is AVIF actually ready to use in 2026?
For web delivery, yes — Chrome, Firefox, Safari, and Edge all support AVIF. For broader workflows (client files, design tools, CMS plugins), it's still uneven. The encoding speed is slower than WebP, which matters for bulk conversion or real-time image processing pipelines. Our recommendation: use AVIF for photo-heavy pages where you control the delivery pipeline; use WebP everywhere else.