What is the difference between .ps and .rgba?
- Extension
- .ps
- .rgba
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- SGI
- Description
- A PS file is an image saved in the PostScript page description language. It may contain vector graphics, raster graphics, and text. PS files can be printed directly by a PostScript printer (i.e., containing a Raster Image Processor) without being opened in an application.
- An RGBA file is a color bitmap image format created by Silicon Graphics (SGI). It is similar to the .RGB file as it supports color RGB channels with an alpha channel.
- MIME Type
- application/postscript
- image/x-rgb
- Sample
- sample.ps
- sample.rgba
- Wikipedia
- .ps on Wikipedia
- .rgba on Wikipedia