HEIC to PNM Converter

Convert HEIC to PNM free — portable anymap format

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

Universal Anymap

PNM is the standard input format for Unix imaging pipelines — your HEIC photo becomes processable by hundreds of imaging tools.

No Netpbm Needed

Convert HEIC to PNM online without installing the Netpbm toolkit — Convertio handles it on cloud servers.

Instant Output

PNM encoding is trivially fast. Your converted file is ready for download almost immediately.

How to convert HEIC to PNM

1

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

2

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

3

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

About formats

HEIC (High Efficiency Image Container) is Apple's branded implementation of the HEIF (High Efficiency Image File Format) standard that uses HEVC (H.265) as its image compression codec. Apple adopted HEIC as the default photo format on iPhones and iPads starting with iOS 11 in September 2017, replacing JPEG for newly captured images. HEIC files store photographs compressed with the intra-frame coding mode of the HEVC video codec, which applies sophisticated prediction, transform, and entropy coding techniques that achieve roughly 50% better compression than JPEG at equivalent visual quality. The ISOBMFF (ISO Base Media File Format) container supports multiple images in a single file, enabling Live Photos (a still plus a short video clip), burst sequences, depth maps from dual-camera systems, and HDR gain maps that allow compatible displays to render extended dynamic range. HEIC also stores alpha channels, auxiliary images for computational photography features (portrait mode depth data, semantic segmentation masks), and comprehensive EXIF/XMP metadata. One advantage is storage efficiency: iPhones shooting HEIC use roughly half the storage of equivalent JPEG captures with no visible quality loss, a significant benefit on devices where storage is finite and photos accumulate rapidly. The format's integration with Apple's ecosystem is another key strength — HEIC files are natively supported across macOS, iOS, iPadOS, and iCloud Photos, and automatic JPEG transcoding during file sharing ensures compatibility when sending photos to non-Apple devices. HEIC can also be opened by Windows 10/11 (with codec), GIMP, ImageMagick, and Adobe Lightroom.
Developer: MPEG / Apple
Initial release: 2015
PNM (Portable Any Map) is an umbrella designation within the Netpbm family that encompasses all three classic portable map formats: PBM (Portable BitMap for monochrome), PGM (Portable GrayMap for grayscale), and PPM (Portable PixMap for color). Created by Jef Poskanzer in 1988 as part of the Pbmplus toolkit, PNM is not a distinct format with its own magic number but rather a collective name indicating that any of the three underlying formats may be used. When software reads a PNM file, it examines the magic number (P1/P4 for PBM, P2/P5 for PGM, P3/P6 for PPM) and processes accordingly; when software writes a PNM file, it selects the most appropriate subformat based on the image content. This convention allows Netpbm processing pipelines to pass images between tools without requiring the user to track which specific format is in use — every tool in the chain accepts PNM input and produces PNM output, with the actual format chosen automatically. The Netpbm toolkit provides hundreds of command-line utilities for image manipulation: scaling, rotation, color adjustment, compositing, format conversion, quantization, and analysis — all operating on PNM as the common interchange format. One advantage is pipeline composability: Netpbm tools can be chained with Unix pipes (e.g., pnmflip | pnmscale | ppmquant | ppmtogif) to build complex image processing operations from simple primitives, following the Unix philosophy of small, focused tools. The format family's cross-platform availability and language support is another strength — virtually every image processing library in every programming language can read and write PNM variants. PNM files are supported by ImageMagick, GIMP, and all major image tools.
Developer: Jef Poskanzer
Initial release: 1988

Frequently Asked Questions

Why convert HEIC to PNM?

PNM is the umbrella format for the Netpbm family (PBM/PGM/PPM). It is the universal input format for Unix image processing pipelines.

What applications open PNM?

GIMP, ImageMagick, Netpbm tools, and virtually every Unix/Linux image processing utility handles PNM natively.

Is PNM the same as PPM?

PNM is a superset — it can contain PBM (mono), PGM (gray), or PPM (color) data. The converter selects the appropriate variant.

Can I process PNM in scripts?

Absolutely — PNM is designed for pipeline processing. Pipe it through Netpbm filters or process with ImageMagick commands.

Is HEIC to PNM conversion free?

Yes, standard conversions are free with Convertio.