Convert SVG into GIF for simple web graphics.
Upload your SVG file
Click Upload and select your SVG file from your device.
Confirm GIF as output
The GIF format is auto-selected for this page—confirm it (or choose if needed). GIF supports animations but not smooth gradients.
Convert and download
Click Convert Now and download your GIF file. Check animation playback if present. Note: Colors may be reduced to 256.
File extension | .gif |
---|---|
File category | Raster Image file |
Stands for | Graphics Interchange Format |
Developer | CompuServe |
Overview | GIF is an image format which is known worldwide and it is used as a second option after JPEG. It offers high portability between OS(Operating Systems) and applications. Each picture can support up to 8 bits per pixel, as a resultant, it enables an image to have a separate palette of up to 256 distinct colours that are taken from the 24-bit RGB colour space. Furthermore, it is commonly used for web graphics, logos with solid colour and also for animated images. These files are saved as ‘animated GIFs' and it displays general animations on websites. Besides this, this format has the capability to blend varied colour backgrounds due to the presence of transparent pixels. It should be noted that pixels should be either fully transparent or opaque so that it doesn’t result in the faded picture. |
Technical description | GIF is an inadequate format for colour photographs due to palette limitations. It enables an independent palette of up to 256 colors for a solo frame. These files are compressed using a lossless data compression algorithm known as LZW( Lempel-Ziv-Welch) and this algorithm was created by Abraham Lempel, Jacob Ziv and Terry Welch. It removes the unwanted colours that are not in use to compress raster data. The maximum limit which is permitted for colours is 256 and the minimum is 2 (black and white). Apart from this, it has a fixed-length header which gives the version and pixel dimensions are provided by the ‘logical screen' descriptor. |
Links | wikipedia.org (opens in new tab - official documentation) |
File extension | .svg |
---|---|
File category | Vector Image File |
Stands for | Scalable Vector Graphics |
Developer | World Wide Web Consortium |
Overview | This extension is based on an extensible Markup Language (XML) and images stored in this format are two dimensional as well as vector graphics. It is an open standard format but it supports both interactivity and animation. These files can be searched, indexed, scripted and compressed because their behaviour is specified by XML text files. Editing can be done using a text editor or any drawing software. All popular web browsers provide rendering support to SVG. The major difference between the bitmap image or raster image and vector image is that the former one is made up of a fixed set of pixels whereas the latter one consists of a fixed set of shapes. Scaling in raster reveals the pixels in it and in vector it tells about the shapes. |
Technical description | It follows lossless data compression as it contains numerous repeated fragments of text. SVGZ image is a compressed form of SVG, when it is compressed using GZIP algorithm. In 2011 there was mobile version 1.1, which minimized the computational and display capacities. As these files use text to describe the graphics that is why it is very easy to resize them to different sizes(Zooming and Diminishing) without loss of quality. Besides this, they have the capability to store rich graphics and also offers compatibility to CSS(Cascading style sheets) for styling which in return allows a higher level of presentation editing. In addition to this, JavaScript is used for scripting. Lastly, it has three types of graphic objects – vector graphic shapes (paths and outlines), bitmap images and text. |
Links | wikipedia.org (opens in new tab - official documentation) |