CUR to PNM Converter

CUR to PNM in seconds — online conversion tool

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

Broad Format Support

CUR converts to PNM and many other formats on Convertio. One upload, multiple output options — flexible for any workflow.

Cross-Platform Access

Convert CUR to PNM on Windows, macOS, Linux, or mobile devices. The browser-based tool adapts to any screen and platform.

Cursor Art Extracted

The cursor image inside CUR is extracted cleanly into PNM format — hotspot data is stripped, pure image remains.

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

CUR is the cursor image format for Microsoft Windows), structurally nearly identical to the ICO (icon) format but with the addition of a hotspot coordinate that identifies the precise pixel position where mouse clicks register. Introduced with early Windows versions, CUR files use the same container structure as ICO: a directory header listing one or more image entries, each specifying dimensions and color depth, followed by the pixel data for each variant. Like ICO, a single CUR file can contain multiple images at different sizes and color depths, allowing Windows to select the most appropriate cursor image for the current display resolution and color settings. Image data within CUR files can be stored as BMP pixel arrays (for legacy compatibility) or as embedded PNG images (supported since Windows Vista) for alpha-blended cursors with smooth edges. The hotspot coordinate — the distinguishing feature separating CUR from ICO — is stored as an X,Y pair in the directory entry header, typically pointing to the tip of an arrow or the center of a crosshair. One advantage is multi-resolution packaging: a single CUR file provides appropriate cursor imagery across display densities from standard DPI to high-DPI screens. Native Windows integration is another strength — CUR files are loaded directly by the operating system for mouse cursor) display without any third-party software. CUR files are used by application developers and theme creators to customize the pointing experience across Windows environments.
Developer: Microsoft
Initial release: 1987
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 CUR to PNM?

CUR files embed hotspot data irrelevant outside Windows — converting to PNM strips the cursor metadata and keeps the image.

What programs open PNM files?

GIMP, ImageMagick, IrfanView, and Netpbm tools open PNM as a universal Netpbm container

Does this converter work on mobile devices?

Absolutely. The browser-based converter runs on phones and tablets — iOS, Android, or any device with a modern browser handles it fine.

Are colors preserved in the CUR to PNM conversion?

Color information transfers accurately to PNM. The converter maintains the original color profile as closely as the target format allows.

Does the conversion preserve transparency?

PNM does not support transparency natively. Alpha channel data from CUR will be flattened against a solid background during conversion.

Will the converted PNM keep the original resolution?

Yes — the default conversion preserves the original pixel dimensions