What is the difference between .pict and .rgba?
- Name
- Picture File
- RGB Bitmap
- Extension
- .pict
- .rgba
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Apple
- SGI
- Description
- 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.
- 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
- image/pict
- image/x-rgb
- Sample
- sample.pict
- sample.rgba
- Wikipedia
- .pict on Wikipedia
- .rgba on Wikipedia