<?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: Fit2Frame</title>
	<atom:link href="http://aescripts.com/fit2frame/feed/" rel="self" type="application/rss+xml" />
	<link>http://aescripts.com/fit2frame/</link>
	<description>A useful collection of scripts for Adobe After Effects</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Steven Pribilinskij</title>
		<link>http://aescripts.com/fit2frame/#comment-34253</link>
		<dc:creator>Steven Pribilinskij</dc:creator>
		<pubDate>Sun, 30 May 2010 20:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://aescripts.com/2005/08/30/fit2frame/#comment-34253</guid>
		<description>The script works incorrectly when Pixel Aspect Ratio is not Square
It can be visible when Aspect Ratio of the Image and the Comp is near same.
Here is the mistake:
	var myLayerAspectRatio = (myWidth/myHeight);
	var myCompAspectRatio = (myComp.width/myComp.height);
it should be
	var myLayerAspectRatio = (myWidth*myLayer.source.pixelAspect/myHeight);
	var myCompAspectRatio = (myComp.width*myComp.pixelAspect/myComp.height);</description>
		<content:encoded><![CDATA[<p>The script works incorrectly when Pixel Aspect Ratio is not Square<br />
It can be visible when Aspect Ratio of the Image and the Comp is near same.<br />
Here is the mistake:<br />
	var myLayerAspectRatio = (myWidth/myHeight);<br />
	var myCompAspectRatio = (myComp.width/myComp.height);<br />
it should be<br />
	var myLayerAspectRatio = (myWidth*myLayer.source.pixelAspect/myHeight);<br />
	var myCompAspectRatio = (myComp.width*myComp.pixelAspect/myComp.height);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd Alvarez</title>
		<link>http://aescripts.com/fit2frame/#comment-30913</link>
		<dc:creator>Lloyd Alvarez</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://aescripts.com/2005/08/30/fit2frame/#comment-30913</guid>
		<description>Are your layers rotated?  Otherwise, wouldn&#039;t Layer-&gt;Transform-&gt;Fit to Comp do the trick?
If you have to deal with rotated images it&#039;s very simple to modify the script to do fit to comp just let me know and i&#039;ll modify it for you.</description>
		<content:encoded><![CDATA[<p>Are your layers rotated?  Otherwise, wouldn&#8217;t Layer->Transform->Fit to Comp do the trick?<br />
If you have to deal with rotated images it&#8217;s very simple to modify the script to do fit to comp just let me know and i&#8217;ll modify it for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yankee</title>
		<link>http://aescripts.com/fit2frame/#comment-30911</link>
		<dc:creator>Yankee</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://aescripts.com/2005/08/30/fit2frame/#comment-30911</guid>
		<description>I&#039;m wondering if there is a way to get an image to fill the screen and be the comp size. As of now it has the option of either letter box (e.g. will make a portrait pictures height match the frame but the width will be cropped smaller) or crop (which will make the width fit but the height will still be out of the frame) for example I need to make all the layers the same size for a wall effect animation.

Either way this script saved me a lot of time.

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering if there is a way to get an image to fill the screen and be the comp size. As of now it has the option of either letter box (e.g. will make a portrait pictures height match the frame but the width will be cropped smaller) or crop (which will make the width fit but the height will still be out of the frame) for example I need to make all the layers the same size for a wall effect animation.</p>
<p>Either way this script saved me a lot of time.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
