Do It Yourself Home Security
Home Security Nj
Microsoft Com At Home Security Spyware Software Default Mspx
Camera Home Security System Wireless
  Locks
Brinks Home Security
Home Security Camera System
Home Security Alarm System
Home Security Safe
Home Land Security
Wireless Home Security Alarm
Home Computer Security
Security System Monitored Home Alarm
Laser Shield Home Security
Home Security Services
Home Security Canada
Do It Yourself Home Security System
Home Security Door
Compare Home Security System
Best Wireless Home Security System
Business Home Residential Security System
Department Of Home Land Security
Do It Yourself Home Security
Home Security Monitoring Company
Guide Home Savvy Security
Home Window Security Bar
Concord Home Security
Home Morrisville Security
Home Security Software
Guard Dog
Heart Guard For Dog
Pit Bulls And Tenacious Guard Dog
Livestock Guard Dog
Family Guard Dog
11 Dog Eats Guard Huge Python
The Best Guard Dog In The World
Guard Dog Security
Guard Dog Sign
Subaru Forester Dog Guard
Dog Guard Fence
Guard Dog Picture
My Body Guard Dog
Large Guard Dog
Best Brasileiro Dog Fila Guard
Guard Dog Gloves
Guard Dog Name
Bull Mastiff Guard Dog
Dog Dog Guard Train
Anatolian Guard Dog
Guard Dog Collar
Lock Picking
Tsa Luggage Lock
Lock Lock
Drop Lock Pop
Bumping Lock
Drop It Lock Lyric Pop
Lock Pick Set
Lock Stock
Wheel Lock
Baldwin Lock
Motorcycle Helmet Lock
Safe Lock
Weiser Lock
Keyless Door Lock
Laptop Lock
Best Lock
Lock Picking Kit
Lock And Load
Steering Wheel Lock
360 Box Lock Up X
Soo Lock
Kryptonite Lock
Cable Lock
Lock Xanga
Vac U Lock
  Second cuts or portions of wool from the lower parts of the legs and edges of fleece, greasy staples from under forearm, flank and crutch. Lower quality trimming. Frib wool. 'board locks, table locks'.
  WORKING DOGS SITE UPGRADE!
TRAINING A DOG FOR HGH P 1 - THE INSTINCT TEST
How to Decipher Puppy Ads
IS YOUR DOG’S PROSTATE MAKING HIM PROSTRATE?
Coronavirus enteritis, Viral enteritis
Iditarod News
THE ILLUSTRATED STANDARD OF THE GSD
Mystery Meat
Why I Am Against Regulation of Breeds
WD Vet Center Opens!
 
  camera home security system wireless guide  
 

Gif Graphics
By Mar
GIF (Graphics Interchange Format) / GIFF (Graphics Interchange File Format) is a 24-bit RGB bitmap image format for images with up to 256 distinct colours. The format was introduced by CompuServe in 1987 and has since come into widespread usage on the World Wide Web due to its wide support and portability.

A GIF image employs lossless data compression so that the file size of an image may be reduced without degrading the visual quality, provided the image can be rendered with only 256 colours. (However, there is a hack that can overcome this limitation under certain circumstances; see True Colour.) This limitation makes the GIF format unsuitable for complex images such as photographs (which are more commonly seen in the JPEG format), but well-suited for more simple images such as graphics or logos with solid areas of color.

Many software developers were surprised when it was revealed that the compression algorithm used by the GIF format had been patented by Unisys, and that they would have to pay royalties for writing programs that generated GIF files. The desire for a comparable format with fewer legal restrictions (as well as fewer technical restrictions such as the number of colours) led to the development of the PNG (Portable Network Graphics) standard. Although the original GIF and related patents have expired, PNG is still touted as a technically superior alternative, and has become the third most common image format on the web.

History
The GIF format was introduced in 1987 by CompuServe in order to provide a colour image format for their file downloading areas, replacing their earlier RLE format which was black and white only. GIF became popular because it used LZW data compression, which was more efficient than the run-length encoding that formats such as PCX and MacPaint used, and fairly large images could therefore be downloaded in a reasonable amount of time, even with very slow modems.

The original version of GIF was called 87a. In 1989, CompuServe devised an enhanced version, called 89a, that added support for multiple images in a stream, interlacing and storage of application-specific metadata. The two versions can be distinguished by looking at the first six bytes of the file, which, when interpreted as ASCII, read "GIF87a" and "GIF89a", respectively.

When the World Wide Web gained popularity, GIF became one of the two image formats commonly used on Web sites, the other being the black and white XBM. JPEG came later with the Mosaic browser.

The GIF89a feature of storing multiple images in one file, accompanied by control data, is used extensively on the web to produce simple animations. The optional interlacing feature, which stored image scanlines out of order in such a fashion that even a partially downloaded image was somewhat recognizable, also helped GIF's popularity, as a user could abort the download if it was not what was required.

GIF images are limited to 256 colours, though it is possible to hack around this limitation, under certain circumstances, using the animation feature (see colour).

Pronunciation
Some English-speakers pronounce the acronym "GIF" with a plosive (as in the word "gift"). However, the creators of the file format pronounced the acronym as "JIF" during its unveiling presentation in the 1980s. Surveys reveal that around 70% of speakers prefer the plosive pronunciation, which is consistent with the pronunciation of the individual words in the acronym.

Unisys and LZW patent enforcement
The LZW compression algorithm was covered by U.S. Patent 4,558,302, owned by Unisys Corporation. When CompuServe first developed the GIF format, they did not know that LZW was covered by a patent. In December 1994, after Unisys discovered that the newly popular file format used LZW compression, they announced that they would be seeking royalties on that patent; all commercial programs capable of producing GIF files would be required to pay a license fee to Unisys.

By this time, GIF was in such widespread use that most companies producing these programs had little choice but to pay. These problems were one factor leading to the development of the PNG format, which has become the third most common image format on the Web after GIF and JPEG.

In late August 1999, Unisys terminated its royalty-free LZW technology licenses for free software and non-commercial proprietary software and even for individual users of unlicensed programs, prompting the League for Programming Freedom to launch the Burn All GIFs campaign to inform the public of the alternatives.

Many legal experts have concluded that the patent does not cover devices that can only uncompress LZW data and cannot compress it; for this reason, the popular gzip program can read .Z files but cannot write them.

On June 20, 2003, the United States patent on the LZW algorithm expired, which means that Unisys can no longer collect royalties for use of the GIF format in that country.

Those bothered with the patent enforcement dubbed this day GIF Liberation Day. The equivalent patents in Europe and Japan expired on June 18 and June 20, 2004 respectively, with the Canadian patent following on July 7.

Usage
Even with the general adoption of broadband, the size of downloads continues to be a critical issue on the World Wide Web. Large web pages have a negative effect on user experience by being slow to render. Large web pages are also more expensive for their owners, who pay based on the amount of data transferred by their site. Therefore GIF's compression makes it desirable as an image format for use on webpages.

Apart from the SWF format of Adobe Flash, GIF is the only widely used image format to support animation. It is frequently used to make small animations and short, low-resolution films for web pages.

Most web page logos and design element images are GIF or PNG because those are designed to successfully compress images that contain large blocks of the same colour or of repeating patterns; JPEG does not compress flat, single-hued areas with sharp transitions to adjacent areas well.

JPEG is preferred for digital photographs because it allows images to contain more than 16 million different hues (GIF gives a choice of only 256 per image) and it compresses photographs better. Uncompressed bitmap formats like Windows bitmap are sometimes preferred for images in computer software when speed is more important than reduced file size, because uncompressed bitmaps can be displayed more quickly.

Palettes
GIF is palette based: although any palette selection can be one of millions of shades, the maximum number that can be used in a frame is 256. These are stored in a "palette", a table which associates each palette selection number with a specific RGB value. The limitation to 256 shades seemed reasonable at the time of GIF's creation because few people could afford the hardware to display more. Simple graphics, line drawings, cartoons, and grey-scale photographs typically need fewer than 256 shades. Optionally, one of the selections in the palette can be set as transparent, which allows simple binary transparency.

There exist ways to dither or diffuse photographs by using pixels of 2 or more different hues to approximate an in-between hue, but this transformation inevitably loses some detail. The algorithms used to select the palette and to perform the dithering vary widely in output quality, giving dithering a possibly unwarranted bad reputation. Additionally, dithering significantly reduces the image's compressibility and thus works contrary to GIF's main purpose.

In the early days of graphical web browsers graphics cards with 8-bit buffers (allowing only 256 hues) were common and it was fairly common to make GIF images using the websafe palette which was based on the common subset of the standard Windows and Macintosh palettes. This ensured predictable display but severely limited the choice of hues. Now that 24-bit graphics cards are the norm, optimised palettes make more sense when creating images, though there are still many sites on web design that advise the use of the websafe palette.

Animated GIFs
GIF89a was designed based on the principle of rendering images (known as frames when used for animation) to a logical screen. Each image could optionally have its own palette, and the format provides flags to specify delay and waiting for user input (not widely supported by viewers) between them. This is the feature that is used to create animated GIFs, but it can also be used to losslessly store a 24-bit RGB (truecolour) image by splitting it up into pieces small enough to be encoded into a 256 colour palette and setting up the GIF to render these with no delay on the logical screen. However, most web browsers seem to assume that this multi-image feature will only be used for animation and insert a minimum delay between images.( TALK) There will be some file size bloat from doing this, especially if the encoder doesn't support LZW for patent reasons. There are very few tools around that can easily produce these GIFs, and it is rarely an appropriate format unless there is absolutely no other option.

Related pages: Animated Gifs, My Space codes, Animated My Space Graphics, and Car images.All text is available under the terms of the GNU Free Documentation License.
Courtesy of: Articles, and web design company


 
 
  Here are some articles to start with..  
 
 
Yoga's Bestowal Of Psychic Powers (esp)
By merry
If, you have read any yoga books, you will know that practicing ‘Vashitva’ gives you the ability to control objects, animate or inanimate. And finally, ‘Ishtatva’, the last power gives one the Read more...
The Acne Diet: Choosing Foods That Heal Acne
By C. L. Jackson
I'm sure that most of us at one time or another have been told that certain foods can cause acne. I must admit, I have always been a skeptic when hearing that idea...after all, I was eating the food, Read more...
 
 
 

 
   
Copyright 2007 by www.virtualrealestate-wealth-4ever.com/home-securities, All Rights Reserved