What is the difference between .rgba and .pict?
- Name
- RGB Bitmap
- Picture File
- Extension
- .rgba
- .pict
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- SGI
- Apple
- 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.
- Image file saved in the Macintosh PICT format; may contain both vector and bitmap data and can use thousands of colors; also supports RLE (Run-length encoding) and JPEG compression to reduce the file size.
- MIME Type
- image/x-rgb
- image/pict
- Sample
- sample.rgba
- sample.pict
- Wikipedia
- .rgba on Wikipedia
- .pict on Wikipedia