<?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>The definitive collection of scripts and plugins for Adobe After Effects</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:48:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Lloyd Alvarez</title>
		<link>http://aescripts.com/fit2frame/comment-page-1/#comment-98936</link>
		<dc:creator>Lloyd Alvarez</dc:creator>
		<pubDate>Sat, 03 Sep 2011 11:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://aescripts.com/2005/08/30/fit2frame/#comment-98936</guid>
		<description>Select the layers you would like to fit to the comp and run the script.</description>
		<content:encoded><![CDATA[<p>Select the layers you would like to fit to the comp and run the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorie</title>
		<link>http://aescripts.com/fit2frame/comment-page-1/#comment-98917</link>
		<dc:creator>Dorie</dc:creator>
		<pubDate>Sat, 03 Sep 2011 07:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://aescripts.com/2005/08/30/fit2frame/#comment-98917</guid>
		<description>how am i supposed to apply this?</description>
		<content:encoded><![CDATA[<p>how am i supposed to apply this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd Alvarez</title>
		<link>http://aescripts.com/fit2frame/comment-page-1/#comment-44738</link>
		<dc:creator>Lloyd Alvarez</dc:creator>
		<pubDate>Mon, 15 Nov 2010 18:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://aescripts.com/2005/08/30/fit2frame/#comment-44738</guid>
		<description>Yes to all.  As a bonus I added Fit2Frame-BatchComps to the Fit2Frame download.  Allows you to batch fit layers for many comps at once.</description>
		<content:encoded><![CDATA[<p>Yes to all.  As a bonus I added Fit2Frame-BatchComps to the Fit2Frame download.  Allows you to batch fit layers for many comps at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://aescripts.com/fit2frame/comment-page-1/#comment-44031</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 11 Nov 2010 19:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://aescripts.com/2005/08/30/fit2frame/#comment-44031</guid>
		<description>Do your following scripts work in CS5?

Audio2Markers
PhotoOrientationFixer
Fit2Frame

Thanks.</description>
		<content:encoded><![CDATA[<p>Do your following scripts work in CS5?</p>
<p>Audio2Markers<br />
PhotoOrientationFixer<br />
Fit2Frame</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Pribilinskij</title>
		<link>http://aescripts.com/fit2frame/comment-page-1/#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-page-1/#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-page-1/#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>

