What is the difference between .jnx and .ppm?
- Extension
- .jnx
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Garmin
- Jef Poskanzer
- Description
- JNX is a raster image file format used by Garmin devices. It stores satellite map images seen through a BirdsEye subscription. This satellite maps are divided into smaller tiles for faster loading when displaying them. Hence, the name tile format.
- 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-jnx
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia