Free PGM to XPM Converter

Convert PGM to XPM for free and online, easily convert your image file without needing to download any software or pay any fees

Or drop it here

Maximum file size 200 MB

PGM

Portable Gray Map

Portable Gray Map (PGM) is a file format for grayscale images. It is a lowest common denominator grayscale file format that most image processing programs can read and write.

Main usage

PGM is used for storing images such as X-ray images, medical images, and other scientific images.

    Main features

  • 8-bit grayscale
  • 1-bit black and white
  • 24-bit RGB color

XPM

X PixMap

X PixMap (XPM) is an image file format used to store indexed (palette-based) images, popularly used in the X Window System.

Main usage

XPM is used for creating icons, cursors, and other small images for graphical user interfaces (GUIs).

    Main features

  • Indexed color
  • Compressed
  • Portable