North American Presentation Level Protocol Syntax
image/naplps
Released 1983
· by ANSI / CSA (Based on Canadian CRC's Telidon)
The image/naplps MIME type represents the North American Presentation Level Protocol Syntax, an obsolete protocol for encoding vector graphics and text. Developed in the early 1980s from the Canadian Telidon system, NAPLPS was designed for low-bandwidth Videotex services over dial-up modems. Rather than storing a grid of pixels, it uses geometric 'Picture Description Instructions' (PDIs) encoded in ASCII escape sequences to draw scalable lines, polygons, and text, making it famous as the graphics backbone of early online services like Prodigy.
Technical Specifications
.nap.naplps
None (Coordinate encoding)
image/x-naplps
Magic Bytes & HTTP Headers
\x1B
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | Legacy |
Advantages & Limitations
- Extremely bandwidth-efficient, enabling colorful graphical interfaces over early 300 baud dial-up connections
- Resolution-independent vector scaling allowed the exact same file to be displayed accurately on varied early PC monitors and television sets
- Completely obsolete and unsupported by modern web technologies
- Relies heavily on stateful parsing and terminal emulators rather than straightforward file decoding
- Easily misidentified by MIME sniffers as plain text or generic binary streams due to the lack of a standardized file header
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/naplps
file by reading its raw bytes:
- 1 Due to its nature as a character-oriented data stream, NAPLPS lacks a fixed universal magic header.
- 2 Parsers must scan for ISO 2022 escape sequences (typically beginning with Hex 1B / ESC) invoking the geometric PDI instruction sets.
Software Support
Conversion Tools
Share & Embed
[](https://freewebptojpg.com/mime/image/naplps)
<iframe src="https://freewebptojpg.com/mime/image/naplps/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="NAPLPS Specs"></iframe>
JSON API
All data on this page is available as a free, open JSON API. Use it in your project, documentation, or tooling.
GET https://freewebptojpg.com/mime/image/naplps.json
Open JSON
Frequently Asked Questions
What is the difference between NAPLPS and ANSI art?
While both were popular in the 1980s BBS era, ANSI art is strictly character-cell based, relying on text blocks and background colors on a fixed grid. NAPLPS, on the other hand, is a true vector format using Picture Description Instructions (PDIs). It draws geometric shapes (lines, arcs, polygons) based on screen coordinates, meaning NAPLPS graphics are resolution-independent and scale smoothly to any monitor size.
Where was the NAPLPS format actually used?
NAPLPS was the core graphics standard for early 1980s Videotex systems, most notably the Canadian Telidon network and US-based services like Viewtron. Its most widespread consumer adoption was by the Prodigy online service, which used NAPLPS to deliver colorful, graphical user interfaces over extremely slow 300 and 1200 baud modems.
Can I view an image/naplps file today?
Not natively. No modern web browser or standard image viewer supports NAPLPS. Viewing a .nap file requires running a legacy terminal emulator, specialized historical software, or using niche conversion scripts to translate the vector instructions into modern SVG or PNG formats.