What is the difference between .pbm and .j2k?
- Extension
- .pbm
- .j2k
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- Joint Photographic Experts Group
- 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.
- Compressed bitmap image that uses wavelet compression instead of the DCT compression used by standard .JPEG images; supports 16-bit color, alpha transparency, and lossless compression.
- MIME Type
- image/x-portable-bitmap
- image/jp2
- Sample
- sample.pbm
- sample.j2k
- Wikipedia
- .pbm on Wikipedia
- .j2k on Wikipedia