What is the difference between .ttf and .rgba?
- Name
- TrueType Font
- RGB Bitmap
- Extension
- .ttf
- .rgba
- Format
- Binary
- Binary
- Category
- Font
- Raster Image
- Developer
- Apple
- SGI
- Description
- A TTF file is a font file format created by Apple, but used on both Macintosh and Windows platforms. It can be resized to any size without losing quality and looks the same when printed as it does on the screen.
- 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/x-font-ttf
- image/x-rgb
- Sample
- sample.ttf
- sample.rgba
- Wikipedia
- .ttf on Wikipedia
- .rgba on Wikipedia