AFF to PBM Converter

Free AFF to PBM converter — simple bitmap output online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Unix Pipeline Friendly

PBM integrates cleanly with Netpbm tools. Your AFF to PBM conversion produces output ready for scripted image processing.

Instant Start

No registration, no barriers. Upload your AFF file and get PBM output immediately — the converter is open to everyone.

Offloaded Work

Processing runs on Convertio servers — your machine stays free while the conversion happens remotely.

How to convert AFF to PBM

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose pbm or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your pbm file right afterwards

About formats

AFF (Acorn Draw) is a vector graphics file format native to Acorn Computers' RISC OS operating system, introduced with the Draw application bundled in RISC OS 2 in April 1989. The Draw application shipped as a standard component of every RISC OS installation, providing users with a capable vector illustration tool at no additional cost. AFF files store vector objects as a sequence of tagged data blocks, each containing object type, bounding box, and type-specific data — supported objects include paths with straight lines and Bezier curves, text objects with font references, sprite (bitmap) objects, groups, and tagged objects for application-specific extensions. Path objects use cubic Bezier curves with move, line, and curve elements, supporting variable line widths, join styles, dash patterns, and flat color fills. The coordinate system uses RISC OS draw units at 1/180 inch resolution, providing precision for both screen display and print output. One advantage is the straightforward binary structure — the tagged block architecture makes AFF files simple to parse and generate programmatically. Native operating system integration is another strength: RISC OS renders Draw files natively in its desktop environment, treating vector graphics as first-class objects alongside bitmaps. While Acorn Computers ceased operations in the late 1990s, RISC OS continues under active open-source development, and AFF files remain supported through the platform's drawing applications and conversion utilities.
Developer: Acorn Computers
Initial release: 1989
PBM (Portable Bitmap) is the monochrome (black and white, 1-bit) member of the Netpbm family of image formats, created by Jef Poskanzer in 1988 as part of the Pbmplus toolkit for Unix systems. The format exists in two variants: ASCII (magic number P1), where each pixel is represented as a text character '0' (white) or '1' (black) separated by whitespace, and binary (magic number P4), where pixels are packed eight per byte for compact storage. Both variants begin with a plain-text header specifying the magic number, image width and height, and optional comments. PBM was designed as the simplest possible image format — a bridge format for converting between the many incompatible raster formats that proliferated across different Unix systems and applications during the 1980s. The Netpbm philosophy was to convert any source format to PBM/PGM/PPM as an intermediate step, then convert to the target format, using the portable formats as a universal exchange layer. One advantage is extreme simplicity — the ASCII variant can be literally typed by hand in a text editor, and both variants are trivial to parse and generate in any programming language without external libraries. The format's role as a universal image processing intermediate is another strength: hundreds of Netpbm command-line tools accept PBM input, enabling complex image manipulation pipelines through Unix pipes. PBM remains used in computer science education, OCR preprocessing, and any context where a dead-simple monochrome image representation is needed.
Developer: Jef Poskanzer
Initial release: 1988

Frequently Asked Questions

Why convert AFF to PBM?

AFF requires software that no longer exists. PBM is a simple, text-based bitmap format used in Unix pipelines and image processing research.

What opens PBM files?

GIMP, IrfanView, XnView, ImageMagick, and Netpbm utilities all handle PBM files. Most Linux image viewers support it natively.

Is PBM a color format?

PBM is strictly monochrome (black and white). For grayscale, consider PGM; for color, consider PPM. All are in the Netpbm family.

Is the converter free?

Yes — free conversion without registration. Premium plans offer extended features for demanding workflows.

How fast does it work?

Conversions complete in seconds. The server-side process is optimized for speed across all file types.