Choose File
Drag & drop files here … (or click to select files)
PPM is an image file format that is included in the Netpbm open source graphics editor. This graphic format is convenient and simple. Other Netpbm formats that have found widespread use are PBM, i.e. Portable Bitmap, as well as PGM, i.e. Portable Graymap. This three graphic formats are sometimes referred to as PNM, i.e. Portable Format Anymap. PGM stores grayscale images. PMP is a collection of color images, which are intermediate files that are used when converting formats not so well known, using Portable Bitmap Utilities. And PPM files are mainly used on UNIX platforms that are based on Intel. These files are categorized as bitmap images. This is a 24-bit color image that has been formatted in text format. Takes every pixel with a number from zero to 65536 for storage. The color of the pixel is determined by the number. Contains data spaces, the height and width of the character, the maximum color values. Portable Pixmap uses an uncompressed low-performance format that can be compared with other bitmap image formats. This explains its rare use in order to store large images.
BMP is a graphic format that allows you to store bitmaps as a bitmap based on single-layer rasters. It was developed by Microsoft. She also implemented it in the Windows operating system. The BMP format (English Bitmap Picture) is used in the work of many programs, since its support is integrated into Windows and OS / 2. Files of this format can have the extensions .bmp, .dib or .rle. The BMP graphics format has often changed. From the very beginning, the image structure was built by combining small squares, that is, pixels, each of which is capable of containing data about what color depth is. It happens to be 1, 2, 4, 8, 16, 24, 32, 48 bits per pixel. The size of the final image depends on the bitness. The BMP file format still looks like a monster, since it has large sizes. After all, the image is uncompressed, which can not be said, for example, about the JPG format. Any Windows operating system has the means to open such images. The main editing tool has always been Paint - the native Microsoft program that is in every version of Windows. In BMP, images are stored in their original form, but compression algorithms can also be used. Let's say BMP provides quality support for RLE compression.