What is the difference between .cdt and .xpm?
- Extension
- .cdt
- .xpm
- Format
- Text
- Category
- Vector Image
- Raster Image
- Developer
- Corel
- X Consortium
- Description
- This is a vector imaging format used in the CorelDRAW editor. It has a template that can be applied for other designs, including styles, grid parameters, page layout and other parameters. The CDT template allows for the creation of several images in one style without changing the settings in manual mode.
- The XPM (X11 Pixmap Graphic) file format is a plain text file format used to store pixmap images, which are pixel-based graphics. It is designed for use with the X Window System, commonly used in Unix and Linux environments. XPM files define images in a structured format, using ASCII text to describe each pixel's color and location within the image. This format supports both monochrome and color images and allows for the definition of custom color palettes.
- MIME Type
- application/x-coreldraw
- image/x-xbitmap
- Sample
- sample.xpm
- Wikipedia
- .cdt on Wikipedia
- .xpm on Wikipedia