<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=MaskTools%2FFitPlane</id>
	<title>MaskTools/FitPlane - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=MaskTools%2FFitPlane"/>
	<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=MaskTools/FitPlane&amp;action=history"/>
	<updated>2026-08-24T16:28:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://www.avisynth.nl/index.php?title=MaskTools/FitPlane&amp;diff=167&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=MaskTools/FitPlane&amp;diff=167&amp;oldid=prev"/>
		<updated>2013-05-09T15:01:59Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:01, 9 May 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://www.avisynth.nl/index.php?title=MaskTools/FitPlane&amp;diff=166&amp;oldid=prev</id>
		<title>91.140.23.173: New page: {{FilterCat|External_filters|Other_filters|Support_filters}}  {{FuncDef|FitPlane (clip[, string &quot;resizer&quot;])}}  &#039;&#039;&#039;Plugin&#039;&#039;&#039;: MaskTools  FitPlane has the following incarnations (note th...</title>
		<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=MaskTools/FitPlane&amp;diff=166&amp;oldid=prev"/>
		<updated>2008-02-28T17:00:10Z</updated>

		<summary type="html">&lt;p&gt;New page: {{FilterCat|External_filters|Other_filters|Support_filters}}  {{FuncDef|FitPlane (clip[, string &amp;quot;resizer&amp;quot;])}}  &amp;#039;&amp;#039;&amp;#039;Plugin&amp;#039;&amp;#039;&amp;#039;: &lt;a href=&quot;/index.php/MaskTools&quot; title=&quot;MaskTools&quot;&gt;MaskTools&lt;/a&gt;  FitPlane has the following incarnations (note th...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FilterCat|External_filters|Other_filters|Support_filters}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDef|FitPlane (clip[, string &amp;quot;resizer&amp;quot;])}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Plugin&amp;#039;&amp;#039;&amp;#039;: [[MaskTools]]&lt;br /&gt;
&lt;br /&gt;
FitPlane has the following incarnations (note that you &amp;#039;&amp;#039;cannot&amp;#039;&amp;#039; call it directly; only through the specific filters below):&lt;br /&gt;
* luma to chroma: {{FuncDef|FitY2U}}, {{FuncDef|FitY2V}}, {{FuncDef|FitY2UV}}&lt;br /&gt;
* chroma to luma: {{FuncDef|FitU2Y}}, {{FuncDef|FitV2Y}}&lt;br /&gt;
* chroma to chroma: {{FuncDef|FitU2V}}, {{FuncDef|FitV2U}}&lt;br /&gt;
&lt;br /&gt;
You can by this mean propagate a mask created on a particular plane to another plane.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;resizer&amp;lt;/tt&amp;gt; optional parameter selects for the first five versions (luma-to-chroma and chroma-to-luma) the resizer that will be used internally by the filter to map the planes. The acceptable values are:&lt;br /&gt;
&lt;br /&gt;
* Ommited (Default): Uses the appropriate for the operation internal MaskTools&amp;#039; [[SSE]]/[[MMX]] resizer. &lt;br /&gt;
* &amp;quot;bilinear&amp;quot;: Uses AviSynth&amp;#039;s [[BilinearResize]] resizer.&lt;br /&gt;
* &amp;quot;reduce&amp;quot;: Uses AviSynth&amp;#039;s [[ReduceBy2]] filter. If such an operation cannot be performed due to the relative sizes of the planes, it will be silently changed to &amp;quot;bilinear&amp;quot; by FilterPlane.&lt;br /&gt;
* &amp;quot;bicubic&amp;quot;: Uses AviSynth&amp;#039;s [[BicubicResize]] resizer.&lt;br /&gt;
* &amp;quot;lanczos&amp;quot;: Uses AviSynth&amp;#039;s [[LanczosResize]] resizer.&lt;br /&gt;
* &amp;quot;point&amp;quot;: Uses AviSynth&amp;#039;s [[PointResize]] resizer.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; chroma-to-chroma plane operations do &amp;#039;&amp;#039;not&amp;#039;&amp;#039; support the use of the &amp;lt;tt&amp;gt;resizer&amp;lt;/tt&amp;gt; parameter. They always use the internal MaskTools&amp;#039; resizer.&lt;br /&gt;
----&lt;br /&gt;
Back to [[MaskTools]].&lt;/div&gt;</summary>
		<author><name>91.140.23.173</name></author>
	</entry>
</feed>