<?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>Maciej Kwas' blog</title>
	<atom:link href="http://www.prowseed.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prowseed.com/blog</link>
	<description>Just another WordPress weblog about computer graphic</description>
	<lastBuildDate>Thu, 10 Nov 2011 16:44:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>webdesign tutorial sneak-peek</title>
		<link>http://www.prowseed.com/blog/webdesign-tutorial-sneak-peek/</link>
		<comments>http://www.prowseed.com/blog/webdesign-tutorial-sneak-peek/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 22:38:35 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Photoshop tutorials]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=298</guid>
		<description><![CDATA[I have just done my newest tutorial for photoshoptutorials.ws treating about designing process for web using adobe photoshop. Tutorial also covers some additional, smaller topics like cutting images to html/css. I made it really briefly. I&#8217;m heading to another tutorial which is simplier (I mean- created design) but covers all the aspects from start to [...]]]></description>
			<content:encoded><![CDATA[<p>I have just done my newest tutorial for <a href="http://photoshoptutorials.ws">photoshoptutorials.ws</a> treating about designing process for web using adobe photoshop. Tutorial also covers some additional, smaller topics like cutting images to html/css. I made it really briefly. I&#8217;m heading to another tutorial which is simplier (I mean- created design) but covers all the aspects from start to beginning. So, get ready for the tutorial, should be soon online. For now you can check one screen from the tutorial, which is <a href="http://upload.maciejkwas.pl/plik4/2-step-018p.jpg">right here</a>.</p>
<p>See you!</p>
<h2>Edit</h2>
<p>Yay, it&#8217;s right <a href="http://photoshoptutorials.ws/photoshop-tutorials/layouts/complete-guide-to-creating-a-blog-website-layout.html?utm_source=feedburner&#038;utm_medium=email&#038;utm_campaign=Feed%3A+photoshoptutorials%2Fnew+%28Photoshop+Tutorials%29">here</a>.</p>
<hr />
<p><small>© 2011 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/webdesign-tutorial-sneak-peek/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/webdesign-tutorial-sneak-peek/&title=webdesign tutorial sneak-peek">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/webdesign-tutorial-sneak-peek/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make an invitation card batch in php</title>
		<link>http://www.prowseed.com/blog/make-an-invitation-card-batch-in-php/</link>
		<comments>http://www.prowseed.com/blog/make-an-invitation-card-batch-in-php/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 02:56:33 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP tutorials]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=282</guid>
		<description><![CDATA[My mom's sister is getting married. On the wedding party she wanted to has a named card near each sitting place so everyone would know where to sit. She decided to print it by herself and asked me if I could prepare 108 individual printable copies from the list of members. And there would be nothing special in it apart from the fact that the wedding is in this Saturday and today is Thursday. I agreed ofcourse.]]></description>
			<content:encoded><![CDATA[<p>My mom&#8217;s sister is getting married. On the wedding party she wanted to has a named card near each sitting place so everyone would know where to sit. She decided to print it by herself and asked me if I could prepare 108 individual printable copies from the list of members. And there would be nothing special in it apart from the fact that the wedding is in this Saturday and today is Thursday. I agreed ofcourse. Cards hasn&#8217;t to be the same but pretty random (a lot of pigeons and hearts flying around the names).</p>
<h2>First encountered problem</h2>
<p>Hmm, it was a list itself I think. That was a Microsoft Word document where each name was in new line. Without any separators like commas etc. The way of creating cards was also a problem. I don&#8217;t have a lot of free time and splitting each card manually would be a total waste of it. I heard that some kind of batch is possible thru a Word app, but, firstly- I don&#8217;t have Word (I opened document with Google docs), and secondly- I don&#8217;t know how. So in this case I would have to download some trial and learn how to make it. I didn&#8217;t even checked if it is possible in my OpenOffice since I haven&#8217;t using it for a long time and simply forgot about it. About seven years ago I was really into Delphi (Object pascal) and thought I could do something with it, but I misjudged my strenght for I forgot mostly everything. And here comes php out of the blue&#8230;</p>
<h2>Prepare the list</h2>
<p>Ok, so I thought that would be easy run. Make an array, pass it through a loop and that&#8217;s it. Well, I was pretty right but the problems were on every step. First of all I had to change the list from<br />
<pre><code><br />
some name<br />
another name<br />
and another<br />
here is something pretty much longer<br />
blah blah blah<br />
</code></pre></p>
<p>to</p>
<p><pre><code><br />
&quot;some name&quot;,<br />
&quot;another name&quot;,<br />
&quot;and another&quot;,<br />
&quot;here is something pretty much longer&quot;,<br />
&quot;blah blah blah&quot;<br />
</code></pre></p>
<p>The solution were simplier than I thought. Here is a code that do the trick:<br />
<pre><code><br />
&lt;?php<br />
 $file = file(&quot;lista.txt&quot;); //open up a file with names<br />
//create a foreach statement and add &quot; on beginning and &quot;,&lt;br&gt; on the end of each line<br />
&nbsp;&nbsp;foreach ($file as $line) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;echo &quot;\&quot;&quot;.$line.&quot;\&quot;,\n &lt;br&gt;&quot;; //display every line on the screen<br />
&nbsp;&nbsp;}<br />
?&gt;<br />
</code></pre></p>
<p>I could pass the result to the file, but that was fastest way for me.</p>
<h2>Draw meh</h2>
<p>Ok, so truly I will say that I made some backgrounds in photoshop, but in this example I will build a code just for one background for better clarity. Oh, and I will tell that it is pretty good idea to use a localhost for it ;) First of all, I will specify some variables:<br />
<pre><code><br />
&lt;?php<br />
$font = &#039;trebucit.ttf&#039;; // choose your font and copy it to the folder where your script is<br />
$quotes = array(); // paste the list printed in previous step inside the array<br />
$im = ImageCreateFromJpeg(&quot;pusty.jpeg&quot;); // here is our background image with pigeons and hearts 16x8cm in 300dpi<br />
$fontcolor = imagecolorallocate($im, 0, 0, 0); // black color for text for my background is white<br />
$fontsize = 70;<br />
$y = 700; //distance from the top<br />
//below is the trick to center the text<br />
$text_width = 40 * strlen($quotes); //actually 40 should be the size of font (so 70 in this case) but it worked with this value however<br />
$x = ceil((1890 - $text_width) / 2); //ceil function rounds up the result of math, 1890 is a total width of image<br />
} ?&gt;<br />
</code></pre></p>
<p>As you can see I wanted my text to be centered. I don&#8217;t think that the calculations could be not understandable. Then I just used the function imagettftext. I decided to loop the file creating with for loop. It is most complex I think and fits here perfectly. Here is a final code with explanations:<br />
<pre><code><br />
&lt;?php<br />
$font = &#039;trebucit.ttf&#039;;<br />
$quotes = array(<br />
&quot;Eugeniusz Geniusz&quot;,<br />
&quot;Maciek Placek&quot;,<br />
&quot;Jan Kowalski&quot;,<br />
...<br />
&quot;Robert Burneika&quot;,<br />
&quot;Józef Tkaczuk&quot;<br />
);<br />
//make a for loop that will stop after 108th step for I knew there will be 108 names.<br />
for( $i = 0; $i &lt;= 107; $i++ ) {<br />
$im = ImageCreateFromJpeg(&quot;pusty.jpeg&quot;); //open up the background<br />
$fontcolor = imagecolorallocate($im, 0, 0, 0); //black for text<br />
$fontsize = 70;<br />
$y = 700; //distance from top<br />
$text_width = 40 * strlen($quotes[$i]);<br />
$x = ceil((1890 - $text_width) / 2); //center the text - distance from left that is calculated depends of name lenght, 1890 is a total widt of image<br />
imagettftext($im, $fontsize, 0, $x, $y, $fontcolor, $font, $quotes[$i]); //background, fontsize, angle, distance from left, distance from top, fontcolor, fontface, text<br />
imagejpeg($im, $quotes[$i].&#039;.jpeg&#039;, 100); //save a file with best quality<br />
imagedestroy($im); //clear the memory<br />
}<br />
?&gt;<br />
</code></pre></p>
<p>As you can see I specified $i in for statement as a 0 and based my loop on it. Pretty simple, but works. I had a problem with polish fonts, but fixed it pretty fast. After all you have all images saved in seconds. And&#8230; That&#8217;s it :)</p>
<hr />
<p><small>© 2011 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/make-an-invitation-card-batch-in-php/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/make-an-invitation-card-batch-in-php/&title=Make an invitation card batch in php">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/make-an-invitation-card-batch-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop tips &amp; tricks you probably never thought about &#8211; enhanced navigation</title>
		<link>http://www.prowseed.com/blog/photoshop-tips-tricks-you-probably-never-thought-about-enhanced-navigation/</link>
		<comments>http://www.prowseed.com/blog/photoshop-tips-tricks-you-probably-never-thought-about-enhanced-navigation/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 01:12:08 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=271</guid>
		<description><![CDATA[In this serie I will show you how to speed up the workflow in photoshop. We will rise the limits- I hope. To the point- one of my friends asked me how to navigate the document with his mouse scroll button. It&#8217;s commonly named panning. With scroll up/down we can active zooming in preferences, but [...]]]></description>
			<content:encoded><![CDATA[<p>In this serie I will show you how to speed up the workflow in photoshop. We will rise the limits- I hope. To the point- one of my friends asked me how to navigate the document with his mouse scroll button. It&#8217;s commonly named panning. With scroll up/down we can active zooming in preferences, but the button isn&#8217;t used at all as far as I know. And I wasn&#8217;t able to set any action to it in hotkeys panel. This kind of navigationg is offered by AutoCad from Autodesk and it is really, really useful. The basic Photoshop way of panning the document is hand tool. We will try to achieve something more in this topic.</p>
<h2>First thing &#8211; Navigator</h2>
<p><img class="tut" alt="" src="http://prowseed.com/blog/tut/nav.jpg" /></p>
<p>Be sure that you have it in your side panel. It is really useful while painting. Besides the fact that you can navigate the document, you have a look-up on the whole art. It&#8217;s numer one for digital painters. However, it was working a bit different in Photoshop CS3 (I mean- better) than it is now in CS4 or CS5.</p>
<h2>Second thing &#8211; spacebar</h2>
<p>Yay, the old trick is here. It doesn&#8217;t matter which tool you have active at the moment. Just press spacebar and it will change into the hand tool. After releasing the spacebar your tool will fallback to previous one. It is very helpful and pretty fast- however, there is even faster way&#8230;</p>
<h2>Honey is here</h2>
<p>We will try to make use of the scroll button in our mouse. First of all, we will need to get some mouse button control software. I recommend <a href="http://www.highrez.co.uk/downloads/XMouseButtonControl.htm">this one</a> for I am using it. After installation go to the setup of this program and choose the following:</p>
<p><img class="tut" alt="" src="http://prowseed.com/blog/tut/nav2.jpg" /></p>
<p>And type this in the input:</p>
<p><img class="tut" alt="" src="http://prowseed.com/blog/tut/nav3.jpg" /></p>
<p>That&#8217;s it. Try it out in photoshop : )<br />
Happy navigating.</p>
<hr />
<p><small>© 2010 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/photoshop-tips-tricks-you-probably-never-thought-about-enhanced-navigation/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/photoshop-tips-tricks-you-probably-never-thought-about-enhanced-navigation/&title=Photoshop tips &#038; tricks you probably never thought about &#8211; enhanced navigation">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/photoshop-tips-tricks-you-probably-never-thought-about-enhanced-navigation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New tutorials submissions</title>
		<link>http://www.prowseed.com/blog/new-tutorial-submissions/</link>
		<comments>http://www.prowseed.com/blog/new-tutorial-submissions/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 18:54:53 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Photoshop tutorials]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=251</guid>
		<description><![CDATA[Not a lot to say: just two links to tutorials that has been recently published on photoshoptutorials.ws. The point pushing them around is that actually I'm the author of them. Hopefully they will be usefull for you in some way.

<a href="http://photoshoptutorials.ws/photoshop-tutorials/drawing/how-to-draw-a-steaming-hot-chili-pepper-in-photoshop.html">How to draw a hot steaming pepper in photoshop</a>
<a href="http://photoshoptutorials.ws/photoshop-tutorials/drawing/create-an-amazing-broken-egg-and-yolk-drawing-in-photoshop.html">Create an amazing broken egg and yolk drawing in photoshop</a>]]></description>
			<content:encoded><![CDATA[<p>Not a lot to say: just two links to tutorials that has been recently published on <a href="http://photoshoptutorials.ws">photoshoptutorials.ws</a>. The point of pushing them around is that I&#8217;m the author of them. Hopefully they will be usefull for you in some way.</p>
<p><a href="http://photoshoptutorials.ws/photoshop-tutorials/drawing/how-to-draw-a-steaming-hot-chili-pepper-in-photoshop.html">How to draw a hot steaming pepper in photoshop</a><br />
<a href="http://photoshoptutorials.ws/photoshop-tutorials/drawing/create-an-amazing-broken-egg-and-yolk-drawing-in-photoshop.html">Create an amazing broken egg and yolk drawing in photoshop</a></p>
<hr />
<p><small>© 2010 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/new-tutorial-submissions/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/new-tutorial-submissions/&title=New tutorials submissions">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/new-tutorial-submissions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Refreshing / updated!</title>
		<link>http://www.prowseed.com/blog/refreshing/</link>
		<comments>http://www.prowseed.com/blog/refreshing/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 09:09:26 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=203</guid>
		<description><![CDATA[My portfolio has a new look, check it out: <a href="http://prowseed.com">link</a>. In few days I will apply it to my blog as well. I have changed the colours, concept and mostly everything. I don't know if it is hand in hand with new trends or something, but whatever. The point is, that I like it : ) I converted the one huge site (really, it was long and heavy) into a small resume alike page. The whole image gallery is now packed into one container and all the infos are easily available.]]></description>
			<content:encoded><![CDATA[<p>My portfolio has a new look, check it out: <a href="http://prowseed.com">link</a>. In few days I will apply it to my blog as well. I have changed the colours, concept and mostly everything. I don&#8217;t know if it is hand in hand with new trends or something, but whatever. The point is, that I like it : ) I converted the one huge site (really, it was long and heavy) into a small resume alike page. The whole image gallery is now packed into one container and all the infos are easily available.</p>
<p>Update: 1st October 2010<br />
So, the blog has a new look as well. There are some small changes needed, but actually It&#8217;s ready and steady. I&#8217;ve updated my engine from 2.6 to 3.0. Rotated the whole blog&#8217;s appearance by 180 degrees. I&#8217;m pretty happy with the output. More to say, that I&#8217;ve finished the HTML to WP translation in less than two hours.</p>
<hr />
<p><small>© 2010 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/refreshing/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/refreshing/&title=Refreshing / updated!">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/refreshing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get inspired by Music</title>
		<link>http://www.prowseed.com/blog/get-inspired-by-music/</link>
		<comments>http://www.prowseed.com/blog/get-inspired-by-music/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 20:27:33 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Web Roundups]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=201</guid>
		<description><![CDATA[Metallica - Nothing Else Matters cover
by Acid Drinkers &#038; Czesław Mozil

Smashing! When I heard first minute of this song I was, if not confused, just not interested in. Then I heard "So close, no matter how faaa..." and I was pressed down. I have never been posting things like that, but I wanted to spread it to the world. Get inspired!

<object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/GBj1idJ07Yk?fs=1&#38;hl=pl_PL&#38;color1=0x5d1719&#38;color2=0xcd311b&#38;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GBj1idJ07Yk?fs=1&#38;hl=pl_PL&#38;color1=0x5d1719&#38;color2=0xcd311b&#38;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object>

Enjoy.]]></description>
			<content:encoded><![CDATA[<p>Metallica &#8211; Nothing Else Matters cover<br />
by Acid Drinkers &#038; Czesław Mozil</p>
<p>Smashing! When I heard first minute of this song I was, if not confused, just not interested in. Then I heard &#8220;So close, no matter how faaa&#8230;&#8221; and I was pressed down. I have never been posting things like that, but I wanted to spread it to the world. Get inspired!</p>
<p><object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/GBj1idJ07Yk?fs=1&amp;hl=pl_PL&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GBj1idJ07Yk?fs=1&amp;hl=pl_PL&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object></p>
<p>Enjoy.</p>
<hr />
<p><small>© 2010 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/get-inspired-by-music/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/get-inspired-by-music/&title=Get inspired by Music">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/get-inspired-by-music/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Business card tutorial part 1</title>
		<link>http://www.prowseed.com/blog/business-card-tutorial/</link>
		<comments>http://www.prowseed.com/blog/business-card-tutorial/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 14:16:21 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Photoshop tutorials]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=191</guid>
		<description><![CDATA[Lately I was about to write something about business cards but I hadn't good idea for tutorial. Then old friend of mine asked me to make one for him. He is very fussy and I had have to make a lot of cards. And thanks to this I have a lot of topics to cover now.]]></description>
			<content:encoded><![CDATA[<p>Lately I was about to write something about <a href="http://www.nextdayflyers.com/business-card-printing/">business cards</a> but I hadn&#8217;t good idea for tutorial. Then old friend of mine asked me to make one for him. He is very fussy and I had have to make a lot of cards. And thanks to this I have a lot of topics to cover now.</p>
<p>In next few parts (I don&#8217;t know how many exactly there will be) we will create a lot of various cards in many different programs (I hope so). Today I will show you how to make a simpliest typography-based card in photoshop. I&#8217;m gonna show you also how to prepare our file for printing.<br />
<br/>Link to full article: <a href="http://www.prowseed.com/blog/business-card-tutorial/">Business card tutorial part 1</a></p>
<hr />
<p><small>© 2010 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/business-card-tutorial/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/business-card-tutorial/&title=Business card tutorial part 1">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/business-card-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to break an egg in photoshop</title>
		<link>http://www.prowseed.com/blog/how-to-break-an-egg-in-photoshop/</link>
		<comments>http://www.prowseed.com/blog/how-to-break-an-egg-in-photoshop/#comments</comments>
		<pubDate>Sun, 09 May 2010 19:18:15 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Photoshop tutorials]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=185</guid>
		<description><![CDATA[I would like to inform that I have just published my new tutorial on photoshoptutorials.ws (here is a link: <a href="http://photoshoptutorials.ws/photoshop-tutorials/drawing/how-to-break-an-egg-in-photoshop.html">click!</a> ).

This tutorial contains 50 steps that will show you the full process of creating such egg. I know that the egg white should be more... transparent? Anyway, maybe it is boiled :] In the link above you will also find a PSD file.

Happy drawing.]]></description>
			<content:encoded><![CDATA[<p>I would like to inform that I have just published my new tutorial on photoshoptutorials.ws (here is a link: <a href="http://photoshoptutorials.ws/photoshop-tutorials/drawing/how-to-break-an-egg-in-photoshop.html">click!</a> ).</p>
<p>This tutorial contains 50 steps that will show you the full process of creating such egg. I know that the egg white should be more&#8230; transparent? Anyway, maybe it is boiled :] In the link above you will also find a PSD file.</p>
<p>Happy drawing.</p>
<hr />
<p><small>© 2010 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/how-to-break-an-egg-in-photoshop/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/how-to-break-an-egg-in-photoshop/&title=How to break an egg in photoshop">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/how-to-break-an-egg-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Center of distortion- speed painting</title>
		<link>http://www.prowseed.com/blog/cod/</link>
		<comments>http://www.prowseed.com/blog/cod/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:05:36 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Photoshop tutorials]]></category>
		<category><![CDATA[digital painting]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[speed painting]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=176</guid>
		<description><![CDATA[Yesterday I have had my all-important math exam. I was preparing the whole year to this. A row of sleeples nights finally comes to an end. I needed to relax a bit so I grabbed my pen tablet and started to doodle. And here it is- my speed painting with process' steps. Its original name is "Obszar wyobrażania się" but I think it would be too hard to read for some of you so I've changed the name.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I have had my all-important math exam. I was preparing the whole year to this. A row of sleeples nights finally comes to an end. I needed to relax a bit so I grabbed my pen tablet and started to doodle. And here it is- my speed painting with process&#8217; steps. Its original name is &#8220;Obszar wyobrażania się&#8221; but I think it would be too hard to read for some of you so I&#8217;ve changed the name.</p>
<p>Last time I was working on the sketch base. Here the sketch is just made only to help me in composition. All the painting tooks about 30 minutes, maybe a bit more, I wasn&#8217;t checking, &#8216;couse I didn&#8217;t create this in one flow.<br />
<br/>Link to full article: <a href="http://www.prowseed.com/blog/cod/">Center of distortion- speed painting</a></p>
<hr />
<p><small>© 2009 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/cod/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/cod/&title=Center of distortion- speed painting">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/cod/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Guzik – speed painting</title>
		<link>http://www.prowseed.com/blog/guzik/</link>
		<comments>http://www.prowseed.com/blog/guzik/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 18:20:58 +0000</pubDate>
		<dc:creator>Maciej Kwas</dc:creator>
				<category><![CDATA[Photoshop tutorials]]></category>
		<category><![CDATA[digital painting]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[speed painting]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.prowseed.com/blog/?p=162</guid>
		<description><![CDATA[If you’re a regular visitor, you should see that I didn't write any new post for a long time... It's time to change things. Last days I had an idea that was compiled with my free time and here it is- the speed painting process. I made this for my friend as a keepsake. The idea of this kind of art is to sketch, doodle and not erase too much. You can draw something carefully or pretty airily- it doesn't matter. Just free your imagination. Don't care so much about details and lines that doesn't fit. Show what you wanted to.]]></description>
			<content:encoded><![CDATA[<p>If you’re a regular visitor, you should see that I didn&#8217;t write any new post for a long time&#8230; It&#8217;s time to change things. Last days I had an idea that was compiled with my free time and here it is- the speed painting process. I made this for my friend as a keepsake. The idea of this kind of art is to sketch, doodle and not erase too much. You can draw something carefully or pretty airily- it doesn&#8217;t matter. Just free your imagination. Don&#8217;t care so much about details and lines that doesn&#8217;t fit. Show what you wanted to. Whole image takes me about 30 minutes. So launch the player with your favourite music and DIY. I would admit that this isn&#8217;t a tutorial at all, I am explaining just basic things without details, however you could drink from this river pretty much.<br />
<br/>Link to full article: <a href="http://www.prowseed.com/blog/guzik/">Guzik – speed painting</a></p>
<hr />
<p><small>© 2009 by <a href="http://www.prowseed.com/blog">Maciej "ProwSeed" Kwas</a>. |
<a href="http://www.prowseed.com/blog/guzik/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.prowseed.com/blog/guzik/&title=Guzik – speed painting">del.icio.us</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.prowseed.com/blog/guzik/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

