IT
OmnvertImage • Document • Network

Image Tools

Crop, resize, convert and more.

About

Omnvert keeps your image steps in one place: drop a folder, keep file order, and hop between crop, resize, convert, and PDF without reuploading. The grid shows high-quality previews so you can pick what matters before you export.

Smart defaults speed things up: we suggest lean formats like WEBP or AVIF, preserve transparency when you need it, and resize to the target slot so you are not pushing 2400 px assets into 1200 px layouts. Batch steps run together server-side, so a gallery compresses as one job.

Privacy and delivery are handled for you: uploads live briefly in temp storage with no account required, and downloads ride CDN caching for quick returns. Save 1x and 2x outputs when you want retina-ready assets without shipping a single bloated file.

FAQ

Which file types can I edit here?
JPG, PNG, WEBP, AVIF, and PDF are supported across all tools. Converters preserve transparency where possible and keep EXIF unless you explicitly strip it.
How do I keep quality while reducing size?
Prefer WEBP or AVIF exports for graphics, and JPEG with 82–90 quality for photos. Use the compress or resize tools before combining everything into PDF to avoid oversized downloads.
Is processing private?
Uploads stay in short-lived temp storage, never shared, and are removed after your download finishes. No account is required and your files are never used for tracking.
Can I reorder or bulk edit?
Yes. The grids keep the order you pick from the file dialog, and most tools accept multi-select so you can crop, resize, or convert batches without manual repeats.

Two decisions account for most of an image’s final size and appearance: which format it is saved in, and at what pixel dimensions. Everything else — the quality slider, the filter stack, the metadata — is a rounding error by comparison. A 4000-pixel-wide photo saved as PNG and displayed in a 600-pixel column is the single most common mistake on the web, and no amount of compression rescues it.

The order of operations matters too. Crop first, resize second, apply filters third, compress last. Compressing before resizing means you spend quality on pixels you are about to discard, and running a filter over an already-compressed JPEG amplifies its artefacts instead of hiding them.

Cropping, resizing, filtering, format conversion, compression, EXIF stripping and dominant-colour extraction all run on a canvas inside your browser, so those images never leave your device. Background removal and AI upscaling are the exceptions: both need a neural model too large to ship to a browser tab, so they run on our server and the uploaded file is deleted once the result is returned.

Pick the format by content, not by habit

For photographs, AVIF is roughly 40–50% smaller than JPEG at matched visual quality and WebP lands around 25–30% smaller, with AVIF taking noticeably longer to encode. JPEG remains the safe default when a file has to open in anything, including a decade-old print workflow. PNG is not a photo format — it is lossless, so a photograph saved as PNG is often five times larger than the same image as JPEG at quality 85, with no visible benefit.

PNG earns its place with flat colour, sharp edges and transparency: screenshots, logos, diagrams, UI assets. If the artwork is vector to begin with, SVG beats all of them, because it stays sharp at any size and usually weighs a few kilobytes. HEIC is what an iPhone produces by default — efficient, but poorly supported outside Apple’s ecosystem, which is why converting to JPEG is usually the first step when a photo needs to go anywhere else.

What the quality slider actually does

JPEG quality is not a percentage of anything. The number selects a set of quantisation tables that decide how aggressively frequency coefficients get rounded away, and the perceptual curve has a knee: between 95 and 85 the file shrinks a lot and almost nothing changes visually, while below about 70 blocking and ringing become obvious around edges and in flat gradients. For most photography, 75–85 is the useful range.

Chroma subsampling is the setting nobody mentions. At 4:2:0 the encoder keeps full brightness detail but stores colour at half resolution in each direction, which is invisible in a landscape and very visible on red text or a saturated logo edge. Use 4:4:4 when an image contains coloured type or fine graphic detail. And remember that re-saving a JPEG re-quantises it every time, so repeated edit-and-save cycles degrade the file even at quality 95.

Resizing, upscaling and what a model invents

Downscaling well means resampling with enough neighbouring pixels to avoid aliasing. Browser canvas scaling is fast but simple, so reducing a 4000-pixel image to 400 pixels in one step can leave stair-stepped edges on fine detail; halving repeatedly, or using a proper Lanczos pass, gives cleaner results. Export at twice your display dimensions if the image needs to be sharp on a high-density screen, then compress harder to keep the file reasonable — a 2x image at quality 70 usually beats a 1x image at quality 95 in both size and appearance.

AI upscaling is a different operation entirely. A conventional resize interpolates between the pixels you have; a model hallucinates plausible detail that was never captured. That is excellent for making an old photo look presentable and completely unsuitable for anything evidential — text gets rewritten into confident nonsense, and faces drift toward whatever the model considers a typical face. Never upscale a document, a licence plate or a medical image and treat the result as real.

Metadata is data, and it travels

A photo straight off a phone carries EXIF: GPS coordinates accurate to a few metres, the exact capture timestamp, camera model and serial number, and often a thumbnail generated before you cropped the image. That last one has exposed things people thought they had cropped out. Most large social platforms strip EXIF on upload, but forums, messaging apps that send files as documents, cloud drives and your own website generally do not.

Strip metadata before publishing anything that came from a camera, and check what survives conversion — converting HEIC to JPEG carries the EXIF block forward intact unless you explicitly remove it. Dominant-colour extraction is the harmless counterpart: it reads pixels and returns a small palette you can use for a placeholder background, a chart accent or a matching theme, without touching the file at all.

Common questions

Are my photos uploaded anywhere?
Crop, resize, filters, compression, format conversion, EXIF removal and colour extraction all happen in your browser and never upload the file. Background removal and AI upscaling run on our server because the models are far too large to load in a browser tab; those uploads are deleted immediately after the result is generated.
Why can’t Windows open my HEIC photos?
HEIC is the default capture format on recent iPhones and needs a codec that Windows does not include by default, so files often open on a Mac and fail everywhere else. Converting to JPEG makes them universally readable. You can also switch the iPhone camera to Most Compatible if you want JPEG at capture time.
Does compressing an image lose quality permanently?
With JPEG, WebP and AVIF, yes — discarded detail cannot be recovered from the compressed file. Keep the original if you might need to re-edit later, and always compress from that original rather than from a previously compressed copy. PNG compression is lossless, so it is the exception.
Can I get a transparent background as a JPEG?
No. JPEG has no alpha channel, so transparency is flattened to white or black on export. Save as PNG or WebP when transparency matters, which is also why the background remover outputs PNG by default.
How much can the upscaler actually enlarge an image?
Two to four times the original dimensions gives believable results on photographs. Push past that and the invented detail starts to look painted, especially in hair, foliage and text. A very small or heavily compressed source limits the outcome no matter what setting you choose.
Which format should I use for a website hero image?
Serve AVIF or WebP with a JPEG fallback, sized to the largest width the image will actually be displayed at, with quality around 75. Add explicit width and height attributes so the browser reserves the space and the page does not shift while loading. That combination usually cuts a hero image to under 150 KB.
What is dominant-colour extraction useful for?
It gives you the handful of colours that define an image, which is handy for placeholder backgrounds while a photo loads, for picking accent colours that match a product shot, and for building a palette from a reference image. The tool reads pixel data locally and does not modify or store the file.