All Features

Compress, convert, and resize images entirely in your browser. No uploads, no servers, no limits. Every tool is free to use.

What is MiniPx?

MiniPx is a free image compressor, converter and resizer that runs entirely inside your web browser. It is built and maintained by and lives at minipx.com. Unlike TinyPNG, iLoveIMG, Compressor.io or Cloudinary, it has no upload step and no server-side processing: images are decoded, re-encoded and written back to disk by JavaScript, WebAssembly codecs and the Canvas API running on your own device. There is no account, no daily or monthly quota, and nothing to delete afterwards, because nothing was ever sent anywhere.

Everything on this page is free. MiniPx Pro costs $3.24 a month or $59 once, and it lifts the free tier's five-files-per-batch cap, adds responsive image sets, multi-format export, watermarking, saved presets and 6 batch rename templates, and raises the AI background remover from 1080px watermarked output to 4096px without a watermark. Per-file input is capped at 200 MB; beyond that the constraint is your device's memory rather than our infrastructure, since there is none.

Compression

MiniPx compresses JPEG, PNG, WebP, AVIF and GIF images (an animated GIF is flattened to its first frame). PDFs are not compressed directly: the PDF tool renders pages to images and rebuilds a PDF from images, which shrinks scans at the cost of selectable text. Compression runs client-side using WebAssembly codecs, the Canvas API and Web Workers — your images never leave your browser tab. Three preset levels (Gentle, Smart, Tiny) cover every use case from portfolio-quality to minimum file size. Auto Quality analyses each image individually and picks the optimal setting.

Target-size compression lets you hit exact file size limits: 10KB through 1MB. This handles government form uploads (50KB for Indian exam portals), social media limits, and email attachment constraints without trial and error.

Format conversion

Convert between 9 image formats: JPEG, PNG, WebP, AVIF, BMP, TIFF, SVG, GIF, and HEIC. Common conversions include PNG to JPG (reduce file size), HEIC to JPG (iPhone compatibility), WebP to PNG (editing compatibility), and JPG to AVIF (next-gen compression).

Every conversion strips EXIF metadata automatically. SVG to raster conversion (PNG or JPG) renders vectors at full resolution. HEIC decoding uses the libheif WebAssembly decoder so iPhone photos work on any browser without installing additional software.

Resize, crop, and rotate

Resize images by pixel dimensions or target file size. Crop to specific aspect ratios. Rotate to fix orientation. Dedicated presets for passport photos (various country specifications), social media platforms (Instagram, Facebook, LinkedIn, YouTube, Twitter), and common web dimensions.

The resize-in-KB tool combines dimension scaling with compression to hit a specific file size target — useful when a platform requires both dimension and size constraints simultaneously.

Platform-specific optimization

Pre-configured compression settings for 12 platform targets: Instagram (post, story, reel cover), LinkedIn (post, profile picture), X (post, header), Facebook, YouTube thumbnails, WhatsApp status, email attachments, and resume photos. Each preset applies the correct dimensions, format, and file size for that platform.

Bulk processing

Drop multiple files at once. Each image processes independently in parallel using Web Workers. Download results individually or as a single ZIP archive. Free tier processes 5 files per batch; Pro removes the cap entirely.

Pro tier ($3.24/mo, $29/yr, $59 lifetime)

Pro keeps the same browser-based privacy and adds production-grade controls for people who ship images every day. One input becomes a complete responsive set (150 / 640 / 1280 / 2560 px), exported across AVIF, WebP, JPG, and PNG simultaneously — up to 16 outputs per input via Cartesian product.

Watermarking applies to both the primary output and every responsive variant, with 9 anchor positions, opacity and scale controls — see the bulk watermark workflow. Twelve platform presets cover Instagram, LinkedIn, X, Facebook, YouTube, WhatsApp, and Resume Photo specs in one click. Saved presets bundle your favourite combination of size, format, watermark, codec and rename template for one-click application later.

Advanced codec controls expose JPEG chroma subsampling and per-format quality overrides, which apply to every output in that format, primary included — leave one blank and that format follows the main quality setting. Batch rename offers 6 fixed naming templates — sequence, date, width, format, or keep the original name — so output filenames stay tidy across batches. A free preview lets you try the full Pro stack on one compression per browser, no signup required. Persona pages: for SEO + Core Web Vitals, for ecommerce, for developers.

Pro AI tools unlock 4K background removal (vs 1080p free) and passport photos from a higher-resolution source pipeline, with a manual crop and a 4×6 inch print sheet. The delivered passport photo is sized to the country’s official spec on either tier. Use cases include LinkedIn headshots, product photos, logos, and full background replacement. License activation is server-validated through Paddle, then HMAC-signed so a forged localStorage entry cannot unlock Pro features. Activations are capped per plan (5 for monthly/annual, 10 for lifetime) with self-service device management at /account/.

PDF tools

Create PDFs from images (single or multi-page) using jsPDF. Extract PDF pages as images using pdfjs-dist. Compress existing PDFs by re-rendering pages at lower quality. All PDF processing runs locally — no upload to external services.

Privacy and security

Every operation runs in JavaScript inside your browser tab. Files never enter a network request. Works offline after initial page load. EXIF metadata (GPS, camera info, timestamps) is stripped automatically. GDPR and UK Data Protection Act compliant by architecture, not by policy. Safe for passport photos, medical images, legal documents, and unreleased business materials.

Supported formats

FormatCompressConvert fromConvert to
JPEG
PNG
WebP
AVIF
GIF
HEIC
BMP
TIFF
SVG

Technical details

MiniPx uses the browser's native Canvas API for JPEG and PNG encoding. WebP and AVIF go through WebAssembly encoders we ship, because Safari's Canvas API silently substitutes PNG when asked for WebP, and Chrome, Firefox, and Edge cannot write AVIF at all — only Safari 16+ encodes AVIF natively. HEIC decoding uses the libheif WebAssembly decoder. PDF creation uses jsPDF. PDF page extraction uses pdfjs-dist. Bulk processing uses Web Workers for parallel execution. No external image processing APIs are called.

The entire application is a static site built with Next.js 16, exported as HTML/CSS/JS, and hosted on Netlify. There is no backend server, no database, no user accounts, and no file storage. The compression logic is the same whether you are online or offline.

Frequently asked questions

What image formats does MiniPx support?
MiniPx supports JPEG, PNG, WebP, AVIF, GIF, BMP, TIFF, SVG, and HEIC. You can compress any of these formats and convert between most combinations. HEIC support allows iPhone users to work with their native photo format directly in the browser.
Does MiniPx work offline?
Yes. Once the page loads, all compression, conversion, and resizing features work without an internet connection. Processing runs entirely in your browser using JavaScript and the Canvas API — no server communication needed.
Is there a file size limit?
Yes, 200MB per file. Above that the ceiling is how much memory your browser tab can give a decoded image, since your device does the work rather than a server. In practice nothing you shoot comes close — a 50KB icon and a 25MB camera photo both sail through. For compression, conversion and resizing there is none of the metered kind of limit: no daily cap, no monthly credits, no account, and no watermark on output. Two free-tier caps exist: 5 files per batch, and 2 AI runs shared across the background remover, upscaler and passport photo maker before a cooldown starts. Pro removes both.
Can I compress multiple images at once?
Yes. The bulk compression tool lets you drop multiple files simultaneously. Each image is processed independently in your browser. You can download results individually or as a single ZIP file.
What compression levels are available?
MiniPx offers three named presets — Gentle (minimal reduction, maximum quality), Smart (balanced compression, recommended for most use), and Tiny (aggressive reduction for smallest file size). There is also an Auto Quality mode that analyses each image and picks the optimal balance.
Does MiniPx strip EXIF metadata?
Yes. All compression and conversion operations automatically remove EXIF metadata including GPS coordinates, camera model, timestamps, and software tags. This is an automatic privacy benefit — your output files contain no hidden personal data.
Can I target a specific file size?
Yes. MiniPx offers target-size compression for 10KB, 20KB, 30KB, 40KB, 50KB, 100KB, 150KB, 200KB, 250KB, 500KB, and 1MB. This is useful for government form uploads, exam applications, and platform-specific size requirements.
Is MiniPx safe for sensitive documents?
Yes. All processing happens locally in your browser — files never leave your device. MiniPx is safe for passport photos, ID documents, medical images, legal files, and any sensitive content. No third party ever sees your files.

All Image Tools

Solutions by use case