Convert Netpbm
Convert PBM, PGM, PPM, PNM, PAM, and PFM images to JPG, PNG, WebP, or AVIF — free, private, no upload required.
About this tool
Reads all Netpbm image formats — PBM (bitmap), PGM (grayscale), PPM (color), PNM (any of the three), PAM (arbitrary channels), and PFM (floating-point HDR) — and converts them to standard web formats. Useful for researchers working with scientific imaging tools, developers debugging image pipelines, and anyone who encounters these formats from Unix-era graphics utilities. Decoding runs entirely in your browser with a built-in parser that handles ASCII, binary, and float pixel encodings without any server or external library.
Frequently Asked Questions
Processed using the browser's built-in Canvas API — no external libraries