<?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>Melissaball Weblog</title>
	<atom:link href="http://melissaball.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://melissaball.wordpress.com</link>
	<description>resources for college</description>
	<lastBuildDate>Sat, 06 Oct 2007 20:03:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='melissaball.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Melissaball Weblog</title>
		<link>http://melissaball.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://melissaball.wordpress.com/osd.xml" title="Melissaball Weblog" />
	<atom:link rel='hub' href='http://melissaball.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Rasters and Vectors</title>
		<link>http://melissaball.wordpress.com/2007/10/06/rasters-and-vectors/</link>
		<comments>http://melissaball.wordpress.com/2007/10/06/rasters-and-vectors/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 20:02:31 +0000</pubDate>
		<dc:creator>melissaballwordpresscom</dc:creator>
				<category><![CDATA[bitmap'raster' and vectors]]></category>

		<guid isPermaLink="false">http://melissaball.wordpress.com/2007/10/06/rasters-and-vectors/</guid>
		<description><![CDATA[There are two kinds of computer graphics -&#8217;Raster&#8217;(composed of pixels) and&#8217; Vector &#8216;(composed of paths). Vectors A Vector is simply a connection in space.Vector graphics is the use of lines,points and curves which are all based to represent images in computer graphics.  http://en.wikipedia.org/wiki/Vector_graphics Above is an example showing effect of vector graphics versus raster graphics.Raster images [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=16&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are two kinds of computer graphics -&#8217;Raster&#8217;(composed of pixels) and&#8217; Vector &#8216;(composed of paths).</p>
<p><strong>Vectors</strong></p>
<p>A Vector is simply a connection in space.Vector graphics is the use of lines,points and curves which are all based to represent images in computer graphics. </p>
<p><a href="http://melissaball.wordpress.com/wiki/Image:VectorBitmapExample.png" title="Example showing effect of vector graphics versus raster graphics. The original vector-based illustration is at the left. The upper-right image illustrates magnification of 7x as a vector image. The lower-right image illustrates the same magnification as a bitmap image. Raster images are based on pixels and thus scale with loss of clarity, while vector-based images can be scaled indefinitely without degradation." class="image"><img border="0" width="220" src="http://upload.wikimedia.org/wikipedia/en/thumb/b/b4/VectorBitmapExample.png/220px-VectorBitmapExample.png" alt="Example showing effect of vector graphics versus raster graphics. The original vector-based illustration is at the left. The upper-right image illustrates magnification of 7x as a vector image. The lower-right image illustrates the same magnification as a bitmap image. Raster images are based on pixels and thus scale with loss of clarity, while vector-based images can be scaled indefinitely without degradation." height="283" class="thumbimage" /></a><a href="http://en.wikipedia.org/wiki/Vector_graphics">http://en.wikipedia.org/wiki/Vector_graphics</a></p>
<p>Above is an example showing effect of vector graphics versus raster graphics.Raster images are based on pixels and thus scale with loss of clarity, while vector-based images can be scaled indefinitely without degradation.</p>
<p>Basically if you change the size of a Vector image the quality stays the same.It is resolution independant.This is because they are composed of lines and curves.These vectors allow the vector file to be scaled without losing any quality of the image.</p>
<p>Vector graphics are best used for shapes and logos especially if scaling is involved.</p>
<p>Rather than being composed of pixels, Vector graphics consist of points, lines, and curves which, when combined, can form complex objects These objects can be filled with solid colors, gradients, and even patterns. Because the computer has a description of how the image should look, it can be redrawn at any size, in any position, without losing any quality. A vector graphic resized to 5 times its original dimensions is simply reproduced, exactly, at the new size.</p>
<p><strong>Bitmap &#8216;RASTER&#8217;</strong></p>
<p> <strong>Bitmap</strong> images, also referred to as raster images, are <em>pixel-based</em>. This means that location and color information about the image is stored in individual pixels within a grid.You edit pixels rather than shapes or objects directly.</p>
<p>Raster images are resolution dependant in that they contain a specific number of pixels. Therefore if images are scaled ,they will lose detail and appear jagged. The pixels are tiny dots of individual colour.All these tiny dots of color come together to form the images you see. Below is an example of a bitmap enlargement.</p>
<p><img src="http://z.about.com/d/graphicssoft/1/0/e/W/bitmapicon.gif" alt="Bitmap or Raster Image" style="width:170px;height:170px;" />   A Bitmap Image&#8211;shown zoomed in with the original size in the upper right corner. Notice the individual pixels that make up the image.</p>
<p><a href="http://graphicssoft.about.com/od/aboutgraphics/a/bitmapvector.htm">http://graphicssoft.about.com/od/aboutgraphics/a/bitmapvector.htm</a> </p>
<p>As you can see, when you enlarge the icon, as I have in this example, you can clearly see each individual square dot of color. Because bitmaps are resolution dependent, it&#8217;s difficult to increase or decrease their size without sacrificing a degree of image quality.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/melissaball.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/melissaball.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/melissaball.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/melissaball.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/melissaball.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/melissaball.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/melissaball.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/melissaball.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/melissaball.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/melissaball.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/melissaball.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/melissaball.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/melissaball.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/melissaball.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/melissaball.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/melissaball.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=16&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://melissaball.wordpress.com/2007/10/06/rasters-and-vectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53c8674cc4ed4aefdc0e1b5031d6dbee?s=96&#38;d=identicon" medium="image">
			<media:title type="html">melissaballwordpresscom</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/en/thumb/b/b4/VectorBitmapExample.png/220px-VectorBitmapExample.png" medium="image">
			<media:title type="html">Example showing effect of vector graphics versus raster graphics. The original vector-based illustration is at the left. The upper-right image illustrates magnification of 7x as a vector image. The lower-right image illustrates the same magnification as a bitmap image. Raster images are based on pixels and thus scale with loss of clarity, while vector-based images can be scaled indefinitely without degradation.</media:title>
		</media:content>

		<media:content url="http://z.about.com/d/graphicssoft/1/0/e/W/bitmapicon.gif" medium="image">
			<media:title type="html">Bitmap or Raster Image</media:title>
		</media:content>
	</item>
		<item>
		<title>Choosing the correct File format.</title>
		<link>http://melissaball.wordpress.com/2007/09/25/choosing-the-correct-file-format/</link>
		<comments>http://melissaball.wordpress.com/2007/09/25/choosing-the-correct-file-format/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 12:59:55 +0000</pubDate>
		<dc:creator>melissaballwordpresscom</dc:creator>
				<category><![CDATA[choosing the correct file format]]></category>

		<guid isPermaLink="false">http://melissaball.wordpress.com/2007/09/25/choosing-the-correct-file-format/</guid>
		<description><![CDATA[ You can use many different files in photoshop.You will need to think about how you want your finished image to look before you decide what format to use.Each format has its advantages and disadvantages that make it better suited from one format to another.Below is a link with some examples http://www.wikihow.com/Choose-the-Correct-Graphics-File-Format <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=14&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> You can use many different files in photoshop.You will need to think about how you want your finished image to look before you decide what format to use.Each format has its advantages and disadvantages that make it better suited from one format to another.Below is a link with some examples</p>
<p><a href="http://www.wikihow.com/Choose-the-Correct-Graphics-File-Format">http://www.wikihow.com/Choose-the-Correct-Graphics-File-Format</a> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/melissaball.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/melissaball.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/melissaball.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/melissaball.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/melissaball.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/melissaball.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/melissaball.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/melissaball.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/melissaball.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/melissaball.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/melissaball.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/melissaball.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/melissaball.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/melissaball.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/melissaball.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/melissaball.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=14&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://melissaball.wordpress.com/2007/09/25/choosing-the-correct-file-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53c8674cc4ed4aefdc0e1b5031d6dbee?s=96&#38;d=identicon" medium="image">
			<media:title type="html">melissaballwordpresscom</media:title>
		</media:content>
	</item>
		<item>
		<title>What is HTML?</title>
		<link>http://melissaball.wordpress.com/2007/09/24/what-is-html/</link>
		<comments>http://melissaball.wordpress.com/2007/09/24/what-is-html/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 10:29:28 +0000</pubDate>
		<dc:creator>melissaballwordpresscom</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://melissaball.wordpress.com/2007/09/24/what-is-html/</guid>
		<description><![CDATA[HTML stands for Hyper Text Markup Language.A HTML is a text file containing small markup tags.The markup tags tell the web browser how to mark up the page.A HTML must have an HTM or HTML file extension.An HTML file can be created using a simple text editor.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=13&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTML stands for Hyper Text Markup Language.A HTML is a text file containing small markup tags.The markup tags tell the web browser how to mark up the page.A HTML must have an HTM or HTML file extension.An HTML file can be created using a simple text editor.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/melissaball.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/melissaball.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/melissaball.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/melissaball.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/melissaball.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/melissaball.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/melissaball.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/melissaball.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/melissaball.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/melissaball.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/melissaball.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/melissaball.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/melissaball.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/melissaball.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/melissaball.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/melissaball.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=13&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://melissaball.wordpress.com/2007/09/24/what-is-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53c8674cc4ed4aefdc0e1b5031d6dbee?s=96&#38;d=identicon" medium="image">
			<media:title type="html">melissaballwordpresscom</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://melissaball.wordpress.com/2007/09/17/hello-world/</link>
		<comments>http://melissaball.wordpress.com/2007/09/17/hello-world/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 09:27:41 +0000</pubDate>
		<dc:creator>melissaballwordpresscom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=1&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/melissaball.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/melissaball.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/melissaball.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/melissaball.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/melissaball.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/melissaball.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/melissaball.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/melissaball.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/melissaball.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/melissaball.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/melissaball.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/melissaball.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/melissaball.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/melissaball.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/melissaball.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/melissaball.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=melissaball.wordpress.com&amp;blog=1734963&amp;post=1&amp;subd=melissaball&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://melissaball.wordpress.com/2007/09/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53c8674cc4ed4aefdc0e1b5031d6dbee?s=96&#38;d=identicon" medium="image">
			<media:title type="html">melissaballwordpresscom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
