What is the difference between .jp2 and .pgm?
- Extension
- .jp2
- .pgm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Joint Photographic Experts Group
- Jef Poskanzer
- 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.
- A PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- image/jp2
- image/x-portable-graymap
- Sample
- sample.jp2
- sample.pgm
- Wikipedia
- .jp2 on Wikipedia
- .pgm on Wikipedia