<?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>Monovektor &#187; Mosaics</title>
	<atom:link href="http://monovektor.com/tag/mosaic/feed/" rel="self" type="application/rss+xml" />
	<link>http://monovektor.com</link>
	<description>Graphic Design Blog</description>
	<lastBuildDate>Thu, 10 Jan 2013 13:46:29 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.41</generator>
	<item>
		<title>EXPERIMENTING WITH LENNA</title>
		<link>http://monovektor.com/2012/03/experimenting-with-lenna/</link>
		<comments>http://monovektor.com/2012/03/experimenting-with-lenna/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 12:21:03 +0000</pubDate>
		<dc:creator><![CDATA[Håkan @ Monovektor]]></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Scriptographer]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Dithering]]></category>
		<category><![CDATA[Glitch Art]]></category>
		<category><![CDATA[Mosaics]]></category>
		<category><![CDATA[Pixelart]]></category>
		<category><![CDATA[Rasters]]></category>
		<category><![CDATA[thumb]]></category>

		<guid isPermaLink="false">http://monovektor.com/?p=2328</guid>
		<description><![CDATA[I have been experimenting with different kinds of raster effects lately. Not really breaking any new grounds here but it is fun to try to come up with new stuff and just to play around for a while. The hardest part is to find a suitable image to apply these effects on and most of <a href="http://monovektor.com/2012/03/experimenting-with-lenna/">[more…]</a><br /><br /><small><a href="http://monovektor.com/2012/03/experimenting-with-lenna/">Comment</a> / <a href="http://www.facebook.com/sharer.php?u=http://monovektor.com/2012/03/experimenting-with-lenna/&t=EXPERIMENTING WITH LENNA">Share on Facebook</a> / 
	
	<a href="http://twitter.com/home/?status=EXPERIMENTING+WITH+LENNA:%20http://monovektor.com/2012/03/experimenting-with-lenna/">Tweet</a> / <a href="http://digg.com/submit?phase=2&url=http://monovektor.com/2012/03/experimenting-with-lenna/&title=EXPERIMENTING+WITH+LENNA">Digg</a> / <a href="http://delicious.com/post?url=http://monovektor.com/2012/03/experimenting-with-lenna/&title=EXPERIMENTING+WITH+LENNA">Save on Delicious</a></small><br /><br />]]></description>
				<content:encoded><![CDATA[<p>I have been experimenting with different kinds of raster effects lately. Not really breaking any new grounds here but it is fun to try to come up with new stuff and just to play around for a while. The hardest part is to find a suitable image to apply these effects on and most of the time I just throw some random image just lying in the downloads folder. Then it hit me, I&#8217;ve read about this picture that is somewhat associated with image processing experiments (I believe it was on <a title="Halftone dithering" href="http://caca.zoy.org/wiki/libcaca/study/introduction" target="_blank">this site</a> about dithering). Not because it&#8217;s an optimal image for such operations, on the contrary actually, but because it was what was laying around in time of need. So, without further ado, meet <a title="Wikipedia on Lenna" href="http://en.wikipedia.org/wiki/Lenna" target="_blank">Lenna</a>.</p>
<p><img class="alignnone size-full wp-image-2330" title="Lenna" src="http://monovektor.com/wp-content/uploads/2012/03/Lenna.png" alt="" width="512" height="512" /></p>
<p>Now, when I had an image to work with I quickly wrote a function that divide the image into a number of rectangles that then takes on the average color of its underlying area &#8211; I&#8217;ll be refering to this rectangle as the color sampling area. This function then calls other small functions that applies all the different rasters I could think of. Here is a run-down of the effects.</p>
<p><strong>STANDARD MOSAIC RASTER</strong><br />
This is a pretty straight forward mosaic raster effect but I managed to optimize the process as it&#8217;s usually made by drawing a bunch of rectangles that acts like a pixel. This will put considerable strain to Illustrator because, as we all know, a rectangle has four corners that it has to keep track of. Therefore the amount of anchor points will be four times that of the number of objects.</p>
<p><img class="alignnone size-large wp-image-2340" title="Average color" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_mos_default-590x590.jpg" alt="" width="590" height="590" /></p>
<p>The image above contains 16,384 rectangle objects which would, under normal circumstances, equal to 65,536 anchor points. But, instead of making rectangles I&#8217;m drawing the objects as vertical lines with strokes applied to the lines the size of the sample area. This way I get by with only half of the anchor points; 32,768. The two images below show the difference.</p>
<p><img class="alignnone size-large wp-image-2339" title="Rectangle paths" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_mos_block_zoom-590x288.jpg" alt="" width="590" height="288" /></p>
<p>351 rectangles = 1,404 anchor points</p>
<p><img class="alignnone size-large wp-image-2343" title="Stroked paths" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_mos_stroke_zoom-590x288.jpg" alt="" width="590" height="288" /></p>
<p>351 paths = 702 anchor points</p>
<p>Another advantage, I think, is that I can choose to modify the width of the strokes. Below is an image that has the exact same properties as the previous only the stroke width is half of the color sampled area. This results in a kind of white, vertical interference pattern.</p>
<p><img class="alignnone size-large wp-image-2342" title="Half-width strokes" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_mos_half-590x587.jpg" alt="" width="590" height="587" /></p>
<p><img class="alignnone size-large wp-image-2341" title="Zoomed half-width strokes" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_mos_half_zoom-590x269.jpg" alt="" width="590" height="269" /></p>
<p><strong>RGB PIXEL RASTER</strong><br />
This is supposed to imitate the pixels of old cathode ray TVs. Nothing fancy but just something that I had to try out.</p>
<p><img class="alignnone size-large wp-image-2344" title="RGB pixel array" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_rgb_default-590x590.jpg" alt="" width="590" height="590" /></p>
<p><img class="alignnone size-large wp-image-2347" title="Zoomed RGB pixel array" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_rgb_zoom-590x348.jpg" alt="" width="590" height="348" /></p>
<p>It made for a somewhat nice effect but not very special. Not until I started to play around and rotating each pixel by 90 degrees increments yielding a very prominent pattern. While I was kinda surprised at the outcome it seems it&#8217;s too limited to be of any use.</p>
<p><img class="alignnone size-large wp-image-2402" title="Rotated RGB pixels" src="http://monovektor.com/wp-content/uploads/2012/03/ras_rgb_rotate-590x590.jpg" alt="" width="590" height="590" /></p>
<p><img class="alignnone size-large wp-image-2401" title="Rotated RGB pixels zoomed" src="http://monovektor.com/wp-content/uploads/2012/03/ras_rgb_rotate_zoom-590x327.jpg" alt="" width="590" height="327" /></p>
<p>In an effort to reduce the patterning a bit I let the &#8220;rgb-pixels&#8221; rotate randomly, again in 90 degrees increments.</p>
<p><img class="alignnone size-large wp-image-2405" title="Randomly rotated RGB pixels" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_rgb_random_rotate-590x590.jpg" alt="" width="590" height="590" /></p>
<p>This could have been it had I not kept on manipulating the outcome. I isolated the different color channels in Photoshop but neither the red nor the blue channel where very interesting. The green one, though, was way cooler.</p>
<p><a href="http://monovektor.com/wp-content/uploads/2012/03/00_ras_rand_rot_comb.jpg"><img class="alignnone size-large wp-image-2426" title="Red &amp; blue channels" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_rand_rot_comb-590x295.jpg" alt="" width="590" height="295" /></a></p>
<p><img class="alignnone size-large wp-image-2425" title="Green channel" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_rand_rot_green-590x590.jpg" alt="" width="590" height="590" /></p>
<p>Clearly this cross-hatch pattern has a lot more to offer than the previous two. So much so, in fact, that I imported the result to Photoshop where I ramped up the contrast and had the green color desaturated.</p>
<p><img class="alignnone size-large wp-image-2430" title="Greens turned gray" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_rand_rot_gray-590x590.jpg" alt="" width="590" height="590" /></p>
<p>I feel the end-result is interesting enough to warrant its own script. Got to get to it.</p>
<p><strong>DASHED RGB PIXEL RASTER</strong><br />
When thinking of CRT pixels I came up with yet another way. What if the red, green and blue intensity of each pixel was always at its maximum value and instead just activate parts of it. I don&#8217;t really know how to explain it, but I&#8217;ll give it a try. Below, anyway, is the final outcome and at first, it didn&#8217;t come out quite as I expected. It looks kinda inverted, but&#8230;</p>
<p><a href="http://monovektor.com/wp-content/uploads/2012/03/00_ras_das_default.jpg"><img class="alignnone size-large wp-image-2337" title="Dashed RGB pixel array" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_das_default-590x590.jpg" alt="" width="590" height="590" /></a></p>
<p>&#8230;the colors are still preserved and when adding a black background it turns the image into this.</p>
<p><a href="http://monovektor.com/wp-content/uploads/2012/03/00_ras_das_background.jpg"><img class="alignnone size-large wp-image-2336" title="Dashed with black background" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_das_background-590x590.jpg" alt="" width="590" height="590" /></a></p>
<p><img class="alignnone size-large wp-image-2335" title="Zoomed dashed RGB pixel array" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_das_background_zoom-590x337.jpg" alt="" width="590" height="337" /></p>
<p>Each of the sampled areas are divided into 3 x 8 &#8220;cells&#8221;. The higher value of each color channel the more of the &#8220;cells&#8221; are going to be filled in.</p>
<p><img class="alignnone size-large wp-image-2338" title="Average color/dashed pixel comparisson" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_das_pixel_compare-590x280.jpg" alt="" width="590" height="280" /></p>
<p>For instance, above is the average color of the complete Lenna image. The color components are, [177, 99, 106], so dividing by 32 and rounding to its nearest integer on each channel, gives [6, 3, 3]. So, for the red channel, 6 out of 8 &#8220;cells&#8221; are filled. Green channel, 3 out of 8 are filled and for the blue &#8211; yep you guessed it &#8211; 3 out of 8. These numbers are then randomly distributed which means that two colors with exactly the same channel values might not be diplayed in the same way.<br />
Unfortunately, Illustrator can only make dashed strokes with a maximum of three dashes and three gaps. Therefore, a line in the form of;</p>
<pre class="brush: jscript; light: true; title: ; notranslate">dashArray = [dash, gap, dash, gap, dash, gap, dash]</pre>
<p>will not display correctly as Illustrator simply ignores the input from the last dash and onwards. Instead &#8211; as a workaround &#8211; the last dash will have to be added to the first. So, let&#8217;s say a color channel array looks like this;</p>
<pre class="brush: jscript; light: true; title: ; notranslate">dashArray = [1, 0, 1, 0, 1, 0, 2]</pre>
<p>In order to be a valid dash array it would have to be re-arranged like this;</p>
<pre class="brush: jscript; light: true; title: ; notranslate">dashArray = [3, 0, 1, 0, 1, 0]</pre>
<p>I don&#8217;t know if I&#8217;m making any sense trying to explain how it works but the end-result is quite nice, I think.</p>
<p><strong>RGB + CMYK PIXEL RASTER</strong><br />
Now this is starting to get a little too far fetched. I split each sample area into an 8 &#8220;cell&#8221; pixel, converted all color channels into binary and performed almost like a bitwise OR operation.</p>
<p><img class="alignnone size-large wp-image-2349" title="RGB + CMYK pixel array" src="http://monovektor.com/wp-content/uploads/2012/03/ras_cmy_default-590x590.jpg" alt="" width="590" height="590" /></p>
<p><img class="alignnone size-large wp-image-2418" title="Color comparisson" src="http://monovektor.com/wp-content/uploads/2012/03/Screen-shot-2012-03-14-at-12.57.04-PM-590x281.png" alt="" width="590" height="281" /></p>
<p>The same average image color as before. The color channels &#8211; in binary &#8211; reads like:</p>
<pre class="brush: jscript; light: true; title: ; notranslate">red   = 10110100
green = 01100011
blue  = 01101001</pre>
<p>Then, taking one number from each channel in sequential order yields RGB values as such:</p>
<pre class="brush: jscript; light: true; title: ; notranslate">Red   = rgb(1, 0, 0)
Cyan  = rgb(0, 1, 1)
White = rgb(1, 1, 1)
Red   = rgb(1, 0, 0)
Blue  = rgb(0, 0, 1)
Red   = rgb(1, 0, 0)
Green = rgb(0, 1, 0)</pre>
<p>and finally</p>
<pre class="brush: jscript; light: true; title: ; notranslate">Cyan  = rgb(0, 1, 1)</pre>
<p><img class="alignnone size-large wp-image-2348" title="Zoomed RGB + CMYK pixel array" src="http://monovektor.com/wp-content/uploads/2012/03/00_ras_cmy_zoom-590x298.jpg" alt="" width="590" height="298" /></p>
<p>I know, I&#8217;m not making any sense here and I think the outcome is not very comprehensive either, or nice for that matter. Maybe it could used for glitch art or something. Anyway, one can BARELY work out some details in the image so I guess this one is the least useful of the bunch.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>THE WOLFF OLINS AFFAIR</title>
		<link>http://monovektor.com/2012/02/the-audacity/</link>
		<comments>http://monovektor.com/2012/02/the-audacity/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 19:15:04 +0000</pubDate>
		<dc:creator><![CDATA[Håkan @ Monovektor]]></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Scriptographer]]></category>
		<category><![CDATA[Cubes]]></category>
		<category><![CDATA[Isometric]]></category>
		<category><![CDATA[Mosaics]]></category>

		<guid isPermaLink="false">http://monovektor.com/?p=2260</guid>
		<description><![CDATA[According to a recent tweet by Jürg Lehni, Wolff Olins and Visuelle.co.uk Everyday Workshops are showcasing an installation made with the Scriptographer tool without giving any credit what-so-ever, a clear violation of the License Agreement Terms. Seems to be made fairly recent as well, because unless I&#8217;m not terribly mistaken, the above picture is made with functions <a href="http://monovektor.com/2012/02/the-audacity/">[more…]</a><br /><br /><small><a href="http://monovektor.com/2012/02/the-audacity/">Comment</a> / <a href="http://www.facebook.com/sharer.php?u=http://monovektor.com/2012/02/the-audacity/&t=THE WOLFF OLINS AFFAIR">Share on Facebook</a> / 
	
	<a href="http://twitter.com/home/?status=THE+WOLFF+OLINS+AFFAIR:%20http://monovektor.com/2012/02/the-audacity/">Tweet</a> / <a href="http://digg.com/submit?phase=2&url=http://monovektor.com/2012/02/the-audacity/&title=THE+WOLFF+OLINS+AFFAIR">Digg</a> / <a href="http://delicious.com/post?url=http://monovektor.com/2012/02/the-audacity/&title=THE+WOLFF+OLINS+AFFAIR">Save on Delicious</a></small><br /><br />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-2261" title="Wolff Olins" src="http://monovektor.com/wp-content/uploads/2012/02/nextco-228_d-590x393.jpg" alt="" width="590" height="393" />According to a recent <a title="Tweet" href="http://twitter.com/#!/juerglehni/status/174185591326507008" target="_blank">tweet</a> by <a title="Jürg Lehni" href="http://lehni.org/" target="_blank">Jürg Lehni</a>, <a title="Wolf Olins" href="http://www.wolffolins.com/" target="_blank">Wolff Olins</a> and <del>Visuelle.co.uk</del> <a title="Everyday Workshops" href="http://www.everydayworkshop.com/" target="_blank">Everyday Workshops</a> are showcasing an <a title="Installation" href="http://www.everydayworkshop.com/installation/wolff-olins/" target="_blank">installation</a> made with the <a title="Scriptographer" href="http://scriptographer.org/" target="_blank">Scriptographer</a> tool without giving any credit what-so-ever, a clear violation of the <a title="License Agreement" href="http://scriptographer.org/license/" target="_blank">License Agreement Terms</a>. Seems to be made fairly recent as well, because unless I&#8217;m not terribly mistaken, the above picture is made with functions just added to my <a title="BLOCK RASTER: REVISITED, REVIVED &amp; REVISED" href="http://monovektor.com/2012/02/block-raster-revisited-revived-revised/">Isometric Block Raster</a> script. I&#8217;m flattered but at the same time somewhat upset &#8211; on behalf of Jürg &#8211; that people don&#8217;t give a damn about respecting simple rules!</p>
<p><strong>UPDATE (Feb 27 &#8211; 23:28)</strong><br />
Seems they have corrected their little mishap and added the credits at the bottom.<img class="alignnone size-full wp-image-2282" title="Correction" src="http://monovektor.com/wp-content/uploads/2012/02/Corr.jpg" alt="" width="590" height="150" /></p>
<p><strong>UPDATE (Feb 28 &#8211; 12:08)</strong><br />
More corrections! Apparently <a title="Visuelle.co.uk" href="http://visuelle.co.uk/" target="_blank">Visuelle.co.uk</a> had nothing to do with the whole ordeal as he was just posting stuff that he found interesting. Being a nice guy, he contacted Everyday Workshops and informed them about the mistake. So sorry David!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BLOCK RASTER: REVISITED, REVIVED &amp; REVISED</title>
		<link>http://monovektor.com/2012/02/block-raster-revisited-revived-revised/</link>
		<comments>http://monovektor.com/2012/02/block-raster-revisited-revived-revised/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 21:00:57 +0000</pubDate>
		<dc:creator><![CDATA[Håkan @ Monovektor]]></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Scriptographer]]></category>
		<category><![CDATA[Cubes]]></category>
		<category><![CDATA[Isometric]]></category>
		<category><![CDATA[Mosaics]]></category>
		<category><![CDATA[Rasters]]></category>

		<guid isPermaLink="false">http://monovektor.com/?p=2137</guid>
		<description><![CDATA[Some days ago I saw this project called Blocky Earth by Jaume Sánchez (image above) which reminded me of my old isometric block raster script (image below). Looking at the code now, I have to say that there are a bunch of things I would have done different had I done it today, so I spent last night <a href="http://monovektor.com/2012/02/block-raster-revisited-revived-revised/">[more…]</a><br /><br /><small><a href="http://monovektor.com/2012/02/block-raster-revisited-revived-revised/">Comment</a> / <a href="http://www.facebook.com/sharer.php?u=http://monovektor.com/2012/02/block-raster-revisited-revived-revised/&t=BLOCK RASTER: REVISITED, REVIVED &#038; REVISED">Share on Facebook</a> / 
	
	<a href="http://twitter.com/home/?status=BLOCK+RASTER%3A+REVISITED%2C+REVIVED+%26%23038%3B+REVISED:%20http://monovektor.com/2012/02/block-raster-revisited-revived-revised/">Tweet</a> / <a href="http://digg.com/submit?phase=2&url=http://monovektor.com/2012/02/block-raster-revisited-revived-revised/&title=BLOCK+RASTER%3A+REVISITED%2C+REVIVED+%26%23038%3B+REVISED">Digg</a> / <a href="http://delicious.com/post?url=http://monovektor.com/2012/02/block-raster-revisited-revived-revised/&title=BLOCK+RASTER%3A+REVISITED%2C+REVIVED+%26%23038%3B+REVISED">Save on Delicious</a></small><br /><br />]]></description>
				<content:encoded><![CDATA[<p><img class="size-large wp-image-2151 alignnone" title="Google Maps Blocks" src="http://monovektor.com/wp-content/uploads/2012/02/Google-Maps-Blocks-590x294.jpg" alt="" width="590" height="294" />Some days ago I saw this project called <a title="Blocky Earth" href="http://www.chromeexperiments.com/detail/blocky-earth/" target="_blank">Blocky Earth</a> by <a title="Jaume Sánchez" href="http://www.clicktorelease.com/" target="_blank">Jaume Sánchez</a> (image above) which reminded me of my old <a title="ISOMETRIC BLOCKS" href="http://monovektor.com/2011/02/isometric-blocks/">isometric block raster script</a> (image below). Looking at the code now, I have to say that there are a bunch of things I would have done different had I done it today, so I spent last night rewriting it. As the script got a well deserved overhaul I also took the time to put in some things that I felt was going to add a nice touch.<img class="size-large wp-image-2156 alignnone" title="Block Raster" src="http://monovektor.com/wp-content/uploads/2012/02/b_02_No-Outlines-590x396.jpg" alt="" width="590" height="396" />What follows are images and short descriptions of how these add-ons work.</p>
<p><span id="more-2137"></span></p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-2236" title="Block Raster Settings" src="http://monovektor.com/wp-content/uploads/2012/02/settings.png" alt="" width="228" height="405" /></p>
<p>&nbsp;</p>
<p><strong>Lighting</strong><br />
Maybe the biggest addition to the script are the three sliders (one for each side of the blocks; top, left &amp; right) to adjust the amount of light falling on each side. This can be used both as a way to increase the contrast &#8211; like in the image below &#8211; as well as change the entire lighting direction.<img class="size-large wp-image-2195 alignnone" title="Lighting Modified/Default" src="http://monovektor.com/wp-content/uploads/2012/02/b_Lighting-590x213.jpg" alt="" width="590" height="213" /></p>
<p>&nbsp;</p>
<p><strong>Elevate</strong><br />
This function was actually included in the previous version but I&#8217;ll consider it new anyway. What this list does is to simply tell the script that either &#8216;Light&#8217; or &#8216;Dark&#8217; colors should be elevated. The script checks the brightness level of the sampled area and uses that value as a multiplier with the Max Height value. Therefore, as the &#8216;Light&#8217; value is default, lighter blocks are rendered higher, of course the same happens with dark blocks if Elevate is set to &#8216;Dark&#8217;.<br />
<img class="wp-image-2166 alignnone" title="Light/Dark Elevation" src="http://monovektor.com/wp-content/uploads/2012/02/b_Elevation-590x221.jpg" alt="" width="590" height="221" /></p>
<p>&nbsp;</p>
<p><strong>Draw Non-Elevated &amp; Threshold</strong><br />
Having this option turned OFF when running the script with images with an overall uniform background can be useful to not draw blocks of limited height that would otherwise be drawn as a thin flat object. The accompanying Threshold value &#8211; enabled ONLY if Draw Non-Elevated is turned OFF &#8211; is the amount by how high a block needs to be in order to be drawn by the script. Note that the threshold is limited to values between zero and the Max Height value, the maximum threshold value will vary accordingly.<img class="size-large wp-image-2202 alignnone" title="Draw Flats &amp; Threshold" src="http://monovektor.com/wp-content/uploads/2012/02/b_Flats-590x852.jpg" alt="" width="590" height="852" /></p>
<p>&nbsp;</p>
<p><strong>Outlines</strong><br />
I&#8217;ve also added an option to turn the outlines ON and OFF. Not very big enhancment as it is very easy to just turn of the stroke of all selected objects directly inside Illustrator but I thought this way was more convenient.<img class="size-large wp-image-2162 alignnone" title="Stroke Option ON/OFF" src="http://monovektor.com/wp-content/uploads/2012/02/b_Strokes-590x212.jpg" alt="" width="590" height="212" /></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CRIPPLING STIPPLING</title>
		<link>http://monovektor.com/2011/12/crippling-stippling/</link>
		<comments>http://monovektor.com/2011/12/crippling-stippling/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 14:44:07 +0000</pubDate>
		<dc:creator><![CDATA[Håkan @ Monovektor]]></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Scriptographer]]></category>
		<category><![CDATA[Cthulhu]]></category>
		<category><![CDATA[Dithering]]></category>
		<category><![CDATA[Halftone Patterns]]></category>
		<category><![CDATA[Mosaics]]></category>
		<category><![CDATA[Rasters]]></category>
		<category><![CDATA[Stippling]]></category>
		<category><![CDATA[Vectoraster]]></category>
		<category><![CDATA[Voronoi]]></category>

		<guid isPermaLink="false">http://monovektor.com/?p=1922</guid>
		<description><![CDATA[This post is part of, and my reply to, a discussion on the Scriptographer forum regarding how to emulate stippling. I have been thinking of a script like this for a long time &#8211; well, I&#8217;d say it&#8217;s more of a pseudo-stochastic raster than a stippler &#8211; but along the way, more and more problems <a href="http://monovektor.com/2011/12/crippling-stippling/">[more…]</a><br /><br /><small><a href="http://monovektor.com/2011/12/crippling-stippling/">Comment</a> / <a href="http://www.facebook.com/sharer.php?u=http://monovektor.com/2011/12/crippling-stippling/&t=CRIPPLING STIPPLING">Share on Facebook</a> / 
	
	<a href="http://twitter.com/home/?status=CRIPPLING+STIPPLING:%20http://monovektor.com/2011/12/crippling-stippling/">Tweet</a> / <a href="http://digg.com/submit?phase=2&url=http://monovektor.com/2011/12/crippling-stippling/&title=CRIPPLING+STIPPLING">Digg</a> / <a href="http://delicious.com/post?url=http://monovektor.com/2011/12/crippling-stippling/&title=CRIPPLING+STIPPLING">Save on Delicious</a></small><br /><br />]]></description>
				<content:encoded><![CDATA[<p>This post is part of, and my reply to, a discussion on the <a title="Stippling Effect" href="http://scriptographer.org/forum/wish-list/stippling-effect/?pos=0#Post-4378" target="_blank">Scriptographer</a> forum regarding how to emulate <a title="Stippling" href="http://en.wikipedia.org/wiki/Stippling" target="_blank">stippling</a>. I have been thinking of a script like this for a long time &#8211; well, I&#8217;d say it&#8217;s more of a pseudo-stochastic raster than a stippler &#8211; but along the way, more and more problems have become apparent. Nevertheless, I wanted to be sure so I wrote a quick and dirty script to see how my theories would hold up.<br />
<img class="aligncenter size-large wp-image-1936" title="Iä! Iä! Cthulhu Fhtagn!" src="http://monovektor.com/wp-content/uploads/2011/12/PSR-05-590x590.png" alt="" width="590" height="590" /></p>
<p><span id="more-1922"></span></p>
<p>My way about this problem is that I divided an image into smaller squares (in this case a roughly 800 x 750 image would be divided into 32 x 32 squares).<br />
<img class="aligncenter size-large wp-image-1925" title="Iä! Iä! Shub niggurath!" src="http://monovektor.com/wp-content/uploads/2011/12/PSR-06-590x589.png" alt="" width="590" height="589" />From each square I would sample its color. Based on that colors light intensity (a value somewhere between 0-1), a predefined maximum number of dots &#8211; I used 36 &#8211; was to be multiplied and randomly placed inside that square as such;</p>
<p><em>dot distribution = {more < intensity > less}</em><br />
<img class="aligncenter size-large wp-image-1923" title="Ph'nglui Mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." src="http://monovektor.com/wp-content/uploads/2011/12/PSR-02-590x590.png" alt="" width="590" height="590" />The result as you can see is an almost uniform distribution of some 40,000+ dots. There is virtually no contrast. If you squint your eyes you just might see some density variation, if you&#8217;re lucky! Next step was to try out a variable dot size version;</p>
<p><em>dot distribution = {more &#038; larger < intensity > less &#038; smaller}</em><br />
<img class="aligncenter size-large wp-image-1924" title="That is not dead..." src="http://monovektor.com/wp-content/uploads/2011/12/PSR-03-590x588.png" alt="" width="590" height="588" />This showed much improvement in terms of contrast but the details are absent because of the size of the sample area.<br />
Reducing the sample area would greatly increase the number of dots. Lets say I subdivide the image into 64 x 64 squares instead of 32 x 32, and the maximum number of dots per square remains the same &#8211; 36 dots &#8211; the total dot count would go from 36,864 to 147,456.<br />
In order to get some discernible details at all on a medium sized image of say 800 x 600, I wouldn&#8217;t go higher than 12 x 12 pixels per subdivision (~ 66 x 50 sample areas).<img class="aligncenter size-large wp-image-1939" title="...which can eternal lie," src="http://monovektor.com/wp-content/uploads/2011/12/PSR-07-590x590.png" alt="" width="590" height="590" />An image subdivided into 66 x 50 areas with a maximum of 36 dots per area could yield a maximum of 118,800 dots. Each dot consists of 2-4 anchors (depending on how you choose to draw them little bastards). This brings the total number of anchorpoints to somewhere between 237,600-475,200. A staggering amount and not very pleasant to work with.<br />
Finally I tried the different versions but keeping the color values.<br />
<img class="aligncenter size-large wp-image-1943" title="and with strange aeons..." src="http://monovektor.com/wp-content/uploads/2011/12/PSR-01-590x590.png" alt="" width="590" height="590" />Still no improvement on fidelity and what&#8217;s more is that the square mosaics (kinda like JPEG-artifacting) are even more evident when using colors. Not to mention when dot size is uniform and larger.<br />
<img class="aligncenter size-large wp-image-1944" title="...even death may die." src="http://monovektor.com/wp-content/uploads/2011/12/PSR-04-590x590.png" alt="" width="590" height="590" />I&#8217;d say that unless some sort of voronoi black magic is used, hell even some image quantizing using halftone dithering, it&#8217;s going to be no easy task making a memory efficient stippler in Scriptographer.<a href="http://monovektor.com/wp-content/uploads/2011/12/plant.jpg"><img class="size-large wp-image-1948 aligncenter" title="Fungi of Yuggoth?" src="http://monovektor.com/wp-content/uploads/2011/12/plant-590x310.jpg" alt="" width="590" height="310" /></a>So, until someone comes up with a working script I would suggest using <a title="Vectoraster 4" href="http://www.lostminds.com/content/show_product.php?id=vectoraster4" target="_blank">Vectoraster 4</a> instead &#8211; it&#8217;s only $25 and it comes with a ton of cool features, although it&#8217;s Mac only.<br />
<a href="http://monovektor.com/wp-content/uploads/2011/12/Cthulhu.png"><img class="aligncenter size-large wp-image-1953" title="Cthulhu by Vectoraster 4" src="http://monovektor.com/wp-content/uploads/2011/12/Cthulhu-590x590.png" alt="" width="590" height="590" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SOMETHING SOMETHING (IN SPANISH)</title>
		<link>http://monovektor.com/2011/08/something-something-in-spanish/</link>
		<comments>http://monovektor.com/2011/08/something-something-in-spanish/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 10:31:36 +0000</pubDate>
		<dc:creator><![CDATA[Håkan @ Monovektor]]></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Scriptographer]]></category>
		<category><![CDATA[Cubes]]></category>
		<category><![CDATA[Infographics]]></category>
		<category><![CDATA[Isometric]]></category>
		<category><![CDATA[Mosaics]]></category>
		<category><![CDATA[Rasters]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://monovektor.com/?p=1209</guid>
		<description><![CDATA[Iñaki Soria Izquierdo in Barcelona found my script useful and made this with it. It makes me happy!<br /><br /><small><a href="http://monovektor.com/2011/08/something-something-in-spanish/">Comment</a> / <a href="http://www.facebook.com/sharer.php?u=http://monovektor.com/2011/08/something-something-in-spanish/&t=SOMETHING SOMETHING (IN SPANISH)">Share on Facebook</a> / 
	
	<a href="http://twitter.com/home/?status=SOMETHING+SOMETHING+%28IN+SPANISH%29:%20http://monovektor.com/2011/08/something-something-in-spanish/">Tweet</a> / <a href="http://digg.com/submit?phase=2&url=http://monovektor.com/2011/08/something-something-in-spanish/&title=SOMETHING+SOMETHING+%28IN+SPANISH%29">Digg</a> / <a href="http://delicious.com/post?url=http://monovektor.com/2011/08/something-something-in-spanish/&title=SOMETHING+SOMETHING+%28IN+SPANISH%29">Save on Delicious</a></small><br /><br />]]></description>
				<content:encoded><![CDATA[<p><a title="I am Soria" href="http://iamsoria.com/" target="_blank">Iñaki Soria Izquierdo</a> in Barcelona found my <a title="Isometric Raster" href="http://scriptographer.org/scripts/raster-scripts/mosaic-staple-raster/" target="_blank">script</a> useful and made this with it. It makes me happy!</p>
<p><iframe src="http://player.vimeo.com/video/21353313" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><a href="http://monovektor.com/wp-content/uploads/2011/08/01.jpg"><img class="size-large wp-image-1216 alignleft" title="Teaching Seminar on Natural Sciences" src="http://monovektor.com/wp-content/uploads/2011/08/01-590x699.jpg" alt="" width="590" height="699" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FONTICON</title>
		<link>http://monovektor.com/2011/02/fonticon/</link>
		<comments>http://monovektor.com/2011/02/fonticon/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 13:03:14 +0000</pubDate>
		<dc:creator><![CDATA[Håkan @ Monovektor]]></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Scriptographer]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Mosaics]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Symbols]]></category>
		<category><![CDATA[Tiles]]></category>

		<guid isPermaLink="false">http://monovektor.com/?p=221</guid>
		<description><![CDATA[I&#8217;ve always been impressed by those colorful patterns produced by Kapitza. It&#8217;s nothing shy of genius creating a set of geometric fonts and then just type to your hearts content. The idea of making something, preferably complex, out of a limited set of rules, principles or objects is very appealing to me. It&#8217;s like art <a href="http://monovektor.com/2011/02/fonticon/">[more…]</a><br /><br /><small><a href="http://monovektor.com/2011/02/fonticon/">Comment</a> / <a href="http://www.facebook.com/sharer.php?u=http://monovektor.com/2011/02/fonticon/&t=FONTICON">Share on Facebook</a> / 
	
	<a href="http://twitter.com/home/?status=FONTICON:%20http://monovektor.com/2011/02/fonticon/">Tweet</a> / <a href="http://digg.com/submit?phase=2&url=http://monovektor.com/2011/02/fonticon/&title=FONTICON">Digg</a> / <a href="http://delicious.com/post?url=http://monovektor.com/2011/02/fonticon/&title=FONTICON">Save on Delicious</a></small><br /><br />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve always been impressed by those colorful patterns produced by <a href="http://kapitza.com/" target="_blank">Kapitza</a>. It&#8217;s nothing shy of genius creating a set of geometric fonts and then just type to your hearts content.</p>
<p><img class="alignnone size-full wp-image-275" title="Geometric by Kapitza" src="http://monovektor.com/wp-content/uploads/2011/02/kapitza-grid.jpg" alt="" width="435" height="435" /></p>
<p>The idea of making something, preferably complex, out of a limited set of rules, principles or objects is very appealing to me. It&#8217;s like art sprung out of (almost) nothingness. It&#8217;s called synergy &#8211; when the sum is greater than its parts. I think these patterns adresses just that; very simple and mundane geometric shapes, but put together, they create something more with seemingly infinte possibilities of variation.</p>
<p>Now, I thought about this for a while, wondering if I had the patience to construct my own symbols and shapes and  turn them into a working font, I finaly decided I had not. What would be the point, it&#8217;s been done already. Although, I had one concern, as all these symbols where made as fonts there isn&#8217;t a very intuitive way to rotate a symbol or flip it around its own axis. Sure, it isn&#8217;t that hard to flip a character around, but say if there are a 1000 different symbols it becomes time consuming and counterproductive.</p>
<p><span id="more-221"></span></p>
<p>My solution to this problem was to create a script which allowed me to type with objects instead of letters. Each object would be assigned to a specific letter with the added ability to rotate and flip each object during typing using the arrowkeys.</p>
<p><img class="alignnone size-large wp-image-279" title="Objects" src="http://monovektor.com/wp-content/uploads/2011/02/Objects-590x207.png" alt="" width="590" height="207" /></p>
<p>This way I could reduce the number of objects to a minimum.</p>
<p>I added some other features as well. I can navigate around the artboard using the arrowkeys or simply clicking anywhere with the mouse. The script calculates the right position to line up the objects perfectly, it also takes any tile spacing into consideration, should there be any.</p>
<p><img class="alignnone size-full wp-image-280" title="Tool options" src="http://monovektor.com/wp-content/uploads/2011/02/Tool-options.png" alt="" width="581" height="300" /></p>
<p>Fonticon works really well and can be alot of fun to play around with, building a picture from the ground up. I would say that this is a much more intuitive way of building patterns and you don&#8217;t have to make all your shapes and symbols into a working font either so the workflow should be faster. The only problem, and a pretty big one at that, is that I currently haven&#8217;t figured out an easy way to colorize them since each object is actually several small objects grouped togehter with a transparent &#8220;frame&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISOMETRIC BLOCKS</title>
		<link>http://monovektor.com/2011/02/isometric-blocks/</link>
		<comments>http://monovektor.com/2011/02/isometric-blocks/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 13:43:54 +0000</pubDate>
		<dc:creator><![CDATA[Håkan @ Monovektor]]></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Scriptographer]]></category>
		<category><![CDATA[A500]]></category>
		<category><![CDATA[Cubes]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Isometric]]></category>
		<category><![CDATA[Mosaics]]></category>
		<category><![CDATA[Rasters]]></category>
		<category><![CDATA[thumb]]></category>

		<guid isPermaLink="false">http://monovektor.com/?p=208</guid>
		<description><![CDATA[After I made the Saville script I spent alot of time reading the reference pages on Scriptographer and discovered the possibility to place an arbitrary path onto a bitmap picture and then color the path with the average color from that area. This got me thinking that I could make a variant of the Saville <a href="http://monovektor.com/2011/02/isometric-blocks/">[more…]</a><br /><br /><small><a href="http://monovektor.com/2011/02/isometric-blocks/">Comment</a> / <a href="http://www.facebook.com/sharer.php?u=http://monovektor.com/2011/02/isometric-blocks/&t=ISOMETRIC BLOCKS">Share on Facebook</a> / 
	
	<a href="http://twitter.com/home/?status=ISOMETRIC+BLOCKS:%20http://monovektor.com/2011/02/isometric-blocks/">Tweet</a> / <a href="http://digg.com/submit?phase=2&url=http://monovektor.com/2011/02/isometric-blocks/&title=ISOMETRIC+BLOCKS">Digg</a> / <a href="http://delicious.com/post?url=http://monovektor.com/2011/02/isometric-blocks/&title=ISOMETRIC+BLOCKS">Save on Delicious</a></small><br /><br />]]></description>
				<content:encoded><![CDATA[<p>After I made the <a href="http://monovektor.com/2011/02/saville-raster/" target="_self">Saville script</a> I spent alot of time reading the reference pages on <a href="http://www.scriptographer.org/" target="_blank">Scriptographer</a> and discovered the possibility to place an arbitrary path onto a bitmap picture and then color the path with the average color from that area. This got me thinking that I could make a variant of the Saville script. But instead of reading the color value of single pixels, I could split the bitmap picture into a grid, take the average color value from each area in the grid, and, just like the Saville script, use that value as the height of blocks in an isometric view.</p>
<p><img class="alignnone size-full wp-image-248" title="Blocks" src="http://monovektor.com/wp-content/uploads/2011/02/Picture-14.png" alt="" width="268" height="379" /></p>
<p>This worked just fine. However the math to build the isometric blocks turned out to be somewhat tricky for someone like me who had virtualy no experience in programming.</p>
<p>It creates a kind of retro game feeling, almost like that old Marble Madness game I played in my early teens.</p>
<p><a href="http://monovektor.com/wp-content/uploads/2011/02/Marble-Madness.jpg"><img class="alignnone size-large wp-image-239" title="Marble Madness" src="http://monovektor.com/wp-content/uploads/2011/02/Marble-Madness-590x426.jpg" alt="" width="590" height="426" /></a></p>
<p><a href="http://monovektor.com/wp-content/uploads/2011/02/Picture-10.png"><img class="alignnone size-large wp-image-240" title="Isometric Blocks" src="http://monovektor.com/wp-content/uploads/2011/02/Picture-10-590x357.png" alt="" width="590" height="357" /></a></p>
<p>Unfortunately, there are some memory constrains and speed issues when working with javascript in Illustrator so if I wanted to produce this effect for every pixel in a picture it would have to be a small bitmap in order to avoid a memory overflow error. But as an abstract blocky isometric picture generator it works just fine!</p>
<p><a href="http://monovektor.com/wp-content/uploads/2011/02/20110217-134615.jpg"><img class="alignnone size-large wp-image-207" title="Isometric Blocks" src="http://monovektor.com/wp-content/uploads/2011/02/20110217-134615-590x294.jpg" alt="" width="590" height="294" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
