<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Illyism</title>
	<atom:link href="http://blog.illyism.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.illyism.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Feb 2010 15:04:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML5 Video Subtitles Experiment</title>
		<link>http://blog.illyism.com/2010/02/html5-video-subtitles-experiment/</link>
		<comments>http://blog.illyism.com/2010/02/html5-video-subtitles-experiment/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 17:52:10 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[subtitles]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=121</guid>
		<description><![CDATA[Well, isn&#8217;t this pretty awesome? This little lab experiment enables you to place .srt subtitles in your video. You just have to link to them with ajax and it will get the correct captions and place them in an array. Every time the video tag sends the ontimeupdate event, it checks if there is a [...]]]></description>
			<content:encoded><![CDATA[<p>Well, isn&#8217;t <a href="http://illyism.com/labs/videosubs.htm">this</a> pretty awesome? This little lab experiment enables you to place <abbr title="SubRip Format">.srt</abbr> subtitles in your video.<span id="more-121"></span> You just have to link to them with ajax and it will get the correct captions and place them in an array. Every time the video tag sends the ontimeupdate event, it checks if there is a subtitle line available for that time and places it in the video.</p>
<p>Here&#8217;s an iframe for you:<br />
<iframe width="550" height="600" src="http://illyism.com/labs/videosubs.htm"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2010/02/html5-video-subtitles-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr Puzzle</title>
		<link>http://blog.illyism.com/2010/02/flickr-puzzle/</link>
		<comments>http://blog.illyism.com/2010/02/flickr-puzzle/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 21:01:05 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[flickr puzzle jigsaw images image game games panda pandas random randomness]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/2010/02/flickr-puzzle/</guid>
		<description><![CDATA[Just released this fun game for Flickr, the Flickr Puzzle. It uses the canvas 5 html element to create a jigsaw puzzle out of a random image from Flickr. I already made it into a Google Chrome Extension too!
Play a jigsaw puzzle in your popup with a random image collected from the image sharing site [...]]]></description>
			<content:encoded><![CDATA[<p>Just released this fun game for Flickr, the <a href="http://illyism.com/flickr/">Flickr Puzzle</a>. It uses the canvas 5 html element to create a jigsaw puzzle out of a random image from Flickr. I already made it into a <a href="https://chrome.google.com/extensions/detail/eofclhgoplclkhhfhhheoknoodjlpjhb">Google Chrome Extension</a> too!<span id="more-118"></span></p>
<p>Play a jigsaw puzzle in your popup with a random image collected from the image sharing site Flickr. The images will be always safe, thanks to the Flickr pandas. Every time you close and reopen your popup, you will get a new image set. From there you can select one of the 5 images to make into a jigsaw puzzle. This is done with the new and amazing HTML5 canvas element.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2010/02/flickr-puzzle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PasteBox</title>
		<link>http://blog.illyism.com/2010/01/pastebox/</link>
		<comments>http://blog.illyism.com/2010/01/pastebox/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:03:15 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[link exchange]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[pastebin]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=108</guid>
		<description><![CDATA[ PasteBox allows you to quickly copy and paste text or code into your popup box and keep it there for future usage. You can change or delete the saved text. 
Double-click on the text to see where the data is privately and securely saved. You can, of course copy and paste that link to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Extension" src="https://chrome.google.com/extensions/img/oiakfaefncecillngpnkioechhlpfeco/1264258020.84/screenshot/1" alt="" width="200" /> PasteBox allows you to quickly copy and paste text or code into your popup box and keep it there for future usage. You can change or delete the saved text.<span id="more-108"></span> </p>
<p>Double-click on the text to see where the data is privately and securely saved. You can, of course copy and paste that link to show people your text via any messaging service.</p>
<p>The extension is very light and fast, it will load and save your pastes immediately without any delay.</p>
<p><a title="Google Chrome Extensions" href="http://chrome.google.com/extensions/detail/oiakfaefncecillngpnkioechhlpfeco/" target="_blank">Get it from the Gallery</a><br />
<a title="SVN Source Code" href="http://svn.illyism.com/addons/pastebox/" target="_blank">Source Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2010/01/pastebox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome: Chess</title>
		<link>http://blog.illyism.com/2010/01/google-chrome-chess/</link>
		<comments>http://blog.illyism.com/2010/01/google-chrome-chess/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 20:25:34 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Chess]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=91</guid>
		<description><![CDATA[ Chess is a board game that you can play against the computer and directly in your popup.

You can change the piece that a pawn becomes when it reaches the other side, and the computer&#8217;s difficulty level. You can also set the buttons for Undo/Swap in the options. By default:
U: Undo,
S: Swap,
S: Save game,
L: Load [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Chess" src="https://chrome.google.com/extensions/img/ooghopldifplaecmkbmpiifnblnipnhg/1262981877.9/screenshot/1" alt="" width="253" height="238" /> Chess is a board game that you can play against the computer and directly in your popup.<br />
<span id="more-91"></span></p>
<p>You can change the piece that a pawn becomes when it reaches the other side, and the computer&#8217;s difficulty level. You can also set the buttons for Undo/Swap in the options. By default:<br />
U: Undo,<br />
S: Swap,<br />
S: Save game,<br />
L: Load game.</p>
<p><strong>Update 1.0.1:</strong></p>
<ul>
<li>Fixed bug with linux</li>
</ul>
<p><strong>update 1.0.2:</strong></p>
<ul>
<li>Added the feature to load/save the game. L loads, S saves.</li>
<li>Added a notification of stalemate/checkmate.</li>
</ul>
<p><strong>update 1.1.5:</strong></p>
<ul>
<li>Option to change chess icons.</li>
<li>Option to change background and tile colour.</li>
<li>Bug fixes.</li>
</ul>
<p><a title="Google Chrome Extensions" href="http://chrome.google.com/extensions/detail/ooghopldifplaecmkbmpiifnblnipnhg/" target="_blank">Get it from the Gallery</a><br />
<a title="SVN Source Code" href="http://svn.illyism.com/addons/chess/" target="_blank">Source Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2010/01/google-chrome-chess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rainfall Radar</title>
		<link>http://blog.illyism.com/2010/01/rainfall-radar/</link>
		<comments>http://blog.illyism.com/2010/01/rainfall-radar/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 15:53:20 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[radar]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[rainfall]]></category>
		<category><![CDATA[Rainfall Radar]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=84</guid>
		<description><![CDATA[ I recently switched to Google Chrome from Firefox, and made an useful extension that displays the rainfall in and around Belgium and the Netherlands.
With this extension you can see the rainfall in and around Belgium. The rainfall will be indicated by clouds on a map. You can zoom into the Netherlands or Belgium. The [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignright" title="Rainfall Radar" src="https://chrome.google.com/extensions/img/pkamgiokmihkbnkdigljloflkepadbbo/1262533851.2/screenshot_big/1" alt="Rainfall Radar" width="303" height="296" /> I recently switched to Google Chrome from Firefox, and made an useful extension that displays the rainfall in and around Belgium and the Netherlands.<span id="more-84"></span></p>
<p>With this extension you can see the rainfall in and around Belgium. The rainfall will be indicated by clouds on a map. You can zoom into the Netherlands or Belgium. The feed will be updated whenever you open the popup.</p>
<p style="text-align: left;"><a title="Google Chrome Extensions Gallery" href="https://chrome.google.com/extensions/detail/pkamgiokmihkbnkdigljloflkepadbbo" target="_blank">Get it from the Gallery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2010/01/rainfall-radar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create HTML script for Photoshop</title>
		<link>http://blog.illyism.com/2009/12/create-html-script-for-photoshop/</link>
		<comments>http://blog.illyism.com/2009/12/create-html-script-for-photoshop/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:38:57 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=75</guid>
		<description><![CDATA[Here is a small script for Photoshop that can be used to create a HTML page from a photoshop file. It will trim the whitespace around an object and save it as png image. It will then make a HTML file containing text and the images.

You can get it from SVN.
]]></description>
			<content:encoded><![CDATA[<p>Here is a small script for Photoshop that can be used to create a HTML page from a photoshop file. It will trim the whitespace around an object and save it as png image. It will then make a HTML file containing text and the images.<br />
<span id="more-75"></span></p>
<p>You can get it from <a href="http://svn.illyism.com/scripts/Create%20HTML.js">SVN</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2009/12/create-html-script-for-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgets and Gadgets</title>
		<link>http://blog.illyism.com/2009/12/widgets-and-gadgets/</link>
		<comments>http://blog.illyism.com/2009/12/widgets-and-gadgets/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:00:13 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[google desktop]]></category>
		<category><![CDATA[konfabular]]></category>
		<category><![CDATA[wikhiow]]></category>
		<category><![CDATA[windows sidebar]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yahoo widget]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=68</guid>
		<description><![CDATA[Lately I&#8217;ve become interested in the development of widgets and gadgets, after making my first firefox addon ever I decided to try and see how widgets work. So, I downloaded and installed the Konfabulator SDK and started looking at source code.
That worked well and with the knowledge learned I created the wikiHow Search Widget. This [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve become interested in the development of widgets and gadgets<span id="more-68"></span>, after making my <a title="Enhanced wikiHow Toolbar" href="http://blog.illyism.com/2009/12/enhanced-wikihow-toolbar-wikihow-plus/" target="_blank">first firefox addon</a> ever I decided to try and see how widgets work. So, I downloaded and installed the Konfabulator SDK and started looking at source code.</p>
<p>That worked well and with the knowledge learned I created the <a title="Yahoo! Widget Gallery" href="http://widgets.yahoo.com/widgets/wikihow-search" target="_blank">wikiHow Search Widget</a>. This was easy and fun to do. After some weeks, I thought how cool it would be to create a widget for imgur.com, I went and did <a title="ImgurUpload Widget" href="http://blog.illyism.com/2009/12/imgurupload-widget/" target="_blank">that</a>. That turned out pretty well.</p>
<p>After creating three widgets I started to expand and tried to develop something for another desktop dashboard. Since I have Windows 7, it came installed with Windows Sidebar. Developing on that is quite hard, it&#8217;s a lot messier to debug. I picked a simple task and created <a title="Windows Live Gallery" href="http://gallery.live.com/LiveItemDetail.aspx?li=a24a5981-7e4b-48e2-b9e7-5b521256a92a" target="_blank">something</a> for wikiHow editors again.</p>
<p>I also tried to work with Google Desktop, it&#8217;s better than Windows Sidebar, but I still prefer Konfabulator.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2009/12/widgets-and-gadgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enhanced wikiHow Toolbar &#8211; wikiHow Plus</title>
		<link>http://blog.illyism.com/2009/12/enhanced-wikihow-toolbar-wikihow-plus/</link>
		<comments>http://blog.illyism.com/2009/12/enhanced-wikihow-toolbar-wikihow-plus/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 15:38:44 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[wikiHow]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=48</guid>
		<description><![CDATA[WikiHow Plus is a Firefox extension that gives power editors a few extra tools to track and improve wikiHow. Along with an enhanced toolbar it provides scripts to improve your experience on wikiHow.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://pad3.wikihow.com/images/1/10/Actual_wikiHow_Toolbar_308.png" alt="" width="500" /></p>
<blockquote><p>The wikiHow Editor&#8217;s Toolbar is a Firefox extension that gives power editors a few extra tools to track and improve wikiHow. wikiHow has had a toolbar for quite some time, but now <a title="User:Illyism" href="http://www.wikihow.com/User:Illyism">Illyism</a> has created an entirely new toolbar, based off the coding of the old toolbar. This is an unofficial toolbar, meaning that it was not created by a paid wikiHow staff member, although a number of people, including paid staff members, are now using this great tool.</p></blockquote>
<p><span id="more-48"></span></p>
<p><span style="font-weight: bold;">New Features for the toolbar:</span></p>
<ul>
<li><span style="font-weight: bold;">Toolbar customization</span>: With this new version, you can now customize the toolbar like you want to. Delete a few buttons, add some and rearrange them.</li>
<li><span style="font-weight: bold;">Changes to icons</span>: Some icons now have opacity instead of a white background to support other firefox skins. Some icons are completely replaced by newer versions.The Unpatrolled Edits-icons are changed, as are the search icons.</li>
<li><span style="font-weight: bold;">Advanced search</span>:You can now choose precisely what you want to search for with advanced search. You can look for templates, images, videos, users and more.</li>
<li><span style="font-weight: bold;">Support for languages</span>:There is now support for languages, allowing for more languages than English.</li>
<li><span style="font-weight: bold;">RSS feed bar</span>:You can now quickly see and navigate to featured articles.</li>
<li><span style="font-weight: bold;">Quick Links</span>:This new button allows you to quickly check on wikiHow Policies, and it also displays links to the ANB, IRC and the forums.</li>
<li><span style="font-weight: bold;">Custom Sound</span>: This allows you to change the sound for the featured article patrol warning. Only WAV files are currently supported.</li>
<li><span style="font-weight: bold;">Online indicator</span>: This new button allows you to see your total amount of edits, and it also checks if you&#8217;re logged in. It even gives you several links.</li>
<li><span style="font-weight: bold;">NAB Count</span>: Two buttons that allow you to see the total count of New Articles that are awaiting to be boosted and the total articles you boosted in a specific time.</li>
<li><span style="font-weight: bold;">News</span>: A button that replaces the wikiHow logo. Which can be changed for events and news.</li>
</ul>
<ul>
<li> Option to load url in same page or in new tab</li>
<li> Option to open in new tab or not</li>
<li>Added Stats panel when right-clicking on news button</li>
</ul>
<p><span style="font-weight: bold;">wikiHow Plus Improvements: </span></p>
<ul>
<li><span style="font-weight: bold;">Scripted site improvements</span>: You will see some changes to NAB. It now shows when the article is written, and the amount of revisions. Buttons to quickly deal with copyright violations and quick-post templates. It also adds some minor improvements scattered around the site.</li>
</ul>
<p style="text-align: center;"><span style="font-size: 18px; line-height: normal;"><a class="postlink" href="http://addons.illyism.com/wikiHow-Plus/index.php?action=download" target="_blank">Get wikiHow Plus</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2009/12/enhanced-wikihow-toolbar-wikihow-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImgurUpload Widget</title>
		<link>http://blog.illyism.com/2009/12/imgurupload-widget/</link>
		<comments>http://blog.illyism.com/2009/12/imgurupload-widget/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 15:24:02 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[imgur]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=44</guid>
		<description><![CDATA[ImgurUpload Widget is finished, A simple image uploader for imgur, the simple image sharer. Just drag and drop your image into it to upload it and share the image.]]></description>
			<content:encoded><![CDATA[<p>Imgur is a simple image sharer with an excellent API. I developed a Yahoo! Widget for it. It allows you to quickly drag-and-drop an image into the widget and you&#8217;ll get an image link as result. You can share the fast and easy by using the widget.</p>
<p>You can get the latest development version on <a href="http://svn.illyism.com/addons/imgur/imgurUpload.widget">SVN</a> or wait for Yahoo! to confirm it for the gallery.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2009/12/imgurupload-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making 3D Images in Photoshop</title>
		<link>http://blog.illyism.com/2009/12/making-3d-images-in-photoshop/</link>
		<comments>http://blog.illyism.com/2009/12/making-3d-images-in-photoshop/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 14:21:17 +0000</pubDate>
		<dc:creator>Ilias Ismanalijev</dc:creator>
				<category><![CDATA[wikiHow]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blog.illyism.com/?p=25</guid>
		<description><![CDATA[The art of producing 3D images is an evolving process for any artist. There are many different kinds of software you can use, and some of those programs are free. If you have Photoshop, however, you can use that to make 3D images as well. This article will show you how to make anaglyph images, which are the kind that can be viewed with 3D glasses.]]></description>
			<content:encoded><![CDATA[<p><strong><em>from <a href="http://www.wikihow.com/Main-Page">wikiHow &#8211; The How to Manual That You Can Edit</a></em></strong><br />
<strong><em>author <a href="http://www.wikihow.com/user:illyism">Ilias Ismanalijev</a></em></strong></p>
<p>The art of producing 3D images is an evolving process for any artist. There are many different kinds of software you can use, and some of those programs are free. If you have Photoshop, however, you can use that to make 3D images as well. This article will show you how to make anaglyph images, which are the kind that can be viewed with 3D glasses.</p>
<p><span id="more-25"></span></p>
<p><a name="Steps"></a></p>
<h2>1  Steps</h2>
<ol>
<li> <strong>Take photos.</strong> Follow the guidelines in <span class="mw-redirect">How to Take Photos for 3D</span>. If your pictures are digital, just open them up in the software. If your pictures are hardcopies, transfer them to a computer using a scanner, or drop them off at a photo developing store and ask for digital files (any file type will work).
<ul>
<li>After downloading the images into your computer, you will probably want to rename them to more easily recognize them when bringing them into Photoshop. Develop a naming scheme for your workflow, and stick with it. The form or naming scheme you choose is unimportant, so long as you develop a consistent style that works for you. Left camera eye image file names should contain the letter &#8220;L&#8221;, and right eye image file names should similarly carry an &#8220;R&#8221;.</li>
</ul>
</li>
<li> <strong>Get a 3D viewer.</strong> As you&#8217;re going along, you&#8217;ll want to be able to see the images in 3D to see how they&#8217;re coming along. You can buy or make 3D glasses, or use a program like PokeScope®&#8217;s 3D viewer.</li>
<li> <strong>Create template files</strong> that you can use over and over whenever you want to create a new 3D image. This will make the process more efficient. You can make your own templates or use these:
<ul>
<li> Click <a class="external text" title="http://3ddigitalphoto.com/images%5C3dtwoimagetemplate.psd" rel="nofollow" href="http://3ddigitalphoto.com/images%5C3dtwoimagetemplate.psd">here</a> to download a two-image template for processing the left &amp; right 3D images.</li>
<li> Click <a class="external text" title="http://3ddigitalphoto.com/images%5C3dsingleimagetemplate.psd" rel="nofollow" href="http://3ddigitalphoto.com/images%5C3dsingleimagetemplate.psd">here</a> to download a single-image template to transfer and save the individual left and right images, once produced.</li>
</ul>
</li>
</ol>
<p><a name="Processing_the_Images"></a> 1.1  Processing the Images<br />
You don&#8217;t have to do this section. If you are confident enough in your skills, you should be able to create the anaglyph image correctly without these steps.<br />
-&gt; <a class="mw-redirect" title="Make 3D Images" href="/Make-3D-Images#Making_Anaglyph_Images">Go to the Anaglyph Section</a></p>
<ol>
<li> <strong>Prepare your Workspace</strong>
<ol>
<li> <strong>Make sure that the Layers palette and Tools are open</strong>. If you don&#8217;t see it there, click above on <em>Window, Show Tools</em>. You&#8217;ll also need the Layers palette. If it&#8217;s not open, click on <em>Window, Show Layers</em>(F7), and move it to your preferred position.</li>
<li> <strong>Be sure that rulers are showing</strong>. You&#8217;ll need to be able to use guidelines, which means you&#8217;ll need to have rulers showing on the template. If there are not rulers at the top and left of the template, click <em>(View, Show Rulers)</em> OR (Ctrl+R).</li>
<li> <strong>Click once on the top bar of the template</strong>, then click on (View, Fit on Screen) OR {Ctrl+0}. This should enlarge the template for easier viewing, or at worst leave it at its current size.</li>
</ol>
</li>
<li> <strong>Open the template</strong>. Once in Photoshop, open <em>(File, Open)</em> OR {Ctrl+O} the two-image template&#8217;.</li>
<li> Next <strong>open the left and right files</strong> for the image you want to process.
<ul>
<li> (Note: you can open all three of these at the same time if they&#8217;re in the same folder.
<ul>
<li> Click on one, and hold down the {Ctrl} key while clicking on the others).</li>
</ul>
</li>
</ul>
</li>
<li> Drag the left image to the left side of the template. It should reproduce itself there, likewise with the right image to the right side of the template.</li>
<li> You can now <strong>close the left and right original images</strong>. Depending on the size of the images, they will take up either a small part of the template, most of it, or will considerably overextend the template.</li>
<li> <strong>Work on the adjacent part of the template</strong>. There are two main, touching, adjacent left and right areas within the guidelines of the template. It will become your task to fill these areas completely with two nearly identical images.</li>
<li> <strong>Manipulate the two images</strong> to reach to the edges or more likely overextend these areas, and then crop them to the guidelines to exactly fill these areas.</li>
<li> It&#8217;s important to <strong>understand that in working with the two (left and right) images</strong>, sometimes you need to perform a function on the two images simultaneously, and at other times you need to modify one image, leaving the other alone.
<ul>
<li> Be thankful that there&#8217;s an Undo command (Edit, Undo) OR {Ctrl+Z}, because you&#8217;ll probably need to use it frequently.</li>
<li> Each image represents a &#8220;layer&#8221;. Altogether there are three layers (one is the background, which is blank).</li>
<li> If you look in the Layer dialog box, one of the layers is always selected, and that&#8217;s the one at any given moment you&#8217;re working on.</li>
<li> Clicking on a photo does not change which photo you&#8217;re working on. Clicking on a layer in the Layers dialog box does.</li>
</ul>
</li>
<li> <strong>Link the two if you are going to perform simultaneous functions</strong>. To perform functions (i.e. resize) on the two layers (images) simultaneously (both at the same time), you&#8217;ll need to link them.</li>
<li> <strong>Unlink them for singular functions</strong>. After layers are linked, to perform functions on only one layer at a time, you&#8217;ll need to un-link them.
<ul>
<li> Suppose Layer 1 is highlighted in the Layer&#8217;s dialog box (if you first dragged the left image up, then the right, the left image is Layer 1, the right is Layer 2).</li>
<li> To link them for simultaneous modifications, check the box in Layer 2 to the right of the eye symbol. A chain symbol will appear, and now whatever you do to Layer 1 you&#8217;ll also do to Layer 2. This includes repositioning (moving) the images, resizing the images, rotating the images, etc.</li>
<li> To un-link them, so as to work on the images independently, click on the chain symbol, and it will disappear; they will be un-linked.</li>
</ul>
</li>
<li> <strong>Line up the two images</strong> so that they are positioned vertically as identically as possible. It is assumed that the image sizes of the two images are the same. If you were at the same distance from the subject in both shots, and didn&#8217;t change the zoom, the subject/s of your images should be practically the same size on the two images.
<ul>
<li> Note: macro shots often need to be first resized, but you&#8217;ll need to experiment and play with this on your own.</li>
<li> For the moment suppose that you&#8217;ll leave the left image as it is, and manipulate the right image to line up with the left one. If you&#8217;ve linked the two layers, un-link them.</li>
</ul>
</li>
<li> <strong>Look for two clear reference points</strong> (spots on each photo that can be seen clearly on both images). These two points should be well separated horizontally from each other (i.e. one toward the left side of the left image, one toward the right side of the left image).</li>
<li> <strong>Choose the pointer tool on the toolbar</strong> (top, right, looks like an arrow) and drag horizontal guidelines down to pass through these two reference points on the left image.
<ul>
<li> To drag down a guideline, place the cursor onto the top ruler, click and drag down &#8211; later you can click on a guideline, and drag it back up to the ruler to get rid of it.</li>
</ul>
</li>
<li> <strong>Select the layer of your right image</strong> on the Layers dialog box (if you don&#8217;t know which one it is, click on and drag an image and see which one moves, there&#8217;s always the undo option).</li>
<li> <strong>Select the pointer tool</strong>, and move the right image until its left reference point lines up vertically with guideline that goes through the left reference point on the left image.
<ul>
<li> You may notice a difficulty in lining them up, in that the top or bottom of the image you&#8217;re moving may &#8220;want&#8221; to keep aligned with a guideline. To stop this from happening, click on (View, Snap to Guides).</li>
<li> This is an on-off, checked or unchecked option, telling PhotoShop to grab the edges of an image onto guidelines if they&#8217;re close. Later on, when cropping the photos, it&#8217;s essential that it be turned on, but when lining things up, you generally want this option unchecked (off).</li>
</ul>
</li>
<li> <strong> Start working on your right reference points</strong>. Now that the left reference points of both images are lined up vertically, what about the right reference points? If they are perfectly lined up, great. This is where you&#8217;ll be glad if you used a tripod to take your photos. If one is higher than the other, the next step will be to rotate the right image so as to be able to get the to images to register vertically the same on the two reference points.
<ul>
<li> This is done by clicking (Edit, Transform, Rotate). By making small adjustments in rotation, and then vertically repositioning the right image, you should eventually get the two to match up on the guidelines.</li>
<li> Try using guidelines. Using guidelines is only one of a number of techniques available to line up images.</li>
<li> Another option is to bring up a grid, click on (View, Show Grid). Grid lines can be effectively used for lining up the images. Another excellent technique is to temporarily modify the Opacity of an image. In the Layers dialog box Opacity defaults to 100%. Modify it to 50% (more or less OK), and then when you drag one image over the other you will see a phantom of one image over the other, making for a fairly easy lining up of objects. After your vertical positioning is correct, change Opacity back to 100%.
<ul>
<li> Note: you may find that the translucent image drops behind the solid image, and need to indicate that the translucent image go in front of the solid image. To do so click above on (Layer, Arrange, Bring to Front). Bringing a layer to front or back is helpful in many other manipulations.</li>
</ul>
</li>
</ul>
</li>
<li> <strong>Link the two images</strong> and resize them together so that each image takes up at least as much space as the main areas of the template, or more likely each image extending beyond the spaces. Move the left image as you wish so it is framed nicely within its template area. Look to see that the right image will also at least cover its template area without leaving blank areas at the top or bottom. Now you&#8217;re ready to crop the images.</li>
<li> <strong>Make sure that Snap to Guides is checked</strong> (View, Snap to Guides). Un-link the layers (chain symbol disappears). Choose the layer for the left image. Select the cropping tool on the toolbar (square, dotted symbol, top left).</li>
<li> <strong>Place the cursor</strong> on the top left guideline of the template, click on your mouse, and drag the cursor to the bottom center guideline of the template.</li>
<li> <strong>Click above on (Layer, Add Layer Mask, Reveal Selection)</strong>. The left image should be cropped to the template guidelines (if the wrong image gets cropped, choose (Edit, Undo), select the other layer on the Layers dialog box, and repeat (Layer, Add Layer Mask, Reveal Selection).)</li>
<li> <strong>Choose the layer for the right image</strong>. Change its opacity to 50%. Select the pointer tool, hold down the {Shift} key, and drag the right image over the left image so it matches up as horizontally closely as possible (holding the the {Shift} key when moving an image will keep it&#8217;s movement in a straight line, either vertically or horizontally).
<ul>
<li> The two images should already be lined up vertically, but if not, line up the right image vertically again to match the left image. Again, select the cropping tool, place the cursor on the top left guideline of the template, and click and drag the cursor to the bottom center guideline of the template. The right image (for the moment in the left spot) should now be cropped to size.</li>
</ul>
</li>
<li> <strong>Hold down the {Shift} key, and drag it to the guideline</strong> on the right side. Change its opacity back to 100%. If you have a PokeScope® viewer, you will be able to see your 3D image in all its glory, and know if it&#8217;s going to work as a good 3D image.</li>
<li> <strong>Click on (File, Save As), and choose a name</strong> for the image. It will be saved as a PhotoShop .PSD file (i.e. PineTrees.PSD). You can go back at any time later and rework/modify the images in this file. No information is lost. You can knock off the layer masks (cropping) you&#8217;ve done, and perform any further reworking of the images you may wish.</li>
<li> <strong>Decide how to further process the image</strong>. Processing the image from this point forward is a matter of choice. You can quickly produce a single .JPG file of the two side-by-side images (File, Save a Copy) select JPEG in the Save As box, enter a filename (i.e. PineTrees, resulting in a file named PineTrees.JPG). Initially save these in PhotoShop&#8217;s best image quality (level 12).</li>
<li> <strong>Open the single-image template</strong>. Select the pointer tool, and drag the left image into the single-image template. If properly cropped to the margins in the two-image template, it should fit exactly. Nudge it into place. To save the left image (File, Save a Copy) enter a filename (i.e. PineTrees-L.jpg) and select JPEG, best image quality (12). Then remove that image from the single-image template (Layer, Delete Layer). Click on the top of the two-image template, select the other layer, drag the right image down into the single image template, and repeat the save process, labeling the saved file (i.e. PineTrees-R.jpg).
<ul>
<li> If you have StereoPhotoMaker or PokeScope®&#8217;s software, you can bring in these two images, manipulate them in a number of ways, and produce them into an outstanding online or print format, print them, or save them in side-by-side or anaglyph format as a single bitmap or .jpg file.</li>
<li> You can later go back to PhotoShop® and re-size these files to fewer pixels (or inches), or re-save them into a different filename or location, or with a lower image quality for faster sending or loading.</li>
</ul>
</li>
<li> Now you have the images in the correct size and place. You can <strong>continue to make these into anaglyph images</strong>. That will enable you to see the 3D image using 3D glasses.</li>
</ol>
<p><a name="Making_Anaglyph_Images"></a> 1.2  Making Anaglyph Images</p>
<ol>
<li> Once the left and right eye pictures are open, <strong>convert them both to grayscale</strong> by clicking on the &#8216;Image&#8217; menu bar and selecting &#8216;mode&#8217; then &#8216;grayscale&#8217;.</li>
<li> <strong>Assign the left eye image red, green and blue channels</strong> by going back to the &#8216;Image&#8217; menu bar and selecting &#8216;mode&#8217; then &#8216;RGB&#8217;(the image will still appear gray). <strong>Do not repeat this step for the right eye image</strong>.
<ul>
<li> Now you are ready to merge the left and right images. To begin, <em>make sure the left eye image is still selected &#8216;Open the channels display menu&#8217;</em> by clicking on the &#8216;Window&#8217; menu bar and choosing &#8216;channels&#8217;.</li>
</ul>
</li>
<li> <a class="image" title="Only the blue and green channels should be shaded blue." href="/Image:3dspot_2.JPG"></a><a class="internal" title="Enlarge" href="/Image:3dspot_2.JPG"></a> Only the blue and green channels should be shaded blue.<strong>Highlight the blue and green channels</strong>. Press the shift key to highlight both at the same time.
<ul>
<li> An alternative to this step is to use only the blue channel instead of the blue and green when pasting into the left eye image.</li>
<li> <strong>Important</strong>: only the blue and green channels should be shaded blue.</li>
<li> At this stage it doesn&#8217;t matter which boxes to the left of the channels show eyeballs (eyeballs indicate which channels are displayed).</li>
</ul>
</li>
<li> <strong>Go back to the right eye image</strong>, select the whole thing (go to &#8216;Select&#8217; menu bar, then press &#8216;all&#8217; OR press Ctrl+A) and copy it (go to &#8216;Edit&#8217; menu bar, then press &#8216;copy&#8217; or press Ctrl+C).</li>
<li> <strong>Switch back to the left eye image and paste</strong> (go to &#8216;Edit&#8217; menu bar, then press &#8216;paste&#8217; or press Ctrl+V).</li>
<li> <strong>Highlight the RGB color channel</strong>. An eyeball should appear in all four channel boxes. At this point, you should see a blurred red and blue picture.</li>
<li> You are almost done. But first the left and right eye images need to be better aligned. <strong>Start by highlighting only the red channel</strong> in the channels display menu (it should be shaded blue).</li>
<li> The next step is crucial because it allows the red-tinted picture to be shifted over while the blue-tinted picture is still visible. <strong>Go to the RGB channel and click only on the square box to the left</strong>. An eyeball should appear in all four boxes, but only the red channel should be shaded.</li>
<li> <strong>Pick a point in the center of the picture to match up</strong>; for example, if a person is your subject, eye pupils are a good target. Zoom in on the target by selecting the magnifying glass icon in the tool bar then click on the target until it appears fairly large.</li>
<li> <strong>Select the &#8216;move&#8217; tool</strong> located in the upper right corner of the tool bar. Using the up and down arrow keys, <strong>slide the red-tinted image over until your target matches up</strong> and no longer shows any rings of color.</li>
<li> <strong>Zoom back out</strong>. Objects toward the outside of your picture should still be haloed in red or blue. In other words, the overall goal in this step is to limit the colored tints as much as possible.</li>
<li> <strong>Cut out excess red or blue</strong> at the far edges of your picture, crop it using the crop tool, also located in the tool bar (once you&#8217;ve outlined your picture with the tool, go to the &#8216;Image&#8217; menu bar then press &#8216;crop&#8217;).</li>
<li> <strong>Your creation is ready to be viewed</strong>! Just don your 3D glasses (the left eye should be tinted red) and watch the picture jump out at you from your monitor screen or a printed picture.</li>
</ol>
<p><a name="Video"></a></p>
<h2>2  Video</h2>
<div class="embedded-howcast-video" style="text-align: center; font-size: 9px;"><object id="howcastplayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="432" height="357" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashVars" value="&amp;fs=true" /><param name="src" value="http://www.howcast.com/flash/howcast_player.swf?file=52357&amp;theme=gray" /><param name="flashvars" value="&amp;fs=true" /><param name="allowfullscreen" value="true" /><embed id="howcastplayer" type="application/x-shockwave-flash" width="432" height="357" src="http://www.howcast.com/flash/howcast_player.swf?file=52357&amp;theme=gray" flashvars="&amp;fs=true" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a class="embedded-playback-url" href="http://www.howcast.com/videos/52357-Photo-Editing-10-Create-3D-Anaglyph-Images-3d-Glasses" target="_blank">Photo Editing #10: Create 3D Anaglyph Images (3d Glasses)</a> on <a class="embedded-howcast-url" href="http://www.howcast.com" target="_blank">Howcast</a></div>
<p><a name="Tips"></a></p>
<h2>3  Tips</h2>
<ul>
<li> You don&#8217;t have to follow &#8220;Processing the Images&#8221;. If you are confident enough in your skills, you should be able to create the anaglyph image correctly without those steps.</li>
</ul>
<p><a name="Warnings"></a></p>
<h2>4  Warnings</h2>
<ul>
<li> You might not be able to see if your image worked if you don&#8217;t have 3D glasses. But you can view the images side-by-side by using PokeScope or a similar program.</li>
</ul>
<p><a name="Things_You.27ll_Need"></a></p>
<h2>5  Things You&#8217;ll Need</h2>
<ul>
<li> Two images; left and right.</li>
<li> An image editing program.</li>
<li> 3D glasses.</li>
</ul>
<p><a name="Related_wikiHows"></a></p>
<h2>6  Related wikiHows</h2>
<ul>
<li> <a title="Make 3D Photos" href="/Make-3D-Photos">How to Make 3D Photos</a></li>
<li> <a class="mw-redirect" title="Take Photos for 3D" href="/Take-Photos-for-3D">How to Take Photos for 3D</a></li>
<li> <a title="Make 3D Images Using StereoPhoto Maker" href="/Make-3D-Images-Using-StereoPhoto-Maker">How To Make 3D Images Using StereoPhoto Maker</a></li>
<li> <a title="Use Adobe Photoshop Tools" href="/Use-Adobe-Photoshop-Tools">How To Use Adobe Photoshop Tools</a></li>
<li> <a title="View Stereograms" href="/View-Stereograms">How To View Stereograms</a></li>
</ul>
<p><a name="Sources_and_Citations"></a></p>
<h2>7  Sources and Citations</h2>
<ul>
<li> This <a class="external text" title="http://3ddigitalphoto.com/howtomake.asp" rel="nofollow" href="http://3ddigitalphoto.com/howtomake.asp">article</a> has been shared with permission.</li>
<li> <a class="external text" title="http://www.jpl.nasa.gov/news/features/3D_spot_3.pdf" rel="nofollow" href="http://www.jpl.nasa.gov/news/features/3D_spot_3.pdf">NASA</a></li>
</ul>
<p><em>Article provided by <a href="http://www.wikihow.com/Main-Page">wikiHow</a>, a wiki how-to manual. Please edit this article and find author credits at the original wikiHow article on <a href="http://www.wikihow.com/Make-3D-Images-in-Photoshop">How to Make 3D Images in Photoshop</a>.  All content on wikiHow can be shared under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons license</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.illyism.com/2009/12/making-3d-images-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
