What is the difference between .cmx and .pgm?
- Extension
- .cmx
- .pgm
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Corel
- Jef Poskanzer
- Description
- Image file format used by Corel programs, such as CorelDRAW, Corel Presentations, and Paint Shop Pro; also used for storing vector-based image files included with Corel Mega Gallery Clip Art; includes image data as well as metadata that describes the image.
- A PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- image/x-cmx
- image/x-portable-graymap
- Sample
- sample.pgm
- Wikipedia
- .cmx on Wikipedia
- .pgm on Wikipedia