What is the difference between .apng and .svg?
- Extension
- .apng
- .svg
- Format
- Binary
- Text
- Category
- Raster Image
- Vector Image
- Developer
- Mozilla Corporation
- Adobe Systems
- 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 SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
- MIME Type
- image/vnd.mozilla.apng
- image/svg+xml
- Sample
- sample.svg
- Wikipedia
- .apng on Wikipedia
- .svg on Wikipedia