Skip to content
Novus Examples
ppm192 KB

PPM — Netpbm Test Image (P6)

A 256×256 fruit still-life image as binary Netpbm P6 (24-bit colour) — the minimal, header-plus-raw-pixels family used across Unix imaging tools. For testing Netpbm parsers and conversion.

Rendered preview of PPM — Netpbm Test Image (P6)

Rendered preview of the ppm file (192 KB). Download above for the original.

Specifications

Format
Netpbm P6
Width
256
Height
256
Mode
RGB
Depth
24-bit colour
Encoding
binary

What is a .ppm file?

PPM (Portable Pixmap) is a deliberately simple truecolor image format from the Netpbm family, storing RGB pixels as either ASCII text or raw binary after a small text header. It uses no compression, making files large but trivial to parse. It is common in academic, scientific, and toolchain contexts.

How to use this file

Use an example PPM to test minimal image parsers, verify raw RGB pipeline output, or serve as an easily hand-inspectable intermediate in conversion tools.

Generated by generation/images_formats2.py. Free for any use, no attribution required — license.