Convert JPG
The usual photographic JPEG. No transparency. Every pair below runs in the browser. The file is not uploaded. Stills use jSquash (MozJPEG, OxiPNG, WebP, AVIF) and the canvas in this tab. There is no upload bar because there is no server to receive the bytes.
This hub is the index, not the workbench. Each conversion is its own URL so a search for “JPG to something” can land on a page that only does that job. The file picker on those pages expects JPG when you are leaving this format, or produces JPG when you are arriving. A generic dropdown still exists under Video convert and Audio convert if you would rather pick the destination after you drop the file.
You can check the same way on every pair: open the network panel, drop a JPG file, convert it. You should see this origin. You shouldn't see a POST of the file. Google Analytics, if it's on, is page views, not your JPG bytes. If a tool needs a server, it isn't on this site.
This site can read it. This site can write it. Engine: jsquash.
Convert from JPG
- JPG to PNGLossless stills, including transparency.
- JPG to WebPA smaller web still that can keep transparency.
- JPG to AVIFOften smaller than WebP at the same viewing size.
- JPG to BMPUncompressed bitmap. Huge, simple, still used in scanning.
- JPG to ICOWindows icon file. Written here as a single PNG-in-ICO.
- JPG to TIFFCommon in scanning and print. Decoded and written in this tab.
- JPG to TGATarga stills. Handled through the same local FFmpeg build as video.
- JPG to PPMNetpbm colour pixmap. Useful for pipelines and old UNIX tools.
- JPG to PGMNetpbm greyscale. Same local encoder path as PPM.
- JPG to PBMNetpbm 1-bit bitmap.
Convert to JPG
- PNG to JPGLossless stills, including transparency.
- WebP to JPGA smaller web still that can keep transparency.
- AVIF to JPGOften smaller than WebP at the same viewing size.
- HEIC to JPGApple's default still format on iPhone.
- BMP to JPGUncompressed bitmap. Huge, simple, still used in scanning.
- ICO to JPGWindows icon file. Written here as a single PNG-in-ICO.
- GIF to JPGThe first frame of a GIF. Animation is not written back.
- SVG to JPGVector markup, rasterized to pixels. I do not trace photos into SVG.
- TIFF to JPGCommon in scanning and print. Decoded and written in this tab.
- TGA to JPGTarga stills. Handled through the same local FFmpeg build as video.
- PPM to JPGNetpbm colour pixmap. Useful for pipelines and old UNIX tools.
- PGM to JPGNetpbm greyscale. Same local encoder path as PPM.
- PBM to JPGNetpbm 1-bit bitmap.
Related: Convert · All formats · How it works