What is the difference between .rgba and .ras?
- Name
- RGB Bitmap
- SUN Rasterfile
- Extension
- .rgba
- .ras
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- SGI
- Sun
- Description
- 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.
- Originally used on the Sun Microsystems computers, RAS is a raster image format that displays bitmap images. It is popularly used for specific types of research projects and it can be developed in Unix OS as well. It supports 1 and 32-bits per pixel and used RLE compression codec.
- MIME Type
- image/x-rgb
- image/x-cmu-raster
- Sample
- sample.rgba
- Wikipedia
- .rgba on Wikipedia
- .ras on Wikipedia