What is the difference between .xcf and .ppm?
- Extension
- .xcf
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- GIMP
- Jef Poskanzer
- Description
- The XCF file format is the native image format used by GIMP (GNU Image Manipulation Program), a free and open-source raster graphics editor used for image editing, free-form drawing, converting between different image formats, and more specialized tasks. XCF stands for eXperimental Computing Facility, which was the name of the lab where GIMP was originally developed. XCF files are designed to store all the information that GIMP needs to accurately render an image.
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- application/x-xcf
- image/x-portable-pixmap
- Sample
- sample.xcf
- sample.ppm
- Wikipedia
- .xcf on Wikipedia
- .ppm on Wikipedia