<?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: Which do like better&#8230;?</title>
	<atom:link href="http://habitablezone.com/2016/07/31/which-do-like-better/feed/" rel="self" type="application/rss+xml" />
	<link>https://habitablezone.com/2016/07/31/which-do-like-better/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Apr 2026 02:11:35 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: RL</title>
		<link>https://habitablezone.com/2016/07/31/which-do-like-better/#comment-37115</link>
		<dc:creator>RL</dc:creator>
		<pubDate>Tue, 02 Aug 2016 04:00:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.habitablezone.com/?p=58915#comment-37115</guid>
		<description>Ha! You are right!</description>
		<content:encoded><![CDATA[<p>Ha! You are right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ER</title>
		<link>https://habitablezone.com/2016/07/31/which-do-like-better/#comment-37110</link>
		<dc:creator>ER</dc:creator>
		<pubDate>Mon, 01 Aug 2016 23:46:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.habitablezone.com/?p=58915#comment-37110</guid>
		<description>You&#039;ve morphed Michelle Bachmann to...Florida Governor Rick Scott!</description>
		<content:encoded><![CDATA[<p>You&#8217;ve morphed Michelle Bachmann to&#8230;Florida Governor Rick Scott!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RL</title>
		<link>https://habitablezone.com/2016/07/31/which-do-like-better/#comment-37106</link>
		<dc:creator>RL</dc:creator>
		<pubDate>Mon, 01 Aug 2016 23:00:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.habitablezone.com/?p=58915#comment-37106</guid>
		<description>From the last election cycle:
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/udFc2N4c09U&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</description>
		<content:encoded><![CDATA[<p>From the last election cycle:<br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/udFc2N4c09U" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RL</title>
		<link>https://habitablezone.com/2016/07/31/which-do-like-better/#comment-37105</link>
		<dc:creator>RL</dc:creator>
		<pubDate>Mon, 01 Aug 2016 21:54:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.habitablezone.com/?p=58915#comment-37105</guid>
		<description>You can learn about it &lt;a href=&quot;http://www.fantamorph.com/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here: &lt;/a&gt;
http://www.fantamorph.com/index.html

</description>
		<content:encoded><![CDATA[<p>You can learn about it <a href="http://www.fantamorph.com/index.html" target="_blank" rel="nofollow">here: </a><br />
<a href="http://www.fantamorph.com/index.html" rel="nofollow">http://www.fantamorph.com/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ER</title>
		<link>https://habitablezone.com/2016/07/31/which-do-like-better/#comment-37101</link>
		<dc:creator>ER</dc:creator>
		<pubDate>Mon, 01 Aug 2016 04:43:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.habitablezone.com/?p=58915#comment-37101</guid>
		<description>I presume you have canned routines that can do that for you, routines for which you can provide some control by varying numerical parameters, or twisting GUI buttons and sliders that vary those parameters for you.

But you apparently do not have the ability to operate down at the pixel level for direct manipulations, like making filters, convolutions and resamplings.  (I want to insert THIS value directly into THAT pixel.)

For example, if Kirktrump is an image of L lines and S samples, where any one pixel can be identified as Kirktrump (LINE, SAMPLE), the mirror reflection Trumpkirk can be created by the following pseudocode:

&lt;strong&gt;DO LINE = 1,L  
      DO SAMPLE = 1,S

       FROMPIXL = S - SAMPLE + 1
       Trumpkirk (LINE,SAMPLE) = Kirktrump (LINE, FROMPIXL)

ENDDO
&lt;/strong&gt;
The variable duple (LINE,FROMPIXL) is the sample location in the input image from where the pixel is copied for insertion into the location (LINE,SAMPLE) in the output image. Since this algorithm describes a &quot;mirror&quot; effect, the sample locations in each line are swapped, but the line numbers are not.  If you swap lines AND samples its called a &quot;flip&quot;.</description>
		<content:encoded><![CDATA[<p>I presume you have canned routines that can do that for you, routines for which you can provide some control by varying numerical parameters, or twisting GUI buttons and sliders that vary those parameters for you.</p>
<p>But you apparently do not have the ability to operate down at the pixel level for direct manipulations, like making filters, convolutions and resamplings.  (I want to insert THIS value directly into THAT pixel.)</p>
<p>For example, if Kirktrump is an image of L lines and S samples, where any one pixel can be identified as Kirktrump (LINE, SAMPLE), the mirror reflection Trumpkirk can be created by the following pseudocode:</p>
<p><strong>DO LINE = 1,L<br />
      DO SAMPLE = 1,S</p>
<p>       FROMPIXL = S &#8211; SAMPLE + 1<br />
       Trumpkirk (LINE,SAMPLE) = Kirktrump (LINE, FROMPIXL)</p>
<p>ENDDO<br />
</strong><br />
The variable duple (LINE,FROMPIXL) is the sample location in the input image from where the pixel is copied for insertion into the location (LINE,SAMPLE) in the output image. Since this algorithm describes a &#8220;mirror&#8221; effect, the sample locations in each line are swapped, but the line numbers are not.  If you swap lines AND samples its called a &#8220;flip&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RL</title>
		<link>https://habitablezone.com/2016/07/31/which-do-like-better/#comment-37087</link>
		<dc:creator>RL</dc:creator>
		<pubDate>Sun, 31 Jul 2016 21:08:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.habitablezone.com/?p=58915#comment-37087</guid>
		<description>How&#039;s this?
http://i1024.photobucket.com/albums/y307/arrellbytes/TRUMPKHAN%20WITH%20TURN3_zpswxlvxejj.gif
&lt;img src=&quot;http://i1024.photobucket.com/albums/y307/arrellbytes/TRUMPKHAN%20WITH%20TURN3_zpswxlvxejj.gif&quot; alt=&quot;&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>How&#8217;s this?<br />
<a href="http://i1024.photobucket.com/albums/y307/arrellbytes/TRUMPKHAN%20WITH%20TURN3_zpswxlvxejj.gif" rel="nofollow">http://i1024.photobucket.com/albums/y307/arrellbytes/TRUMPKHAN%20WITH%20TURN3_zpswxlvxejj.gif</a><br />
<img src="http://i1024.photobucket.com/albums/y307/arrellbytes/TRUMPKHAN%20WITH%20TURN3_zpswxlvxejj.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ER</title>
		<link>https://habitablezone.com/2016/07/31/which-do-like-better/#comment-37086</link>
		<dc:creator>ER</dc:creator>
		<pubDate>Sun, 31 Jul 2016 20:50:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.habitablezone.com/?p=58915#comment-37086</guid>
		<description>Take one of the animations, and do a sample reflection, that is, write out the samples in reverse order, but leave the
lines the same.  Then place the two side by side, with a sharp line between the two so it looks like Kirk/Trump is doing his transformation in front of a mirror.  At first, the fact that there are two separate animations may not be noticeable because they are so similar, but after a few viewings, the subtle differences will start to become apparent and it should give a really jarring and creepy effect.</description>
		<content:encoded><![CDATA[<p>Take one of the animations, and do a sample reflection, that is, write out the samples in reverse order, but leave the<br />
lines the same.  Then place the two side by side, with a sharp line between the two so it looks like Kirk/Trump is doing his transformation in front of a mirror.  At first, the fact that there are two separate animations may not be noticeable because they are so similar, but after a few viewings, the subtle differences will start to become apparent and it should give a really jarring and creepy effect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
