What is the difference between .pbm and .ras?
- Extension
- .pbm
- .ras
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- Sun
- Description
- 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.
- Originally used on the Sun Microsystems computers, RAS is a raster image format that displays bitmap images. It is popularly used for specific types of research projects and it can be developed in Unix OS as well. It supports 1 and 32-bits per pixel and used RLE compression codec.
- MIME Type
- image/x-portable-bitmap
- image/x-cmu-raster
- Sample
- sample.pbm
- Wikipedia
- .pbm on Wikipedia
- .ras on Wikipedia