What is the difference between .xc and .pbm?
- Extension
- .xc
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- X Consortium
- Wolfgang Hoschek
- Description
- This file format is used as a canvas (background) in a variety of image editing software in order to set the main color of the image. It is used to fill the canvas with one solid color. It belongs to the group of 'pseudo-image' file formats. It can be used for the fill color, which is chosen from the selected area in a particular image.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- image/x-xc
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .pbm on Wikipedia