What is the difference between .ras and .svg?
- Extension
- .ras
- .svg
- Format
- Binary
- Text
- Category
- Raster Image
- Vector Image
- Developer
- Sun
- Adobe Systems
- Description
- Originally used on the Sun Microsystems computers, RAS is a raster image format that displays bitmap images. It is popularly used for specific types of research projects and it can be developed in Unix OS as well. It supports 1 and 32-bits per pixel and used RLE compression codec.
- 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/x-cmu-raster
- image/svg+xml
- Sample
- sample.svg
- Wikipedia
- .ras on Wikipedia
- .svg on Wikipedia