What is the difference between .sketch and .ppm?
- Extension
- .sketch
- .ppm
- Format
- Binary
- Text
- Category
- UX
- Raster Image
- Developer
- Bohemian Coding
- Jef Poskanzer
- Description
- A SKETCH file is a vector graphics file created by Sketch, a vector drawing program for Mac OS X. It contains one or more layers of drawn objects that may include text, shapes, symbols, or images. SKETCH files are saved in the Sketch image format that is only supported by Sketch.
- 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-sketch
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .sketch on Wikipedia
- .ppm on Wikipedia