<?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/"
	>

<channel>
	<title>Mobile Developer Tips &#187; Graphics</title>
	<atom:link href="http://MobileDeveloperTips.com/category/graphics/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 16 May 2012 12:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Converting Radians to Degrees and Degrees to Radians</title>
		<link>http://MobileDeveloperTips.com/graphics/radians-to-degrees-and-degrees-to-radians.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/radians-to-degrees-and-degrees-to-radians.html#comments</comments>
		<pubDate>Tue, 12 Apr 2011 07:01:00 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=8178</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/radians-to-degrees-and-degrees-to-radians.html">Converting Radians to Degrees and Degrees to Radians</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Converting Radians to Degrees and Degrees to Radians is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In mathematics, a radian is often used as a standard unit of measure when expressing angles. For various methods in iOS classes that deal with angles and rotation, the parameters and return values are often in [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/user-interface/rotate-an-image-with-animation.html' rel='bookmark' title='Rotate an Image with Animation &#8211; Part 1'>Rotate an Image with Animation &#8211; Part 1</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/rotate-an-image-or-button-with-animation-part-2.html' rel='bookmark' title='Rotate an Image or Button with Animation &#8211; Part 2'>Rotate an Image or Button with Animation &#8211; Part 2</a></li>
<li><a href='http://MobileDeveloperTips.com/c/converting-between-c-and-objective-c-strings.html' rel='bookmark' title='Converting Between C and Objective-C Strings (NSString)'>Converting Between C and Objective-C Strings (NSString)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/radians-to-degrees-and-degrees-to-radians.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating Background Patterns</title>
		<link>http://MobileDeveloperTips.com/graphics/creating-background-patterns.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/creating-background-patterns.html#comments</comments>
		<pubDate>Mon, 14 Mar 2011 08:07:53 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=8112</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/creating-background-patterns.html">Creating Background Patterns</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Creating Background Patterns is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Beyond custom images and solid colors, a nice effect for a background is to use a repeating pattern. The code example that follows shows just how easy this is. For this example, I started with the image below, a photo that [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/graphics/how-to-crop-an-image.html' rel='bookmark' title='How to Crop an Image'>How to Crop an Image</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/creating-unique-looking-tables-with-custom-cells.html' rel='bookmark' title='Creating Unique Looking Tables with Custom Cells'>Creating Unique Looking Tables with Custom Cells</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/download-and-create-an-image-from-a-url.html' rel='bookmark' title='Download, Create and Display an Image from URL'>Download, Create and Display an Image from URL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/creating-background-patterns.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Drag an Image within the Bounds of Superview</title>
		<link>http://MobileDeveloperTips.com/graphics/drag-an-image-within-the-bounds-of-superview.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/drag-an-image-within-the-bounds-of-superview.html#comments</comments>
		<pubDate>Mon, 17 Jan 2011 08:04:04 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[drag]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=7484</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/drag-an-image-within-the-bounds-of-superview.html">Drag an Image within the Bounds of Superview</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Drag an Image within the Bounds of Superview is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved This post demonstrates how to drag an image on screen, respecting the bounds of the images superview. The first step is to create a class that inherits from UIImageView, I&#8217;ll name the class ImageToDrag. There is [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/graphics/how-to-crop-an-image.html' rel='bookmark' title='How to Crop an Image'>How to Crop an Image</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/download-and-create-an-image-from-a-url.html' rel='bookmark' title='Download, Create and Display an Image from URL'>Download, Create and Display an Image from URL</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/showing-activity-indicator-spinner-in-table-cells.html' rel='bookmark' title='Showing Activity Indicator (spinner) in Table Cells'>Showing Activity Indicator (spinner) in Table Cells</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/drag-an-image-within-the-bounds-of-superview.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Crop an Image</title>
		<link>http://MobileDeveloperTips.com/graphics/how-to-crop-an-image.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/how-to-crop-an-image.html#comments</comments>
		<pubDate>Fri, 04 Jun 2010 02:44:29 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/how-to-crop-an-image.html">How to Crop an Image</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How to Crop an Image is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved This post shows an example of one way to crop an image. Let&#8217;s begin by looking at a screenshot of the original and cropped image on the iPhone simulator: As you can see, I am cropping a rectangle from [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/graphics/convert-an-image-uiimage-to-grayscale.html' rel='bookmark' title='Convert an Image (UIImage) to Grayscale'>Convert an Image (UIImage) to Grayscale</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/download-and-create-an-image-from-a-url.html' rel='bookmark' title='Download, Create and Display an Image from URL'>Download, Create and Display an Image from URL</a></li>
<li><a href='http://MobileDeveloperTips.com/graphics/how-to-scale-an-image-using-an-objective-c-category.html' rel='bookmark' title='Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category'>Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/how-to-crop-an-image.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Convert an Image (UIImage) to Grayscale</title>
		<link>http://MobileDeveloperTips.com/graphics/convert-an-image-uiimage-to-grayscale.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/convert-an-image-uiimage-to-grayscale.html#comments</comments>
		<pubDate>Thu, 13 May 2010 11:07:44 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6249</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/convert-an-image-uiimage-to-grayscale.html">Convert an Image (UIImage) to Grayscale</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Convert an Image (UIImage) to Grayscale is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved A trick you won&#8217;t need often, yet when the day arrives, you&#8217;ll have this up your sleeve &#8211; a quick method to convert a UIImage object to grayscale. - &#40;UIImage *&#41;convertImageToGrayScale:&#40;UIImage *&#41;image &#123; // Create image rectangle with [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/graphics/how-to-scale-an-image-using-an-objective-c-category.html' rel='bookmark' title='Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category'>Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category</a></li>
<li><a href='http://MobileDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html' rel='bookmark' title='Resize/Scale of an Image &#8211; Take 2 &#8211; Coding a Thread Safe Approach'>Resize/Scale of an Image &#8211; Take 2 &#8211; Coding a Thread Safe Approach</a></li>
<li><a href='http://MobileDeveloperTips.com/data-file-management/save-uiimage-object-as-a-png-or-jpeg-file.html' rel='bookmark' title='Save UIImage Object as a PNG or JPEG File'>Save UIImage Object as a PNG or JPEG File</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/convert-an-image-uiimage-to-grayscale.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Resize/Scale of an Image &#8211; Take 2 &#8211; Coding a Thread Safe Approach</title>
		<link>http://MobileDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:37:07 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5339</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html">Resize/Scale of an Image &#8211; Take 2 &#8211; Coding a Thread Safe Approach</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Resize/Scale of an Image &#8211; Take 2 &#8211; Coding a Thread Safe Approach is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In the first post on image resizing, How to Resize/Scale an Image using an Objective-C Category, I wrote barebones approach to resizing an image. This works well for simple cases, however [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/graphics/how-to-scale-an-image-using-an-objective-c-category.html' rel='bookmark' title='Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category'>Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/move-an-image-with-animation.html' rel='bookmark' title='Move an Image with Animation'>Move an Image with Animation</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/rotate-an-image-with-animation.html' rel='bookmark' title='Rotate an Image with Animation &#8211; Part 1'>Rotate an Image with Animation &#8211; Part 1</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Gotcha: Case Sensitive PNG Filename</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:07:07 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html">Gotcha: Case Sensitive PNG Filename</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Gotcha: Case Sensitive PNG Filename is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Here&#8217;s one that will trip you up if you aren&#8217;t careful&#8230;look at this code: timerButton = &#91;&#91;UIButton alloc&#93; initWithFrame:CGRectMake&#40;104, 410, 50, 50&#41;&#93;; &#160; // Notice the filename &#34;timer.png&#34; &#91;timerButton setBackgroundImage:&#91;UIImage imageNamed:@&#34;timer.png&#34;&#93; forState:UIControlStateNormal&#93;; &#160; &#91;timerButton addTarget:self action:@selector&#40;buttonPressed:&#41; forControlEvents: UIControlEventTouchUpInside&#93;; &#160; [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/filename-and-line-number-with-nslog-part-i.html' rel='bookmark' title='Filename and Line Number with NSLog: Part I'>Filename and Line Number with NSLog: Part I</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/filename-and-line-number-with-nslog-part-ii.html' rel='bookmark' title='Filename and Line Number with NSLog: Part II'>Filename and Line Number with NSLog: Part II</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-prevent-iphone-from-sleeping.html' rel='bookmark' title='How to Prevent iPhone from Sleeping'>How to Prevent iPhone from Sleeping</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category</title>
		<link>http://MobileDeveloperTips.com/graphics/how-to-scale-an-image-using-an-objective-c-category.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/how-to-scale-an-image-using-an-objective-c-category.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 08:52:18 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4576</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/how-to-scale-an-image-using-an-objective-c-category.html">Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Resize/Scale of an Image &#8211; Take 1 &#8211; Using an Objective-C Category is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Editor&#8217;s Note: Part 2 of this post Resize/Scale of an Image &#8211; Take 2 &#8211; Thread Safe Approach takes this idea to the next level, showing how to dynamically resize images using [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-mask-an-image.html' rel='bookmark' title='How to Mask an Image'>How to Mask an Image</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/move-an-image-with-animation.html' rel='bookmark' title='Move an Image with Animation'>Move an Image with Animation</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/download-and-create-an-image-from-a-url.html' rel='bookmark' title='Download, Create and Display an Image from URL'>Download, Create and Display an Image from URL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/how-to-scale-an-image-using-an-objective-c-category.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Animated Gif &#8211; Animated Images &#8211; iPhone Style</title>
		<link>http://MobileDeveloperTips.com/graphics/animated-gif-animated-images-iphone-style.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/animated-gif-animated-images-iphone-style.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:01:24 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2594</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/animated-gif-animated-images-iphone-style.html">Animated Gif &#8211; Animated Images &#8211; iPhone Style</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Using animated gif and animated images with the iPhone SDK.
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/memory-management/images-and-caching.html' rel='bookmark' title='Images and Caching'>Images and Caching</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/animated-gif-animated-images-iphone-style.html/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
<enclosure url="http://iphonedevelopertips.com/wp-content/uploads/2009/07/crad.mov" length="67459" type="video/quicktime" />
		</item>
		<item>
		<title>Creating iPhone Icons</title>
		<link>http://MobileDeveloperTips.com/graphics/creating-iphone-icons.html</link>
		<comments>http://MobileDeveloperTips.com/graphics/creating-iphone-icons.html#comments</comments>
		<pubDate>Thu, 18 Sep 2008 07:08:49 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[icon]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=488</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/graphics/creating-iphone-icons.html">Creating iPhone Icons</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Creating iPhone Icons is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved I&#8217;ve been poking around for a decent tutorial on how to create icons for the iPhone. Specifically, I am looking for a walk through with either PhotoShop or FireWorks. The icon I have in mind is what will be shown on [...]]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/graphics/creating-iphone-icons.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blog.jotlet.net/images/edgeglare.mov" length="738866" type="video/quicktime" />
<enclosure url="http://blog.jotlet.net/images/restoftutorial.mov" length="7416531" type="video/quicktime" />
		</item>
	</channel>
</rss>

