A-Z Popular Blog Computing Search »
Computing
Simplicable Guide
A-Z
Search
Popular
Sitemap
Advertisements
Related Guides

What is an Animated Gif?

 , April 18, 2018
An animated GIF is a primitive video format that can be used to display short videos.

GIF vs JPEG

The graphics interchange format, or GIF, is amoungst the first image formats to be designed for the internet. As such, it is widely supported. Each image in a GIF is based on a 256 color palette, this is far more limited than competing formats such as JPEG that can support millions of colors. GIFs produce a small file size and use lossless compression.
GIFs were originally intended for icons and other images that don't require many colors but need to be efficient and accurate. A JPEG uses lossy compression meaning that the image doesn't look exactly the same after being compressed. However, JPEG is a far more powerful format that supports large color spaces. As such, JPEG is commonly used for photos and high quality images. JPEG does not natively support animation but 3rd party technologies may use JPEG images to render frames of animation.

GIF vs Animated GIF

An animated GIF is a single file that contains multiple GIF images along with information that is used to display the images as an animation. Each frame in an animated GIF is a regular GIF image with its own color palette.

Animation Delay

The GIF format allows you to specify the delay between frames in hundredths of a second. However, browsers commonly limit the speed of a GIF to around 20 frames per second.

Repetition

The GIF format allows you to specify the number of times an animation is repeated. A value of 0 makes the animation repeat infinitely.

GIF Limitations

GIF can be used to create long videos. However, it only performs compression at the image level. Video formats such as MP4 produce higher quality videos that are far more compressed. As such, it is rare to use a GIF for a long or high quality video as this typically results in a larger file that is lower quality.
Overview: Animated Gif
Type
DefinitionA primitive video format that can be used to display short videos.
Related Concepts

Computing Basics

This is the complete list of articles we have written about computing basics.
Automation
Binary
Caching
Client-Server
Computer
Computer Examples
Computer Program
Computing Basics
Data
Data Processing
I/O
Networking
Runtime Error
Sensors
System Program
Systems
Unicode
If you enjoyed this page, please consider bookmarking Simplicable.
 

Computing Basics

A few basic computing terms.

Localhost

A complete overview of localhost with an example.

Software vs Hardware

The difference between software and hardware with examples.

Cached Data

The definition of cached data with examples. Includes an explanation of why cached data can usually be deleted safely.

Node

The definition of network node with examples.

Delete

The definition of delete with examples.

Computer

The common types of modern computer.

Keep Alive

A complete overview of keep alive with examples and diagrams.

Application Server

An overview of application server with examples.

Files

An overview of files.

Character Set

An overview of the common types of character encoding.

Compression

A definition of data compression with a few examples.

Encryption

A list of basic encryption techniques and concepts.

Flat File

An overview of the common types of flat file.

Unicode

A list of useful text symbols.

Arrow Text

A list of useful unicode arrows.

Documents

The definition of document with a list of examples.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map