The Catalog13 entries
§

Every format,
documented.

Pixelmint decodes every entry below. Encoding (output) is currently available for the five marked formats — these are the ones browsers ship native encoders for, plus AVIF and JXL via WebAssembly.

01 · .pngdecode + encode

PNG

PNG is a lossless raster format with full alpha transparency. Best for screenshots, logos, and graphics where you can't afford any quality loss.

MIME · image/png
02 · .jpgdecode + encode

JPG

JPG (JPEG) is a lossy raster format with excellent compression for photographs. It does not support transparency, so transparent pixels become white.

MIME · image/jpeg
03 · .webpdecode + encode

WebP

WebP is a modern Google-developed format that beats JPG and PNG on file size at the same quality. Supports both lossy and lossless modes plus transparency.

MIME · image/webp
04 · .avifdecode + encode

AVIF

AVIF is the newest open image format. It delivers smaller files than WebP at the same quality — often 30-50% smaller than JPG. Supported by all modern browsers.

MIME · image/avif
05 · .jxldecode + encode

JPEG XL

JPEG XL (JXL) is a modern royalty-free format with both lossy and lossless modes. It often beats AVIF and WebP on quality at the same file size, with much faster encoding.

MIME · image/jxl
06 · .gifdecode + encode

GIF

GIF is an 8-bit palette format famous for animation. Pixelmint converts to single-frame GIF using neural color quantization for the best possible 256-color result.

MIME · image/gif
07 · .bmpdecode + encode

BMP

BMP is an uncompressed 24-bit Windows bitmap format. Files are large but pixel-perfect and trivial for any image library to read.

MIME · image/bmp
08 · .tiffdecode + encode

TIFF

TIFF is a flexible, lossless raster format common in print and archival workflows. Pixelmint emits uncompressed RGBA TIFF.

MIME · image/tiff
09 · .icodecode + encode

ICO

ICO is the Windows favicon format. Pixelmint wraps a PNG inside a single-frame ICO container — ideal for browser tabs and desktop shortcuts.

MIME · image/x-icon
10 · .qoidecode + encode

QOI

QOI (Quite OK Image) is a lossless format that decodes 20-50× faster than PNG. Great for engines and tools that need to stream lots of images at runtime.

MIME · image/qoi
11 · .pdfdecode + encode

PDF

PDF wraps your image inside a single-page document at its native pixel size. Great for sending raster artwork to print shops, lawyers, and document workflows.

MIME · application/pdf
12 · .svgdecode + encode

SVG

SVG is a vector format. When converting a raster image to SVG, Pixelmint emits a self-contained SVG with the raster embedded — useful for design tools that only accept SVG.

MIME · image/svg+xml
13 · .heicdecode only

HEIC

HEIC is Apple's iPhone photo format. Browser decode support is limited; for best results, convert HEIC on a Mac before uploading.

MIME · image/heic