SNB to PNM Converter

Free online SNB to PNM anymap conversion

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

Universal Netpbm Format

Convert SNB pages to PNM — the portable anymap family that includes mono, gray, and color, all supported across Unix environments.

Script-Friendly Output

PNM files have minimal headers and raw pixel data, making them trivial to parse in shell scripts, Python, and C programs.

Safe and Private

Your SNB upload is deleted after processing. PNM output files are automatically removed from servers within 24 hours.

How to convert SNB 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

SNB is a proprietary ebook format developed by Shanghai Nutshell Electronics, a subsidiary of Shanda Interactive Entertainment, for the Bambook e-reader launched in August 2010. The format is structurally based on EPUB principles, packaging HTML content, CSS styling, images, and metadata within a compressed archive, but uses a proprietary container that restricts native playback to Bambook devices and associated software. Shanda designed the Bambook and its SNB ecosystem as an integrated reading platform tied to the Cloudary literature portal (later rebranded as China Literature), one of China's largest online publishing networks hosting millions of web novels and serialized fiction. The format supported reflowable text, chapter navigation, bookmarks, and basic typographic controls suited to Chinese-language content display. One advantage was tight integration with Shanda's massive content catalog, providing readers instant access to an enormous library of Chinese-language literature directly through the device. The Bambook was initially offered at a heavily subsidized price point, using the content ecosystem to drive revenue — a model that preceded similar strategies by other e-reader manufacturers. While the Bambook hardware line was eventually discontinued as the Chinese market shifted toward tablet-based reading apps, SNB files from that era can be converted to standard formats using tools like Calibre with appropriate plugins. The format represents an interesting case study in platform-specific ebook ecosystems within the Chinese digital publishing landscape.
Initial release: August 2010
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 SNB to PNM?

SNB is restricted to Bambook. PNM is the Netpbm umbrella format — a simple, widely supported image format ideal for Unix-based image processing.

What reads PNM files?

GIMP, ImageMagick, XnView, IrfanView, Netpbm utilities, and nearly all Unix/Linux image tools support PNM format natively.

What types does PNM encompass?

PNM is a container for PBM (monochrome), PGM (grayscale), and PPM (color). The specific subtype depends on the image content.

Is PNM easy to process programmatically?

Yes, PNM has the simplest possible header and raw pixel data. It is a favorite for scripting and automated image pipelines.

Is this conversion free?

Convertio offers free SNB to PNM conversion. Premium plans add batch capability and increased file limits.

Does it work on mobile devices?

Yes. The converter is browser-based and functions on phones, tablets, and computers without requiring any app.