What is the difference between .apng and .ico?
- Extension
- .apng
- .ico
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Mozilla Corporation
- Microsoft
- Description
- Animated Portable Network Graphics (APNG) is a file format which extends the Portable Network Graphics (PNG) specification to permit animated images that work similarly to animated GIF files, while supporting 24-bit images and 8-bit transparency not available for GIFs. It also retains backward compatibility with non-animated PNG files.
- An ICO file is an image format used to store icons for Windows programs, files, and folders. It contains two bitmaps: 1) the AND bitmap - the image mask (which determines what part of the icon is transparent) and 2) the XOR bitmap - contains the icon which is mapped onto the image mask. ICO files can be modified to create custom icons.
- MIME Type
- image/vnd.mozilla.apng
- image/x-icon
- Sample
- sample.ico
- Wikipedia
- .apng on Wikipedia
- .ico on Wikipedia