<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Scaling UIImages without losing orientation</title>
	<atom:link href="http://blog.mealstrom.com/2009/05/scaling-uiimages-without-losing-orientation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mealstrom.com/2009/05/scaling-uiimages-without-losing-orientation/</link>
	<description>The Mealstrom blog</description>
	<lastBuildDate>Sun, 04 Apr 2010 01:18:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rach</title>
		<link>http://blog.mealstrom.com/2009/05/scaling-uiimages-without-losing-orientation/comment-page-1/#comment-168</link>
		<dc:creator>rach</dc:creator>
		<pubDate>Fri, 26 Mar 2010 11:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mealstrom.com/?p=97#comment-168</guid>
		<description>Hi,

This is good tutorial. I am looking to do scaling in UIWebView which subview of View.
I have treid to do using CGAffineTransfomScale function to scale down WebView content but I didn&#039;t get scaled in WebView content but it scaled WebView Frame.
I am looking to scale down 480x270 window WebView content into 120x90 size.

Do you have any idea about this?
Please suggest me.

Thanks,
rach</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is good tutorial. I am looking to do scaling in UIWebView which subview of View.<br />
I have treid to do using CGAffineTransfomScale function to scale down WebView content but I didn&#8217;t get scaled in WebView content but it scaled WebView Frame.<br />
I am looking to scale down 480&#215;270 window WebView content into 120&#215;90 size.</p>
<p>Do you have any idea about this?<br />
Please suggest me.</p>
<p>Thanks,<br />
rach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loopzer</title>
		<link>http://blog.mealstrom.com/2009/05/scaling-uiimages-without-losing-orientation/comment-page-1/#comment-69</link>
		<dc:creator>loopzer</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mealstrom.com/?p=97#comment-69</guid>
		<description>I have been searching for sites related to this. Glad I found you. Thanks</description>
		<content:encoded><![CDATA[<p>I have been searching for sites related to this. Glad I found you. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bisbo</title>
		<link>http://blog.mealstrom.com/2009/05/scaling-uiimages-without-losing-orientation/comment-page-1/#comment-65</link>
		<dc:creator>Bisbo</dc:creator>
		<pubDate>Fri, 06 Nov 2009 10:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mealstrom.com/?p=97#comment-65</guid>
		<description>This is a great little function and I use it all the time! A quick note however, it contains a slight little bug. Depending on the height of the input image, you may end up with a slight 1px white line on top of the image. This is due to rounding and the fix would be a simple floor():

bounds.size.height = floor(bounds.size.width / ratio);</description>
		<content:encoded><![CDATA[<p>This is a great little function and I use it all the time! A quick note however, it contains a slight little bug. Depending on the height of the input image, you may end up with a slight 1px white line on top of the image. This is due to rounding and the fix would be a simple floor():</p>
<p>bounds.size.height = floor(bounds.size.width / ratio);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Resize a UIImage the right way &#8212; Trevor&#8217;s Bike Shed</title>
		<link>http://blog.mealstrom.com/2009/05/scaling-uiimages-without-losing-orientation/comment-page-1/#comment-64</link>
		<dc:creator>Resize a UIImage the right way &#8212; Trevor&#8217;s Bike Shed</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mealstrom.com/?p=97#comment-64</guid>
		<description>[...] Scaling UIImages without losing orientation [...]</description>
		<content:encoded><![CDATA[<p>[...] Scaling UIImages without losing orientation [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

