What is the difference between .jp2 and .pbm?
- Extension
- .jp2
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Joint Photographic Experts Group
- Wolfgang Hoschek
- Description
- A JP2 file is a compressed bitmap image created using JPEG 2000 Core Coding. It incorporates a wavelet compression algorithm instead of Digital Cosine Transform (DCT) compression, which is used by standard JPEG images. JP2 files can be stored using lossy and lossless compression.
- 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/jp2
- image/x-portable-bitmap
- Sample
- sample.jp2
- sample.pbm
- Wikipedia
- .jp2 on Wikipedia
- .pbm on Wikipedia