Convert to JPG
JPG uses DCT lossy compression and remains the de facto standard for photographic images, supported by every device and application. This group covers nine source formats: HEIC is decoded via heic-convert, SVG is rasterized at 2x density, PDF pages render at 144 DPI, and all other formats are decoded and re-encoded with Sharp.
JPG has no alpha channel, so transparent regions are flattened onto a white background. Quality is adjustable from 1 to 100 with a default of 80. EXIF metadata is stripped by default while orientation is normalized automatically, so phone photos never come out rotated.
WebPโJPG
Re-encode WebP as JPG with transparency flattened to white, restoring readability in legacy browsers, office software, and photo apps.
AVIFโJPG
Decode AVIF and re-encode as JPG with transparency flattened to white, resolving AV1 compatibility on older devices and office software.
HEICโJPG
Decode iPhone HEIC photos to JPG with automatic EXIF orientation correction, viewable on Windows, Android, and the web.
PNGโJPG
Re-encode PNG as JPG with transparency flattened to white, cutting size by an order of magnitude for photos and screenshots without alpha.
BMPโJPG
Re-encode uncompressed BMP bitmaps as JPG, cutting size by an order of magnitude for storage and transfer.
SVGโJPG
Rasterize SVG vector graphics to JPG with transparency flattened to white, for documents and legacy systems without vector support.
TIFFโJPG
Re-encode print-grade TIFF as JPG, typically over 90% smaller, for proofing previews and transfer.
GIFโJPG
Extract the first frame of a GIF and encode it as JPG, removing the 256-color limit and cutting file size for still thumbnails and previews.
PDFโJPG
Render PDF pages to JPG at 144 DPI. Single pages download directly, multi-page documents ship as ZIP.
PSDโJPG
Decodes the PSD composite and encodes it as progressive JPEG (quality 1โ100, transparent pixels flatten onto white or black) for sharing and web embeds.