WOFF to PGM Converter

Create grayscale bitmap renders of web fonts in PGM format

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

Smooth Grayscale

PGM preserves antialiasing detail in WOFF font glyph renders — smoother edges than binary formats for better visual quality.

No Setup Required

Run the conversion in your browser. No need to install Netpbm, ImageMagick, or other image processing libraries locally.

Secure Processing

Uploaded WOFF files are deleted right after conversion, and PGM outputs are purged within 24 hours to safeguard your font data.

How to convert WOFF to PGM

1

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

2

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

3

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

About formats

WOFF (Web Open Font Format) is a web font container format developed by Jonathan Kew, Tal Leming, and Erik van Blokland, and standardized by the W3C as a Recommendation in December 2012. The format wraps existing TrueType or OpenType font data in a compressed container with additional metadata, specifically designed for efficient delivery over HTTP as part of web pages using the CSS @font-face rule. WOFF applies table-level zlib compression to the font data, typically achieving 40-50% size reduction compared to raw TTF or OTF files, while preserving every table and glyph exactly. An extended metadata block allows foundries to embed licensing information, credits, and descriptions that travel with the font file. WOFF was created to address a practical impasse: type foundries were reluctant to allow their fonts on the web in raw TTF/OTF form (easily installable as desktop fonts), while the web standards community needed a freely implementable font delivery mechanism. One advantage is universal browser support — every modern browser across desktop and mobile platforms renders WOFF natively, making it the baseline format for web typography. The distinct file signature and container structure also provides a licensing benefit, giving foundries a format distinguishable from desktop fonts while remaining technically straightforward. WOFF 2.0, standardized in March 2018, replaces zlib with Brotli compression for an additional 20-30% size reduction and has achieved similarly broad browser adoption. Together, WOFF and WOFF2 enabled the custom web typography revolution that transformed web design from a handful of system fonts to millions of typeface options.
Developer: W3C
Initial release: December 13, 2012
PGM (Portable Graymap) is the grayscale member of the Netpbm image format family, created by Jef Poskanzer in 1988 as part of the Pbmplus toolkit for Unix systems. PGM stores single-channel intensity images where each pixel holds a gray value from 0 (black) to a user-specified maximum (typically 255 for 8-bit or 65535 for 16-bit). The format exists in ASCII (magic number P2), where pixel values are written as decimal text numbers separated by whitespace, and binary (magic number P5), where values are stored as raw bytes. Both variants begin with a header specifying the magic number, width, height, and maximum gray value. PGM was designed as the grayscale intermediate in Netpbm's convert-process-convert pipeline philosophy: source images from any format are converted to PGM, processed using Netpbm's extensive command-line tool library, then converted to the target format. One advantage is format transparency — the ASCII variant makes image data directly readable by humans and trivially processable by text tools like awk and grep, invaluable for debugging and education. The scientific and computer vision community's adoption is another strength: PGM's straightforward single-channel representation makes it a natural format for image analysis algorithms, and many academic papers and course materials use PGM examples. The format is supported by ImageMagick, GIMP, and countless image processing libraries, and remains standard input for many research tools and benchmarks.
Developer: Jef Poskanzer
Initial release: 1988

Frequently Asked Questions

Why convert WOFF to PGM?

PGM captures grayscale information including antialiasing, producing smoother font glyph renders than monochrome PBM for image processing tasks.

How do I open a PGM file?

GIMP, IrfanView, and ImageMagick open PGM natively. The ASCII variant can be inspected in any text editor to view raw pixel intensity values.

What is PGM format?

PGM (Portable Graymap) is the grayscale member of the Netpbm suite. It stores pixel intensity values in a simple, widely interoperable structure.

How does PGM differ from PBM?

PBM is strictly black and white (1-bit), while PGM stores a full range of gray values. PGM preserves the antialiased edges of font glyph renders.

Is the conversion free?

Yes, Convertio offers free WOFF to PGM conversion entirely online — no Netpbm tools or Unix environment needed on your end.