What is the difference between .pt3 and .gif?
- Extension
 - .pt3
 - .gif
 
- Format
 - Binary
 - Binary
 
- Category
 - Font
 - Raster Image
 
- Developer
 - Adobe Systems
 - CompuServe
 
- Description
 - PostScript Type 3 consists of glyphs defined using the full PostScript language, rather than just a subset. Because of this, a Type 3 font can do some things that Type 1 fonts cannot do, such as specify shading, color, and fill patterns.
 - A GIF file is an image file often used for web graphics. It may contain up to 256 indexed colors with a color palette that may be a predefined set of colors or may be adapted to the colors in the image. GIF files are saved in a lossless format, meaning the clarity of the image is not compromised with GIF compression.
 
- MIME Type
 - application/postscript
 - image/gif
 
- Sample
 - sample.gif
 
- Wikipedia
 - .gif on Wikipedia