Conversion Formats

Convert RGBA to PPM

Convert Raw red, green, blue, and alpha samples to Portable Pixmap

Raw red, green, blue, and alpha samples
Image Read Write
This format has the same color structure as RGB, but it includes an alpha channel that is used to display various levels of transparency. The transparency value is set from 0 to 1, where 1 corresponds to opacity. It is described using the CSS3 programming language.
Portable Pixmap
Image Read Write
PPM is a simple format for storing images portable pixmap: color (PPM), grayscale (PGM) and black and white (PBM). These formats can provide an intermediate representation of the data when converting raster image files listed three types between different platforms. PPM format was developed by Jeff Poskanzerom.
Supported: Conversion from RGBA to PPM is listed.

View RGBA details View PPM details ← Back to all formats