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.
PCX is one of the first bitmap image formats developed by ZSoft for the PC Paintbrush program. This is the original bitmap format for the DOS / Windows platform. It supports monochrome single-bit black and white images, an eight-bit gray scale, indexed color images, and full-color 24-bit RGB model images. But there is no support for additional color and alpha channels, clipping paths, color management. The format provides for the application of the simplest compression algorithm (RLE) so that information is not lost. Now it has a purely historical significance. The PCX file format has been replaced by newer image formats. However, the format is still used in separate applications in order to scan and send faxes. PCX multi-page fax documents use the .DCX extension. Most DOS-based programs are suitable for viewing PCX (PC eXchange) files. In particular, the viewer Norton Commander. The big drawback of the PCX format is that it has too many versions. This can be explained by the fact that the PCX standard is open, and therefore it has been widely used by most independent software developers. And therefore it is constantly updated.