<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Looeez Humphreys :)</title>
	<atom:link href="http://lhumphreys.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lhumphreys.wordpress.com</link>
	<description>Digital Graphics Research [is cool.]</description>
	<lastBuildDate>Thu, 29 Nov 2007 14:14:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lhumphreys.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Looeez Humphreys :)</title>
		<link>http://lhumphreys.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lhumphreys.wordpress.com/osd.xml" title="Looeez Humphreys :)" />
	<atom:link rel='hub' href='http://lhumphreys.wordpress.com/?pushpress=hub'/>
		<item>
		<title>File Format Research</title>
		<link>http://lhumphreys.wordpress.com/2007/10/11/file-format-research/</link>
		<comments>http://lhumphreys.wordpress.com/2007/10/11/file-format-research/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 14:11:28 +0000</pubDate>
		<dc:creator>lhumphreys</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[file formats]]></category>
		<category><![CDATA[looeez]]></category>

		<guid isPermaLink="false">http://lhumphreys.wordpress.com/2007/10/11/file-format-research/</guid>
		<description><![CDATA[BMP (.bmp): BMP Stands for bitmap. It&#8217;s the most basic graphic format. To use this format, you have to use either Windows or OS/2. The word bitmap comes from computer programming, meaning simply a map of bits. Bitmap images use many little tiny squares on your computer screen called Pixels. Every pixel is given a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lhumphreys.wordpress.com&amp;blog=1756920&amp;post=22&amp;subd=lhumphreys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>BMP (.bmp):</strong></p>
<p align="center">BMP Stands for<strong> bitmap.</strong> It&#8217;s the most basic graphic format. To use this format, you have to use either Windows or OS/2. The word bitmap comes from computer programming, meaning simply <strong>a map of bits</strong>. Bitmap images use many little tiny squares on your computer screen called <strong>Pixels</strong>. Every pixel is given a different task to see if it&#8217;s supposed to reflect the background colour, foreground colour, or any other colour. Bitmaps store lots of imformation, which can make amazing quality images, but they don&#8217;t re-size very well. If it is increased, the image goes very pixelated and blotty, although if the picture is decreased, the picture loses it&#8217;s clarity, so it&#8217;s harder for you to see. Bitmap is a good suffix for you to use if you have a very detailed picture, but you don&#8217;t need to rescale it.</p>
<p align="center"><strong>TIFF:</strong></p>
<p align="center">TIFF stands for <strong>Tagged Image File Format. </strong>A company called <strong>Aldus</strong> paired together with <strong>Microsoft</strong> and created it, although now it&#8217;s under the ownership of <strong>Adobe</strong>. Tiff is a popular suffix that people use for Colour, Grey-scale or Black and White pictures. All PCs and Macs can read this format. TIFF is also formally known as TIF. They are the same thing. TIF files are usually quite large, although it is usually a plus, and not a disadvantage, as it means that you get better quality.</p>
<p align="center"><strong>JPEG:<br />
</strong>JPEG is an extension created by the JPEG Group. JPEG stands for <strong>Joint Photographic Experts Group</strong>. The standard JPEG specifies in both codec, and the file format used to contain that stream. The compression method means that visual quality is <strong>lost </strong>in the process, although there are changes on the standard JPEG which don&#8217;t change the visual quality.  The JPEG is popular with <strong>internet users</strong>. It lets the average internet user to send photos to other people without the file size being too big. It&#8217;s used by websites too. </p>
<p align="center"><strong>GIF: <br />
</strong>GIF stands for <strong>Graphics Interchange Format. </strong>It&#8217;s a bitmap image often used on the internet for <strong>low resolution</strong> images and animation. Introduced in 1987 by CompuServe, it&#8217;s used on the web often, because of it&#8217;s wide support and portability. GIFs are suitable for short animations and sharp-edged line art such as logos. GIFs are made up of a palette of up to 256 colours from the 24-bit RGB colour space. The colour limitation makes the GIF format unsuitable for reproducing colour photographs and other images with many different colours, but is perfect to use for simple graphics usually with a solid colour.</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">There is a difference between <strong>Vector</strong> images and <strong>Raster</strong> images.</p>
<p><strong>Raster</strong> graphics are data structures, which represent a rectangle of pixels. Raster images are commonly stored in image files. When a raster image is rescaled, it distorts and cannot go back to proper size, without being different. Bitmap images are examples of Raster images.<br />
<strong>Vector</strong> images can be re-scaled without distorting the original image, unlike Raster images, which work on pixels and when resize an image, distorts it.</p>
<p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/VectorBitmapExample.png/220px-VectorBitmapExample.png" /></p>
<p>As shown in the example above, the top right image is how the image would look rescaled as a Vector, whereas bottom left shows how it would look as a Raster (bitmap) image.<br />
Adobe illustrator and Macromedia Freehand are two applications that let us make vector images, whereas Adobe Photoshop is a perfect example of a programme that let us make raster images. Raster based images are best to work with when you&#8217;re editing a photograph.</p>
<p align="center"><strong>Colour space</strong></p>
<p align="left">Greyscale:</p>
<p align="left">In computing, greyscale means when the value of one pixel is a single sample. When an image is changed to greyscale, the image changes from colour to greys, blacks and whites. Greyscale pictures are distinct from Black and White images as when an image is put in black and white, black and white are the only colours in it, whereas in greyscale, there are greys in the image. Although, in photography, a greyscale photograph is often known as &#8220;black-and-white photography&#8221; although the image is greyscale.</p>
<p align="left">RGB;</p>
<p align="left">RGB stands for Red, Green, Blue. &#8220;The <strong>RGB color model</strong> is an additive color model in which red, green, and blue light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green, and blue.&#8221; &#8211; source, Wikipedia</p>
<p align="left">YUV;</p>
<p align="left">Defines a colour space in terms of one luma and two chrominance componants. Black and white systems used to use only luma (Y) information. Colour information (U and V) was later on added so that black and white users would still be able to see the image in black and white and normal colours. YUV models are different to RGB models as they see colour in a different way. Y stands for luma (the brightness) and U and V are the colour componants.</p>
<p align="left">HSV;</p>
<p align="left">Hue, saturation and value.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lhumphreys.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lhumphreys.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lhumphreys.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lhumphreys.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lhumphreys.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lhumphreys.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lhumphreys.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lhumphreys.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lhumphreys.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lhumphreys.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lhumphreys.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lhumphreys.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lhumphreys.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lhumphreys.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lhumphreys.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lhumphreys.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lhumphreys.wordpress.com&amp;blog=1756920&amp;post=22&amp;subd=lhumphreys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lhumphreys.wordpress.com/2007/10/11/file-format-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dc4eb4b83b8e6c5191b59ccd2efaf04?s=96&#38;d=identicon" medium="image">
			<media:title type="html">lhumphreys</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/VectorBitmapExample.png/220px-VectorBitmapExample.png" medium="image" />
	</item>
	</channel>
</rss>
