<?xml version="1.0" encoding="utf-8"?>
				<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
				 xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
			    <channel> 
			    <generator>Filter Forge Site</generator> 
			    <title>www.filterforge.com - Comments on Filters</title> 
			    <description></description> 
			    <link>http://www.filterforge.com/forum/list.php?FID=11</link> 
			    <language>en</language> 
			    <webMaster>support@filterforge.com</webMaster> 
			    <copyright>(C) 2006</copyright> 
			    <pubDate>Wed, 19 Jun 2013 22:12:35 -0400</pubDate> 
			    <lastBuildDate>Wed, 19 Jun 2013 22:12:35 -0400</lastBuildDate> 
			    <item><title>Glitterizer by Nebreah2</title> 
		             <dc:creator>Apple</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 19 Jun 2013 21:18:11 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11376</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11376</guid>
		             <description><script>
if (phpVars == null || typeof(phpVars) != "object")
{
	var phpVars = {
		'ADMIN_THEME_ID': '.default',
		'titlePrefix': 'Filter Forge - '};
}

window.onForumImageLoad = function(oImg, w, h, family, oImg1)
{
	if (typeof oImg == "string")
	{
		oImg = document.getElementById(oImg);
	}
	if (oImg == null || typeof oImg != "object")
	{
		return false;
	}
	
	family = (family && family.length > 0 ? family : "");
    var img = {'width' : 0, 'height' : 0};
    
	if (oImg.naturalWidth)
	{
		img['width'] = oImg.naturalWidth;
		img['height'] = oImg.naturalHeight;
	}
	else
	{
		img['width'] = oImg.width;
		img['height'] = oImg.height;
	}
	var k = 1;
	w = parseInt(w);
	w = (w > 0 ? w : 100);
	h = parseInt(h);
	
	
	if (h <= 0 && img['width'] > w)
	{
    	k = w/img['width'];
	}
	else if (h > 0 && (img['width'] > w || h > img['height']))
	{
		if (img['width'] <= 0)
			k = h/img['height'];
		else
			k = Math.min(w/img['width'], h/img['height']);
	}
	
	if (0 < k && k < 1)
	{
        oImg.style.cursor = 'pointer';
        oImg.onclick = new Function("onForumImageClick(this, '" + img['width'] + "', '" + img['height'] + "', '" + family +"')");
        if (h > 0)
        {
	        var width = parseInt(img['width'] * k);
	        var height = parseInt(img['height'] * k);
	        oImg.width = width;
	        oImg.height = height;
        }
	}
}
window.onForumImageClick = function(oImg, w, h, family)
{
	if (oImg == null || typeof oImg != "object")
		return false;

	w = (w <= 0 ? 100 : w);
	h = (h <= 0 ? 100 : h);
	family = (family && family.length > 0 ? family : "");
	var div = null;
	var id = 'div_image' + (family.length > 0 ? family : oImg.id);
	if (family.length > 0)
	{
		div = document.getElementById(id);
		if (div != null && typeof div == "object")
			div.parentNode.removeChild(div);
	}
	div = document.createElement('div');
	div.id = id;
	div.className = 'forum-popup-image';
	div.style.position = 'absolute';
	div.style.width = w + 'px';
	div.style.height = h + 'px';
	div.style.zIndex = 80;
	div.onclick = function(){
		jsFloatDiv.Close(this);
		this.parentNode.removeChild(this);};
	
	var pos = {};
	var res = jsUtils.GetRealPos(oImg);
	var win = jsUtils.GetWindowScrollPos();
	var win_size = jsUtils.GetWindowInnerSize();
	var img = new Image();
	var div1 = document.createElement('div');
	
	pos['top'] = parseInt(res['top'] + oImg.offsetHeight/2 - h/2);
	if ((parseInt(pos['top']) + parseInt(h)) > (win['scrollTop'] + win_size['innerHeight']))
	{
		pos['top'] = (win['scrollTop'] + win_size['innerHeight'] - h - 10);
	}
	if (pos['top'] <= win['scrollTop'])
	{
		pos['top'] = win['scrollTop'] + 10;
	}
	
	pos['left'] = parseInt(res['left'] + oImg.offsetWidth/2 - w/2);
	pos['left'] = (pos['left'] <= 0 ? 10 : pos['left']);
	
	div1.style.left = (w - 14) + "px";
	div1.style.top = "0px";
	
	div1.className = 'empty';
	div1.style.zIndex = 82;
	div1.style.position = 'absolute';
	div1.style
	div.appendChild(div1);
	
	img.width = w;
	img.height = h;
	img.style.cursor = 'pointer';
	img.src = oImg.src;
	
	div.appendChild(img);
	document.body.appendChild(div);
	jsFloatDiv.Show(div, pos['left'], pos['top']);
}

function onForumImagesLoad()
{
	if (oForumForm && oForumForm['images_for_resize'] && oForumForm['images_for_resize'].length > 0)
	{
		for (var ii = 0; ii < oForumForm['images_for_resize'].length; ii++)
		{
			var img = document.getElementById(oForumForm['images_for_resize'][ii]);
			if (img != 'null' && img && img.tagName == "IMG")
			{
				img.onload();
			}
		}
	}
}
if (jsUtils.IsIE())
{
	jsUtils.addEvent(window, "load", onForumImagesLoad);
}
if (typeof oForumForm != "object")
	var oForumForm = {};
oForumForm['images_for_resize'] = [];
</script>
<script>oForumForm['images_for_resize'].push('popup_607269355');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Apple&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 06:41:21 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Glitterizer by Nebreah2&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11546.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11546.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11546.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11546-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_607269355' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Apple&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 06:42:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Oh love this one.&lt;br /&gt;Looks super glittery!&lt;br /&gt;&lt;br /&gt;Thank you!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 10:02:27 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW! this look very and super glittery and it seems that it gives a great, beautiful and realistic result&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;a close up of a tulip flower&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 19 Jun 2013 03:51:43 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and here it looks like the white background is converted to nice silver glitter and also keep good the details while adding the glitter bits&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Nebreah2&lt;/b&gt;, &lt;em&gt;Wed, 19 Jun 2013 21:18:11 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I am so glad that you are enjoying  the filter, Apple. You are welcome. I had a wonderful time creating it. Thank you so very much SpaceRay. Your images are beautiful. Thank you for sharing them. I really love how the filter keeps the detail too. &lt;br /&gt;&lt;br /&gt;Have fun Glitterizing!&lt;/p&gt;
</description>
</item>
<item><title>Random Bezier Shape by ThreeDee</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 19 Jun 2013 20:18:42 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11377</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11377</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_240326920');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 09:50:06 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Random Bezier Shape by ThreeDee&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11553.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11553.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11553.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11553-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_240326920' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 09:55:38 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!! I never expected that this project and experiment would give such a wonderful and great result that I love it much.&lt;br /&gt;&lt;br /&gt;Thanks really much for making this gem beauty and admire the knowdledge and skills that you have to be able to make this kind of things that are much beyond all the &quot;normal&quot; and &quot;usual&quot; filter that can be found.&lt;br /&gt;&lt;br /&gt;As it can be seen here, this can get very complex and well done graphics&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 17:23:57 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Here is the same settings as above but without showing the control points, I can´t say which one I prefer more, as I like and love both of them&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 18:06:26 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;What I wonder and do not know is what most of the FF filter creator do NOT want to give access to the &quot;Allow images&quot; when they aubmit a filter to the library, I agree and understand that sometimes the result would be bad and not good, but others times like it happens in this filters, the result could be interesting, and I do not mean that necessarily to allow images in every single setting, but in the ones that could be possible to use and get a good result.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;angelize&lt;/b&gt;, &lt;em&gt;Wed, 19 Jun 2013 20:18:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;This is interesting, and I think its wonderful, but is there some way that the bezier handles and control points could be selectable and controlled with a curve control component? or I saw a video of a new node based photo editor/paint program being developed and in the video you see the guy selecting a rectangular selection by clicking and dragging on the preview. &lt;a href='http://igg.me/at/nodepaint/x/1641475' target='_blank' rel='nofollow'&gt;see here&lt;/a&gt; Imagine if those control points and bezier handles could be selected and manipulated on the preview window!&lt;/p&gt;
</description>
</item>
<item><title>Old Brick by cfree68</title> 
		             <dc:creator>3dsBlend</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 19 Jun 2013 14:12:28 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8183</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8183</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1631099028');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;3dsBlend&lt;/b&gt;, &lt;em&gt;Sat, 12 Feb 2011 21:24:03 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Old Brick by cfree68&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9384.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/9384.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9384.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/9384-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1631099028' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;3dsBlend&lt;/b&gt;, &lt;em&gt;Sat, 12 Feb 2011 21:24:16 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Wow! This one is good!!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Sun, 13 Feb 2011 20:51:05 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;nice!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;cfree68&lt;/b&gt;, &lt;em&gt;Mon, 14 Feb 2011 12:13:30 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks!  I've actually done a few more since this one that are much better, but I just have not had time to upload them and get them ready for general use.&lt;br /&gt;&lt;br /&gt;I have to say good brick is extremely hard to create.  I'm still not satisfied with where I'm at on it.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Wed, 19 Jun 2013 14:12:28 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;This brick is awesome. Really powerful, congrats.&lt;/p&gt;
</description>
</item>
<item><title>Feels like summer by Tim2501</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 19 Jun 2013 03:26:13 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11384</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11384</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1818015672');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 19 Jun 2013 03:25:12 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Feels like summer by Tim2501&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11554.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11554.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11554.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11554-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1818015672' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 19 Jun 2013 03:26:13 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cool, good and nice background textures, and the foreground mesh, good idea&lt;/p&gt;
</description>
</item>
<item><title>Arial TD Font Snippet by ThreeDee</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Tue, 18 Jun 2013 17:22:29 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11368</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11368</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1093354452');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 06:15:45 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Arial TD Font Snippet by ThreeDee&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11541.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11541.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11541.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11541-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1093354452' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 06:19:03 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Great and very good that this is available already in the online library AND now it has the transparent background that is much better than having it with a white background.&lt;br /&gt;&lt;br /&gt;It is very well organized and well done, thanks very much for all the hard work and all the time you have spent for making by hand each one of the individual letters and arrange all of them in clean organized groups&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Sphinx.&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 16:25:14 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;That took some time to make! :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Lucato&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 17:22:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I had to log-in just to say congratulations to you, because what a hard work you have passed through! Amazing job!&lt;br /&gt;Thanks for sharing such snippet.&lt;br /&gt;&lt;br /&gt;It will be great if one day we get to select a filter/snippet and into FF select &quot;Make a Component&quot;. :0)&lt;br /&gt;&lt;br /&gt;Have a great day and congratulations once again.&lt;br /&gt;Lucato.&lt;br /&gt;Log off. ;0)&lt;/p&gt;
</description>
</item>
<item><title>3 Tone Coloring by Skybase</title> 
		             <dc:creator>Morgantao</dc:creator> 
		             <category></category> 
		             <pubDate>Tue, 18 Jun 2013 06:52:49 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10102</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10102</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1058747209');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Tue, 26 Jun 2012 05:03:14 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;3 Tone Coloring by Skybase&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10764.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10764.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10764.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10764-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1058747209' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Tue, 26 Jun 2012 05:04:25 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;YAY!  It's here!  :banana:  :ff:  :beer: &lt;br /&gt;&lt;br /&gt;I like this one VERY much.  I'm going to use it all the time!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 26 Jun 2012 05:20:26 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Have just tried this and seems to be very good and curious and interesting way to color and modify the images. Very well done and good settings you have put for customization.&lt;br /&gt;&lt;br /&gt;Thanks very much  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 26 Jun 2012 11:24:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Congratulations for the EP ! (Editor´s Pick award) and being put in the Facebook page&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Indigo Ray&lt;/b&gt;, &lt;em&gt;Tue, 26 Jun 2012 19:53:36 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Impressive! 8)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Wed, 27 Jun 2012 12:28:13 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Saaweeeeeeeeeet!  :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Wed, 27 Jun 2012 12:42:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;It got an EP for a reason  :) &lt;br /&gt;Glad to see I'm not the only one who loves this one.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Wed, 27 Jun 2012 13:02:56 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks people :) &lt;br /&gt;&lt;br /&gt;I just realized I need to fix the scaling of the cross hatching.. If the image is basically 5000x3000 or over, the lines tend to look super thick when zoomed at 100%. It's a mild problem. Least for me.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Wed, 27 Jun 2012 13:19:45 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;If the image is basically 5000x3000 or over, FF tends to crap out with a bad allocation error.  Least for most people  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Sat, 30 Jun 2012 09:38:49 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;very nice! and congrats on the EP! :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Apple&lt;/b&gt;, &lt;em&gt;Tue, 18 Jun 2013 06:52:49 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Wonderful filter and very usefull!!!&lt;/p&gt;
</description>
</item>
<item><title>Arial TD Numbers Snippet by ThreeDee</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 17 Jun 2013 09:26:14 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11370</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11370</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1901102436');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 06:48:50 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Arial TD Numbers Snippet by ThreeDee&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11542.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11542.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11542.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11542-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1901102436' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 06:51:26 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Great and very good that you have also made the numbers available and not &lt;a href='http://filterforge.com/forum/read.php?FID=11&amp;TID=11368' target='_blank' rel='nofollow'&gt;only the Arial alphabet letters&lt;/a&gt; and this is available already in the online library AND now it has the transparent background that is much better than having it with a white background. &lt;br /&gt;&lt;br /&gt;It is very well organized and well done, thanks very much for all the hard work and all the time you have spent for making by hand each one of the individual numbers and arrange all of them in clean organized groups&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Hafgandil&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 09:26:14 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I definitely need to check this out!&lt;/p&gt;
</description>
</item>
<item><title>sh Tiles 01 by Hafgandil</title> 
		             <dc:creator>Hafgandil</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 17 Jun 2013 09:25:07 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11372</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11372</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_810717917');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Hafgandil&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 09:24:21 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;sh Tiles 01 by Hafgandil&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11533.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11533.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11533.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11533-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_810717917' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Hafgandil&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 09:25:07 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;My first Tile Tetxure. It really is a virtual remake of my wall tiles in my bathroom ;)Enjoy!&lt;/p&gt;
</description>
</item>
<item><title>Spherical Projection by inujima</title> 
		             <dc:creator>voldemort</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 17 Jun 2013 04:29:11 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8610</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8610</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1636227915');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;voldemort&lt;/b&gt;, &lt;em&gt;Tue, 21 Jun 2011 15:07:44 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Spherical Projection by inujima&lt;br /&gt;&lt;a href='http://filterforge.com/filters/9689.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/9689.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/9689.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/9689-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1636227915' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;voldemort&lt;/b&gt;, &lt;em&gt;Tue, 21 Jun 2011 15:08:31 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;How In the heck you ever figured out the proper mapping for this filter using the lookup component I will never know.  Well done well done indeed&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 06 Jan 2012 02:35:36 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;How this excellent and very well done filter have not had MORE comments and have got a HU ?&lt;br /&gt;&lt;br /&gt;It seems that they are not grateful and do not stop to say at least thank you to the maker of the filter.&lt;br /&gt;&lt;br /&gt;Voldemort you are right, you, that for me, you are the king of the distortions, have not made a proper distortion sherical like this (not neededing ONLY square photos), and inujima have figured out how to do it properly and very well done. Although you (voldemort) have lots of great and excellent filters made. &lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;MANY EXAMPLES DONE WITH THIS WELL DONE AND GREAT FILTER&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;I have put many different examples of what this great and beautiful filter can do with a panoramic rectangular photo&lt;br /&gt;&lt;br /&gt;Please see those examples I have made in this other thread here ----&amp;gt; &lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/forum/read.php?FID=15&amp;TID=9300&amp;MID=98485&amp;sphrase_id=782618#message98485' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/forum/read...ssage98485&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;COULD THE &lt;a href='http://www.filterforge.com/filters/10113.html' target='_blank' rel='nofollow'&gt;ORNAMENTAL BALL FILTER &lt;/a&gt;BE MODIFIED AND CHANGED WITH THE KIND OF 2D PROJECTIONS USED IN THIS FILTER HERE ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Inujima, you have done both filters, but in this one you have 3D Spherical Proyections AND ALSO have 2D spherical Projections using kind of similar Polar coordinates.&lt;br /&gt;&lt;br /&gt;I have a question and possible suggestion: ¿ Could the Ornamented ball filter be modified to ALSO include the 2D spherical projections as can be seen in this Spherical Projection filter ?&lt;br /&gt;&lt;br /&gt;I know that is NOT the same thing and in this one is based on a external photo, and on the ornamented ball is based on a FF generated images, BUT would be really interesting to have the lovely and beautiful metallic ornamental grids and textures on 2D projections also. &lt;br /&gt;&lt;br /&gt;AND also be able to change the background beautiful textures with your own textures or photos without going to the filter editor.&lt;br /&gt;&lt;br /&gt;I do not know if this could be possible to do, or could be very difficult.&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_1663751409');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;inujima&lt;/b&gt;, &lt;em&gt;Mon, 09 Jan 2012 19:58:55 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Although there is no plan updating both of the filters at present, a combined filter can be made immediately.  :) &lt;br /&gt;&lt;img src='http://img860.imageshack.us/img860/7589/87266780.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1663751409' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://uploading.com/files/6cdcefb9/Ornamented%2BBall%2Band%2BSpherical%2BProjection.ffxml/' target='_blank' rel='nofollow'&gt;This filter is here&lt;/a&gt;&lt;br /&gt;Since filter file size has exceeded over 300Kbytes, uploaded to different site. &lt;br /&gt;Perhaps, this link will be deleted after 3 months.&lt;br /&gt;I think upload size of this forums is too small. :evil:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;GMM&lt;/b&gt;, &lt;em&gt;Tue, 10 Jan 2012 04:14:22 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;inujima wrote:&lt;/b&gt;&lt;br /&gt;Since filter file size has exceeded over 300Kbytes&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;We've increased the attachment size limit to 512 KB.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;inujima&lt;/b&gt;, &lt;em&gt;Tue, 10 Jan 2012 10:44:18 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thank you, GMM.&lt;br /&gt;I upload same file above here.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Sun, 15 Jan 2012 16:59:02 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!!!! Inujima if I thought that your Ornamented balls AND Spherical Projection filters was really great, wonderful and awesomely done, what I have to say when you COMBINE and &quot;Colision&quot; BOTH ??? &lt;br /&gt;&lt;br /&gt;Explosion of Awesomeness !!!! &lt;br /&gt;&lt;br /&gt;You have made a excellent work mixing both in one filter and now is even much more interesting, useful and lovely, and with more possibilities and features working toghether to make beautiful results.&lt;br /&gt;&lt;br /&gt;Thanks really very much for creating this mix of both filters.&lt;br /&gt;&lt;br /&gt;I think that you should send this as a new filter to the library.&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_93120078');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;inujima&lt;/b&gt;, &lt;em&gt;Mon, 17 Jun 2013 04:29:11 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I upload FF4 Group Component Version.&lt;br /&gt;&lt;img src='http://img153.imageshack.us/img153/8229/mc08.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_93120078' border='0' /&gt;&lt;/p&gt;
</description>
</item>
<item><title>Pipes by Mongoose King</title> 
		             <dc:creator>Ghislaine</dc:creator> 
		             <category></category> 
		             <pubDate>Sun, 16 Jun 2013 06:53:13 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10097</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10097</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1441330551');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Ghislaine&lt;/b&gt;, &lt;em&gt;Mon, 25 Jun 2012 09:29:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Pipes by Mongoose King&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10756.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10756.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10756.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10756-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1441330551' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Ghislaine&lt;/b&gt;, &lt;em&gt;Mon, 25 Jun 2012 09:31:22 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cool Mongoose ! I'm waiting to be able to download this nice filter. :) The FF server is sleeping LOL&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Mon, 25 Jun 2012 11:27:40 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Good to see it finaly online  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Mongoose King&lt;/b&gt;, &lt;em&gt;Mon, 25 Jun 2012 17:20:51 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Well, I've submitted an update already so you'll be downloading it all over again tomorrow.  :P  About a minute after I submitted it I realised I could cut out an entire branch of the filter, about 1/3 of the components and have it look pretty much just as good.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 25 Jun 2012 21:27:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Very well done, like it much how it looks and this gives lots of possible combinations and even more if you count that thankfully you have activated the &quot;allowed images&quot; so you can load your own images to be wrapped around the pipes as texture.&lt;br /&gt;&lt;br /&gt;Congratulations, you are the winner of the pipes challenge after 5 years of FF.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Elentor&lt;/b&gt;, &lt;em&gt;Mon, 25 Jun 2012 21:42:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;A most elegant solution. Kudos!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;soho&lt;/b&gt;, &lt;em&gt;Thu, 05 Jul 2012 02:10:12 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I like it&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_1830490891');</script>
<script>oForumForm['images_for_resize'].push('popup_658613503');</script>
<script>oForumForm['images_for_resize'].push('popup_613118315');</script>
<script>oForumForm['images_for_resize'].push('popup_666531469');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Sat, 25 Aug 2012 04:58:56 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;These are some of the presets to show how well done and beautiful and detailed this filter is&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/10756.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1830490891' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/10756-v8.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_658613503' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/10756-v8.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_613118315' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/10756-v2.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_666531469' border='0' /&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Mongoose King&lt;/b&gt;, &lt;em&gt;Sun, 30 Sep 2012 10:21:12 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Been trying out a new version that will let you have custom shapes and images on the circuit boxes.  Here's an example...&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Mon, 01 Oct 2012 02:50:09 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cool idea  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 02 Oct 2012 03:32:21 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I agree too, cool and good idea to have custom images like the ones you have shown  :)  8)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Burt&lt;/b&gt;, &lt;em&gt;Sat, 22 Dec 2012 05:07:01 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I like this. Think it will be useful for generating circuitry too - thumbs up.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Space Octopus&lt;/b&gt;, &lt;em&gt;Sun, 16 Jun 2013 06:53:13 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;This is honestly one of my favorites of all time. Probably #1 or #2 on my list in fact! Really great work.&lt;/p&gt;
</description>
</item>
<item><title>Ripple Explorer by ddaydreams</title> 
		             <dc:creator>ddaydreams</dc:creator> 
		             <category></category> 
		             <pubDate>Sat, 15 Jun 2013 19:54:40 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10842</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10842</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_731973933');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Sat, 19 Jan 2013 14:04:41 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Ripple Explorer by ddaydreams&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11191.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11191.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11191.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11191-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_731973933' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Sat, 19 Jan 2013 14:05:51 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Go Ahead! Explore. I dare you ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:24:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Nice texture and color shades, cool distorsions and ripples  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Sat, 15 Jun 2013 19:54:40 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks SpaceRay&lt;br /&gt;I wanted to be able to zoom out then scroll around until I find an interesting shape and then center it and then zoom in on it to make the interesting feature fill the picture. Must be careful not to OUT too far or it gets slow.&lt;/p&gt;
</description>
</item>
<item><title>Building gen by dactilardesign</title> 
		             <dc:creator>dactilardesign</dc:creator> 
		             <category></category> 
		             <pubDate>Sat, 15 Jun 2013 03:39:34 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11357</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11357</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1171396410');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 09:04:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Building gen by dactilardesign&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11531.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11531.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11531.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11531-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1171396410' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 09:07:49 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Enjoy, I am really proud of this one! &lt;br /&gt;&lt;br /&gt;* it's a bit slow, but could be worse&lt;br /&gt;* FF2 has a bug wich won't render at 1024 or higher (at least in my computer)&lt;br /&gt;* Next iteration may bring random wood and window texture but that may slow down a lot the filter (right now windows are clones).&lt;br /&gt;* Not worth an Editor's Pick :(&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 09:41:30 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Well you should be REALLY proud of this. It looks incredible! :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ThreeDee&lt;/b&gt;, &lt;em&gt;Sat, 15 Jun 2013 03:39:34 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Really nice!&lt;/p&gt;
</description>
</item>
<item><title>mw_Oil Film by marwyn</title> 
		             <dc:creator>marwyn</dc:creator> 
		             <category></category> 
		             <pubDate>Fri, 14 Jun 2013 17:02:32 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11351</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11351</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1606020133');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 05:05:51 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;mw_Oil Film by marwyn&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11529.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11529.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11529.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11529-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1606020133' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_617089560');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 05:40:13 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Different Filter in use:&lt;br /&gt;&lt;a href='http://2.bp.blogspot.com/-65d8__dPlgs/UbjXK4VvY5I/AAAAAAAAAMY/lYADdkZfSNY/s1600/version+2.PNG' target='_blank' rel='nofollow'&gt;mw_Mystics &amp; Magics with Oil Film&lt;/a&gt;&lt;br /&gt;&lt;img src='http://1.bp.blogspot.com/-YduMNEhwkjg/UbmQ1vdsHdI/AAAAAAAAAMs/cHDOpTUo_qs/s1600/version+3.PNG'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_617089560' border='0' /&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 17:02:32 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;This looks to be interesting and cool, I will see  how it works.&lt;/p&gt;
</description>
</item>
<item><title>My reflections by voldemort</title> 
		             <dc:creator>jffe</dc:creator> 
		             <category></category> 
		             <pubDate>Fri, 14 Jun 2013 11:53:12 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11359</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11359</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1000344145');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 11:51:36 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;My reflections by voldemort&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11456.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11456.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11456.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11456-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1000344145' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 11:53:12 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;How'd we all miss this one ?! Totally reminds me of all those cheesy 3-D &quot;boxed&quot; graphics that software sellers use to pimp their products.  :banana:  I'm half surprised this hasn't gone HU yet just from those folks using it. :P&lt;br /&gt;&lt;br /&gt;jffe&lt;/p&gt;
</description>
</item>
<item><title>sh Gravel 01 by Hafgandil</title> 
		             <dc:creator>Hafgandil</dc:creator> 
		             <category></category> 
		             <pubDate>Fri, 14 Jun 2013 10:49:17 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11354</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11354</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_931057019');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Hafgandil&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 06:38:38 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;sh Gravel 01 by Hafgandil&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11532.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11532.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11532.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11532-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_931057019' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Hafgandil&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 09:47:59 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;This is one of my very first Filters I created with Filterforge ^^ I know how node-based Tools are working (used Mapzone and I'm a Blender-User) but nevertheless I'm very proud of it. It's pretty slow at the moment and I need to get through it again to optimize it, but I don't think I can get it much faster. Please tell what you think of it. As a new User, I would love to hear your suggestions on my work :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 10:25:19 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Man this looks awesome. I will have a look as soon as I get a new FF version (stuck at FF2 atm).&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Hafgandil&lt;/b&gt;, &lt;em&gt;Fri, 14 Jun 2013 10:49:17 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thx ;) Hope you will still like it once your up to FF3. I really like your Textures too, definitely need to have a look at them ^^&lt;/p&gt;
</description>
</item>
<item><title>Warehouse Windows by dactilardesign</title> 
		             <dc:creator>marwyn</dc:creator> 
		             <category></category> 
		             <pubDate>Thu, 13 Jun 2013 16:55:52 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11350</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11350</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1621235186');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 04:57:16 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Warehouse Windows by dactilardesign&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11528.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11528.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11528.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11528-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1621235186' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 05:00:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Greate Texture!!! :) &lt;br /&gt;I will wait for a brocken Version with Masks! ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Erik Pedersen&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 10:58:02 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I bet you could EASILY make this a Solar Tile generator too!  A range of effects from 'Shiny New Solar Tiles' to dirty, weather worn tiles would be cool. - nudge nudge - ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 16:55:52 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Hello mates.&lt;br /&gt;There is already a warehouse window generator with masks and broken glasses. In fact I created this one to fit better my needs, but that other filter is great. &lt;a href='http://www.filterforge.com/filters/4367.html' target='_blank' rel='nofollow'&gt;filter link&lt;/a&gt;&lt;/p&gt;
</description>
</item>
<item><title>Variable Kaleidoscope by inujima</title> 
		             <dc:creator>inujima</dc:creator> 
		             <category></category> 
		             <pubDate>Thu, 13 Jun 2013 11:52:01 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=9265</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=9265</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1377458399');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;inujima&lt;/b&gt;, &lt;em&gt;Mon, 26 Dec 2011 03:09:56 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Variable Kaleidoscope by inujima&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10216.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10216.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10216.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10216-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1377458399' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_242113507');</script>
<script>oForumForm['images_for_resize'].push('popup_985956159');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;inujima&lt;/b&gt;, &lt;em&gt;Mon, 26 Dec 2011 03:11:26 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;It is difficult to imagine the output from a source picture. &lt;br /&gt;&lt;img src='http://img708.imageshack.us/img708/7555/47295642.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_242113507' border='0' /&gt;&lt;br /&gt;&lt;img src='http://img823.imageshack.us/img823/7852/70537596.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_985956159' border='0' /&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Mon, 26 Dec 2011 15:59:49 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Even more difficult is to imagine the source picture from the result!  :D &lt;br /&gt;&lt;br /&gt;Very cool psycadelic effect.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Indigo Ray&lt;/b&gt;, &lt;em&gt;Tue, 27 Dec 2011 13:53:20 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;That's gorgeous. Awesome idea!  :eek:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Thu, 29 Dec 2011 14:04:00 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Nice :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Sharandra&lt;/b&gt;, &lt;em&gt;Fri, 30 Dec 2011 08:51:27 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Awesome! :-)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;lipebianc&lt;/b&gt;, &lt;em&gt;Tue, 31 Jan 2012 21:07:31 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Amazing!&lt;br /&gt;Endless fun!&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_1802249011');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;inujima&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 11:52:01 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I made FF4 Group Component version.&lt;br /&gt;&lt;a href='http://imageshack.us/photo/my-images/109/variablekareidoscope.jpg/' target='_blank' rel='nofollow'&gt;&lt;img src='http://img109.imageshack.us/img109/7434/variablekareidoscope.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1802249011' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;
</description>
</item>
<item><title>mw_Mystic Magic by marwyn</title> 
		             <dc:creator>jffe</dc:creator> 
		             <category></category> 
		             <pubDate>Thu, 13 Jun 2013 10:55:40 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11335</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11335</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_690295209');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 12:11:15 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;mw_Mystic Magic by marwyn&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11507.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11507.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11507.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11507-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_690295209' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 12:12:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Clever use of shapes. :) I would have tried to put &quot;scifi&quot; or &quot;space&quot; in the name, but other than that, it seems pretty accurate as far as labelling something abstract goes. Which is never easy ha-ha.  8) &lt;br /&gt;&lt;br /&gt;jffe&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 13:46:51 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;You got a wonderful filter here! :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Erik Pedersen&lt;/b&gt;, &lt;em&gt;Thu, 13 Jun 2013 10:55:40 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I really enjoy this sort of effect. I highly encourage you to keep going.  Thank you!&lt;/p&gt;
</description>
</item>
<item><title>Tri by Indigo Ray</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 12 Jun 2013 17:59:10 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11346</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11346</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_246716437');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 11 Jun 2013 06:01:17 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Tri by Indigo Ray&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11516.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11516.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11516.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11516-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_246716437' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 11 Jun 2013 06:10:49 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!! You have finally made a filter with this 3D simulated triangular shapes that you showed in &lt;a href='http://filterforge.com/forum/read.php?FID=14&amp;TID=6405&amp;MID=109487&amp;sphrase_id=1625643#message109487' target='_blank' rel='nofollow'&gt;your own forum thread&lt;/a&gt; nearly one year ago and now it is really much better and I like very much the presets that are shown here.&lt;br /&gt;&lt;br /&gt;When I saw this great example shown in your own thread I was stunned and thought it was really great and excellent and now you have done a filter with it!!!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Thanks very much for making this unusual and original filter.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 12 Jun 2013 17:58:08 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;:)  8) Love really much the results&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 12 Jun 2013 17:59:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;8) and very different results can be made&lt;br /&gt;&lt;br /&gt;Will make more and show more examples&lt;/p&gt;
</description>
</item>
<item><title>Top Secret by ThreeDee</title> 
		             <dc:creator>Skybase</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 12 Jun 2013 17:38:25 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11062</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11062</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_647479844');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Tue, 05 Mar 2013 10:55:06 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Top Secret by ThreeDee&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11274.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11274.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11274.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11274-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_647479844' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Tue, 05 Mar 2013 10:55:20 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Just as I was planning to buy a shredder myself.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;scriptorum&lt;/b&gt;, &lt;em&gt;Tue, 05 Mar 2013 11:43:07 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Mmm, photo pasta.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Targos&lt;/b&gt;, &lt;em&gt;Tue, 05 Mar 2013 23:14:58 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Interesting hair potential here&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 03:26:22 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;scriptorum&lt;br /&gt;&lt;br /&gt;Mmm, photo pasta. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;OH! I have not thought and seen it that way, good point and is true that it may be like &quot;photo pasta&quot;  :D&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_1952683884');</script>
<script>oForumForm['images_for_resize'].push('popup_2080222423');</script>
<script>oForumForm['images_for_resize'].push('popup_73386054');</script>
<script>oForumForm['images_for_resize'].push('popup_752763483');</script>
<script>oForumForm['images_for_resize'].push('popup_1946063620');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 03:36:07 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!!! Congratulations for having made such a great, amazing and awesome filter that is very well done and much better that what I thought and imagined after seeing the first preview. It is clever done and have really good customization and variations options.&lt;br /&gt;&lt;br /&gt;Congratulations also for the EP award that you really deserve it very much for creating this beauty of filter.&lt;br /&gt;&lt;br /&gt;Like and love much this filter :loveff: &lt;br /&gt;&lt;br /&gt;I am still surprised and do not know how you have done so well that the strips hang straight when you raise the image up with progress bar AND that this strips twist and bend when you lower it and touchs the bottom of the image limit,  :eek:  :eek:  it looks like the strips are really there in a very realistic way and you lift or lower them as it would be in real life, awesome and amazing effect!!&lt;br /&gt;&lt;br /&gt;AND also how the strips bend when reaching the bottom AND it shows the back part of it like a realistic strip in 3D  :eek: &lt;br /&gt;&lt;br /&gt;&lt;b&gt;SUGGESTION&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You have put well done and good amount of customization controls, and like it, but I was thinking that perhaps, if it would be possible, to have a control to separate the strips one from each other, I mean to make a little wider if wanted the space between each strip.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Also like much the good presets you have put&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Touching the floor the strips bend&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/11274.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1952683884' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;AND very good that you can lift up them and fall straight  :eek: &lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/11274-v8.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_2080222423' border='0' /&gt; &lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/11274-v7.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_73386054' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;and even more straight like a strips curtain&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/11274-v4.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_752763483' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/11274-v6.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1946063620' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;And also of course that you can customize the width of the strips from very tiny to thick ones as shown here below&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 03:52:39 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;lover the great effect it can make and how the strips are created and how they are mixed together.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 03:54:03 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Shredding a tiger  :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 03:58:12 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Also for killing someone in an alternate reality where there could be a &quot;Reality shredding machine&quot; where you could put live video and it would be shredded and affect and be real in the real life  8) &lt;br /&gt;&lt;br /&gt;&lt;b&gt;AAHH! HELP I am being shredded !!!&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 04:01:23 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and not only kill persons, you could also delete and erase whole cities from the real world by shredding them  :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 04:03:55 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And as scriptorum said above here is some &quot;photo pasta&quot; or converting a photo to spaghettis  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;lipebianc&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 04:54:47 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;:eek: &lt;b&gt;AMAZING&lt;/b&gt; filter!  :eek:&lt;br /&gt;Congratulations!!!!!&lt;br /&gt;There are always a lot to learn when investigating your filters guts!!  :loveff:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 05:57:51 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I have to say that in this filter is very important to experiment and try if needed with a higher antialias setting to have a possibly higher and better quality when modifying some settings. &lt;br /&gt;&lt;br /&gt;I have seen that by default some presets have already Antialias 25 samples&lt;br /&gt;&lt;br /&gt;Filters like this one is what rises the value and the reason to own and buy Filter Forge as this is not possible to make in any other available software or plugin for Photoshop or whatever other software.&lt;br /&gt;&lt;br /&gt;Here is shredding a kiwi  :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 06:06:31 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;using preset 6&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 09:22:55 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Did I say How much I love this filter?  :loveff: :loveff: &lt;br /&gt;&lt;br /&gt;The options and customization is really great and from experimenting and trying different settings I find that I like it more and more, and is very well done and cleverly thought.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 09:57:29 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Please, would there be some way where the strips are kept straight (as shown in the image below) BUT that would be possible also to keep the image in the whole when using the &quot;progress&quot; setting and not get cut in the top?&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 10:07:09 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;SpaceRay &lt;br /&gt;&lt;br /&gt;Please, would there be some way where the strips are kept straight (as shown in the image below) BUT that would be possible also to keep the image in the whole when using the &quot;progress&quot; setting and not get cut in the top?&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well I have found a very easy way so that the &quot;progress&quot; setting does not cut your image when using it, and it is to &lt;b&gt;prepare the source image adding some more space to the canvas in the top part&lt;/b&gt;, so when you use the progress setting it will not cut any valuable and wanted part of the image.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 10:22:03 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And here is a test to show that increasing the top part of the image with extra disposable canvas can help very much to keep the original image intact and still be able the strips in the way you want.&lt;br /&gt;&lt;br /&gt;Here I have added some more canvas to the top part using photoshop&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_83813477');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 06 Mar 2013 10:32:28 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;So having added this disposable canvas to the source image I can use the &quot;Progress&quot; slider and do not loose any valuable part of the source image. If found that the disposable canvas added is too big for the result you want, just make it shorter.&lt;br /&gt;&lt;br /&gt;This example shown here would have not been possible to make in another way as you would loose the black frame and part of the image using the &quot;progress&quot; setting&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/upload/forum/upload/a64/Top_secret_flowers2.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_83813477' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;But enlarging with the disposable canvas as shown here above will let you make this image shown below possible  :) (cut any unwanted disposable canvas if needed or make it shorter)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Burt&lt;/b&gt;, &lt;em&gt;Thu, 07 Mar 2013 12:47:16 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Can beaded curtains be far behind? ;) Really amazing work.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Wed, 13 Mar 2013 20:22:50 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;You can even use this for a Mop-Head, those rubber type of curtains that one finds in car washes or the Luggage-Go-Round at the airport.... ;)  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Thu, 25 Apr 2013 11:12:01 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I've heard pasta mentioned. Has anyone come up with a way to make the strips come out round like spaghetti rather than flat like linguini ?&lt;br /&gt;or also round like ground beef or even play doh fun factory&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Indigo Ray&lt;/b&gt;, &lt;em&gt;Thu, 25 Apr 2013 16:33:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;mmm...&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Fri, 26 Apr 2013 00:27:38 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Hey Indi&lt;br /&gt;That looks like those might be round. Are they?&lt;br /&gt;Were you some how able to change strip profile to rounded rather than flat?&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;soho&lt;/b&gt;, &lt;em&gt;Fri, 26 Apr 2013 04:56:45 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;great&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Rod_D&lt;/b&gt;, &lt;em&gt;Fri, 26 Apr 2013 11:41:33 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Man this is cool.  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Sat, 27 Apr 2013 04:38:17 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cool and well done round sphaghetti pasta Indigo Ray&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Tue, 30 Apr 2013 09:48:06 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Indigo Ray, is there a way you can share the round spaghetti version? or can you show us what you changed in the filter editor to get the roundness?&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Indigo Ray&lt;/b&gt;, &lt;em&gt;Tue, 30 Apr 2013 13:33:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Some tips:&lt;br /&gt;1. ThreeDee included components that make the strips thin like a ribbon when they twist. It looks super cool, but not for spaghetti. Figure out what's causing that effect and disable it. (or if you want linguine, lessen the effect)&lt;br /&gt;&lt;br /&gt;2. Spaghetti noodles are round. Use a &quot;circular arc&quot; curve for that. You want the edges of the noodles to be a little darker to get a 3D effect. &lt;br /&gt;&lt;br /&gt;3. Pasta is a grain. Make it grainy with a perlin noise. Marinara sauce background is optional.  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Thu, 02 May 2013 13:22:41 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks for tips, I'll have to try those.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 12 Jun 2013 17:38:25 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I have to say that this filter remembers me very much to the well done video of &lt;a href='http://youtu.be/gVT_3PEgDIM' target='_blank' rel='nofollow'&gt;Placebo - Slave to the wages&lt;/a&gt; and how the objects are shredding when she is near.&lt;br /&gt;&lt;br /&gt;To see the shredding effect, it starts at 1:36 (1 minute 36 seconds) of the song, and if you do not to hear all the song until this point here is &lt;br /&gt;&lt;br /&gt;&lt;a href='http://youtu.be/gVT_3PEgDIM?t=1m36s' target='_blank' rel='nofollow'&gt;Here Direct link to the video part where it begins the shredding effect at 1:36&lt;/a&gt;&lt;/p&gt;
</description>
</item>
<item><title>Stones and Marbles by Chachah</title> 
		             <dc:creator>Skybase</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 12 Jun 2013 07:55:45 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=9266</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=9266</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_898206166');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Mon, 26 Dec 2011 06:52:06 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Stones and Marbles by Chachah&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10215.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10215.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10215.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10215-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_898206166' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Mon, 26 Dec 2011 06:52:18 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Love the looks!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;StevieJ&lt;/b&gt;, &lt;em&gt;Wed, 28 Dec 2011 01:09:57 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Lead preset is awesome...   :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Wed, 28 Dec 2011 15:26:20 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Have to agree with StevieJ, not that the other presets are bad in any way.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Lareieli&lt;/b&gt;, &lt;em&gt;Thu, 29 Dec 2011 12:20:08 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Beautiful!!  And not too complicated either, very nice!  Thank you for not scrambling the nodes  :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Thu, 29 Dec 2011 14:04:36 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Nice :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;McGyver&lt;/b&gt;, &lt;em&gt;Thu, 29 Dec 2011 14:09:06 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Excellent! One of the best marble simulations ever! Thanks!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Thu, 05 Jan 2012 11:07:01 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;The first couple presets are the best....Great look on these... :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;jilbert&lt;/b&gt;, &lt;em&gt;Tue, 18 Dec 2012 22:02:35 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!!!!!! This is totally amazing ... I really love the organic feel you were able to create with this!!! I'm definitely going to have to look at how you did it (if you don't mind).&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Burt&lt;/b&gt;, &lt;em&gt;Sat, 22 Dec 2012 04:54:21 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Love the look of this - nice work.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Sharandra&lt;/b&gt;, &lt;em&gt;Thu, 07 Feb 2013 06:43:15 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Oh beautiful! How did I miss this one? Love the mud, the marble looks great too! :-)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;TBH-1138&lt;/b&gt;, &lt;em&gt;Wed, 12 Jun 2013 07:55:45 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Am I the only one who can't even attempt to use this filter? I can only get decent responsiveness on images smaller than 64x64.&lt;/p&gt;
</description>
</item>
<item><title>Supernova by TBH-1138</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Tue, 11 Jun 2013 16:58:34 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11344</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11344</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1552887050');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 11 Jun 2013 05:56:41 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Supernova by TBH-1138&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11517.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11517.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11517.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11517-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1552887050' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 11 Jun 2013 05:57:51 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Very well done the rings and the planet or explosion, and also good that you can have many different perspectives, and all also you can render 2D beautiful circle rings with different settings.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ddaydreams&lt;/b&gt;, &lt;em&gt;Tue, 11 Jun 2013 16:58:34 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Very nice, Glad you made this :)&lt;/p&gt;
</description>
</item>
<item><title>Optical Chaos 3 by Skybase</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Tue, 11 Jun 2013 06:00:47 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11345</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11345</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_609161785');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 11 Jun 2013 05:58:20 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Optical Chaos 3 by Skybase&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11511.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11511.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11511.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11511-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_609161785' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 11 Jun 2013 06:00:47 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Nice and well done 3rd version, this is even better than the last one and like it more and from the presets I see it makes lovely patterns.&lt;br /&gt;&lt;br /&gt;Thanks for upgrading it and making it better and have made a new separate version instead of replacing the other one.&lt;/p&gt;
</description>
</item>
<item><title>Endless Cookies! by Coy</title> 
		             <dc:creator>marwyn</dc:creator> 
		             <category></category> 
		             <pubDate>Sun, 09 Jun 2013 15:57:24 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11337</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11337</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1481937158');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 14:27:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Endless Cookies! by Coy&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11506.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11506.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11506.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11506-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1481937158' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 14:39:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Delicious! I think it's a nice way to make some Scree-Cockies for the Rockhound, too! ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Mardar&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 16:08:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Okay now I have to make cookies!!! LOL Great filter.  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Coy (Wyvern Dryke)&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 20:30:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thank you, but the credit really goes to Orteil.  I tweaked it and made adjustments, but Orteil did all the hard work. &amp;lt;3&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Sun, 09 Jun 2013 15:57:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Very well done, and good modification and idea using the Orteil´s filter. and this is now more useful and tasty  :)&lt;/p&gt;
</description>
</item>
<item><title>Prism Blur by Skybase</title> 
		             <dc:creator>marwyn</dc:creator> 
		             <category></category> 
		             <pubDate>Thu, 06 Jun 2013 14:19:35 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11336</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11336</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1676587962');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 14:15:25 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Prism Blur by Skybase&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11502.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11502.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11502.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11502-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1676587962' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Thu, 06 Jun 2013 14:19:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Splendid Flare! It has something of Disco Feeling! :)&lt;/p&gt;
</description>
</item>
<item><title>Manhattan Project by TBH-1138</title> 
		             <dc:creator>marwyn</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 05 Jun 2013 19:09:55 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11333</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11333</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1186508877');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Wed, 05 Jun 2013 05:32:52 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Manhattan Project by TBH-1138&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11496.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11496.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11496.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11496-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1186508877' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;marwyn&lt;/b&gt;, &lt;em&gt;Wed, 05 Jun 2013 05:34:48 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Heavy Explosion!!! &lt;br /&gt;I think it where nice to get the Flare the by it self, too...&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;TBH-1138&lt;/b&gt;, &lt;em&gt;Wed, 05 Jun 2013 19:09:55 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;The lens flare is based on &lt;a href='http://www.filterforge.com/filters/9686.html' target='_blank' rel='nofollow'&gt;this filter.&lt;/a&gt;&lt;/p&gt;
</description>
</item>
<item><title>Cookies by Orteil</title> 
		             <dc:creator>lipebianc</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 05 Jun 2013 09:18:04 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8736</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8736</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_600212731');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;lipebianc&lt;/b&gt;, &lt;em&gt;Mon, 15 Aug 2011 04:29:52 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cookies by Orteil&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9866.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/9866.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9866.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/9866-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_600212731' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;lipebianc&lt;/b&gt;, &lt;em&gt;Mon, 15 Aug 2011 05:06:00 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Diet starts Monday, right?&lt;br /&gt;Nah...this filter won't let me  :D &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Congratulations&lt;/b&gt;, Orteil!&lt;br /&gt;Great details, realism and &quot;yumminess&quot;!  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Mon, 15 Aug 2011 16:37:04 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;i'm a little surprised this one isnt an editor's pick. it's close, at least in my book. the lighter 'cracks' in the dough seem a bit off and the graininess seems a tiny bit off, but regardless, this is one sweet cookie!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Mon, 15 Aug 2011 17:00:33 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I hope this is the chewy kind of filter.... ;)  :) &lt;br /&gt;Good job on this one Orteil.. :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 16 Aug 2011 05:04:32 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Very well and deliciously done  :D , and creative.&lt;br /&gt;&lt;br /&gt;But I think you forgot one thing, how many minutes must I cook these cokies in the FF oven ?  :D&lt;br /&gt;&lt;br /&gt;NOw it would be also good that you could MULTIPLY the cookies and have lots of cookies in the same image, but I think that for this there are already available some other filters, so you use your sweet cookie generator and then use another filter to multiply them.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Indigo Ray&lt;/b&gt;, &lt;em&gt;Tue, 16 Aug 2011 16:55:36 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Wow, excellent, much tastier looking than my cookie filter. 8)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;TBH-1138&lt;/b&gt;, &lt;em&gt;Sun, 11 Sep 2011 00:06:51 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Om nom nom nom :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Coy (Wyvern Dryke)&lt;/b&gt;, &lt;em&gt;Wed, 05 Jun 2013 09:18:04 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I love this filter.  But I need a true seamless cookie for my 3D skinning/texturing projects.  I think I'm going to try my hand at tweaking it.&lt;br /&gt;&lt;br /&gt;Thank you for an awesome filter, Orteil! :3&lt;/p&gt;
</description>
</item>
<item><title>True Variable Blur by Sphinx.</title> 
		             <dc:creator>Betis</dc:creator> 
		             <category></category> 
		             <pubDate>Tue, 04 Jun 2013 23:16:17 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10720</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10720</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_669125931');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Tue, 11 Dec 2012 02:02:42 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;True Variable Blur by Sphinx.&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9988.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/9988.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9988.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/9988-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_669125931' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Tue, 11 Dec 2012 02:02:49 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Woah!!  :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Sun, 30 Dec 2012 06:09:18 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Turning max blur up a lot brings in a lot of alpha... maybe from a seamless issue?&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Sphinx.&lt;/b&gt;, &lt;em&gt;Sun, 30 Dec 2012 06:19:28 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Do you have an example?&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Sun, 30 Dec 2012 14:13:30 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Sure! I just used the default preset and turned up the max blur to 100 (but it happens at values before that too)&lt;br /&gt;&lt;br /&gt;Also the presets don't work when I download it. Probably because the preset shapes aren't hooked up to the main script node lol&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;xirja&lt;/b&gt;, &lt;em&gt;Tue, 01 Jan 2013 05:02:19 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Sadly this filter persistently crashes FF 3.011 on mac OS 10.6.3.  Tried several edits of the ffxml, but it is still a problem.  The presets render, but not one square of the render window does before crashing.  Part of the crash log says something about Thread 15 (or Thread 0 if in 1 CPU mode):&lt;br /&gt;&lt;br /&gt;Thread 15 crashed with X86 Thread State (32-bit):&lt;br /&gt;  eax: 0x0000003c  ebx: 0x97712309  ecx: 0xb0826a4c  edx: 0x977124be&lt;br /&gt;  edi: 0xb0826f28  esi: 0xb0826aa8  ebp: 0xb0826a88  esp: 0xb0826a4c&lt;br /&gt;   ss: 0x0000001f  efl: 0x00000247  eip: 0x977124be   cs: 0x00000007&lt;br /&gt;   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037&lt;br /&gt;  cr2: 0x1f0c76dc&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Tue, 01 Jan 2013 05:36:45 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;LUA component is quite buggy on the Mac, so it kinda blows up. It works ... sometimes doesn't... hangs in both realms. So this filter does explode, but it's not the author's fault. ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;xirja&lt;/b&gt;, &lt;em&gt;Tue, 01 Jan 2013 18:01:54 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Some Lua bug fixes we'll happily wait for  :| ; that 'sometimes doesn't' is a thriller.&lt;br /&gt;&lt;br /&gt;The alpha issue appears when the source image is a color component, but not when the source is an image component no?&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Wed, 02 Jan 2013 01:42:19 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;When the blur map input is a color or the summed area table input?&lt;br /&gt;&lt;br /&gt;This setup had the tree default image processed by the blur and plugged into the Summed Areat Table input. The Radius input is a black and white map supplied by the preset inputs in the filter. However if the blur input is a solid color and blur level at 100, the alpha problem does not appear.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Sphinx.&lt;/b&gt;, &lt;em&gt;Thu, 03 Jan 2013 01:59:52 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;FF changed the way the color/image control works in FF4 so the filters demo shapes are not working in FF4. I'll fix that.&lt;br /&gt;&lt;br /&gt;I see the alpha problem too - I'll see what I can do about it..might have to tweak radius = 4 * (1 / (radius * 2)^2).&lt;br /&gt;&lt;br /&gt;About the instability issues: if a filter crashes, it is a problem with FF. However it is possible to construct the filter without script components (its just way more work), so I'll &lt;i&gt;consider&lt;/i&gt; a script free version.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Sphinx.&lt;/b&gt;, &lt;em&gt;Sat, 05 Jan 2013 16:20:50 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Update in queue.. fixes the FF4 and alpha problem :-)&lt;br /&gt;&lt;br /&gt;Script free version will not be made atm. - I'll wait till grouping is introduced in FF4..&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Mon, 07 Jan 2013 03:30:16 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Awesome! It's perfect now  :D &lt;br /&gt;&lt;br /&gt;Although one question... MAGIC constant? seems to be just over 4...&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Sphinx.&lt;/b&gt;, &lt;em&gt;Mon, 07 Jan 2013 14:07:18 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Heh, well some of that &quot;MAGIC&quot; is simply a precalculation (4). The rest is compensation for the slightly off box blur result (it is so small an error that we don't care about it in normal blurring contexts). &lt;br /&gt;&lt;br /&gt;If you take a white rectangle covering 0,0 .. 1,1 (the whole view) with black as outer color, blur that 100% using non gaussian blur (box blur), then you can inspect the values and see that they are slightly off the expected result..&lt;br /&gt;&lt;br /&gt;That had an impact on the alpha and general brightness when used this way. &lt;br /&gt;&lt;br /&gt;Zzz..&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;3dsBlend&lt;/b&gt;, &lt;em&gt;Tue, 04 Jun 2013 23:16:17 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I allready made one that works perfectly lol, and it's not square-like...&lt;/p&gt;
</description>
</item>
<item><title>Lace Beauty by Mardar</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Tue, 04 Jun 2013 15:51:55 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11329</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11329</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1078229150');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 04 Jun 2013 15:33:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Lace Beauty by Mardar&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11503.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11503.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11503.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11503-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1078229150' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 04 Jun 2013 15:34:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!! Very well done and beautiful way to use the new loops component. Great results&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Mardar&lt;/b&gt;, &lt;em&gt;Tue, 04 Jun 2013 15:51:55 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks SR. ;)  This one I liked making a lot. It can be very elegant or very grungy.&lt;/p&gt;
</description>
</item>
<item><title>Glass blocks by Killst4r</title> 
		             <dc:creator>Skybase</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 03 Jun 2013 04:38:02 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11324</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11324</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1706763921');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Mon, 03 Jun 2013 04:37:20 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Glass blocks by Killst4r&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11492.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11492.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11492.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11492-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1706763921' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Mon, 03 Jun 2013 04:38:02 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;This is some great texture work! :) It might need some extra manual work later during render but it's worth it.&lt;/p&gt;
</description>
</item>
<item><title>Cookies?! Yes!</title> 
		             <dc:creator>Coy (Wyvern Dryke)</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 03 Jun 2013 03:42:38 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11323</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11323</guid>
		             <description>&lt;p&gt;&lt;small&gt;&lt;b&gt;Coy (Wyvern Dryke)&lt;/b&gt;, &lt;em&gt;Mon, 03 Jun 2013 03:25:49 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;OMG! Best.. filter... EVAR.&lt;br /&gt;&lt;br /&gt;Is there any way to make a seamless cookie image somehow, without any background?  I need it to texture a 3-D object.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 03 Jun 2013 03:42:38 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Well the only cookies filter that is realistic &lt;a href='http://filterforge.com/filters/search.html?q=cookie&amp;h=r' target='_blank' rel='nofollow'&gt;that I have seen looking for this&lt;/a&gt; is the one from Orteil or Totte&lt;br /&gt;&lt;br /&gt;You could make a large rendering in high resolution and then cutout the borders to make it square and convert it to seamless outside of filter forge with a software like spiralgraphics Genetica or any of the alternative ways to make seamless texture from a photo&lt;/p&gt;
</description>
</item>
<item><title>mw_Petri Dishes &amp; Liches by marwyn</title> 
		             <dc:creator>Tsu Dho Nimh</dc:creator> 
		             <category></category> 
		             <pubDate>Sun, 02 Jun 2013 22:35:10 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11294</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11294</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_483133441');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Tsu Dho Nimh&lt;/b&gt;, &lt;em&gt;Fri, 24 May 2013 09:48:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;mw_Petri Dishes &amp; Liches by marwyn&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11458.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11458.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11458.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11458-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_483133441' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Tsu Dho Nimh&lt;/b&gt;, &lt;em&gt;Fri, 24 May 2013 09:49:54 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;You've been sneaking looks in my refrigerator, haven't you? &lt;br /&gt;&lt;br /&gt;This is  disgustingly, grossly realistic. And awesome.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Dave S&lt;/b&gt;, &lt;em&gt;Fri, 24 May 2013 11:48:08 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Ooh, that's awesome!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Mongoose King&lt;/b&gt;, &lt;em&gt;Sun, 02 Jun 2013 08:10:01 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I love it!  Could do with an option for a transparent background so I could grow the mold on a bread texture or a meat texture.  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Indigo Ray&lt;/b&gt;, &lt;em&gt;Sun, 02 Jun 2013 22:35:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Wow, it even has the streaks. Although that's not how most microbiologists streak the plates. ;)&lt;/p&gt;
</description>
</item>
<item><title>Blobby by Skybase</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Fri, 31 May 2013 05:08:02 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11304</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11304</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1420603556');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:21:33 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Blobby by Skybase&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11465.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11465.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11465.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11465-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1420603556' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:22:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cool, interesting, weird and beautiful artistic effect you have done here, good idea and well done.&lt;br /&gt;&lt;br /&gt;Curious effects can be done with selected images, for example here is a Zebra through this filter&lt;br /&gt;&lt;br /&gt;1 - The Blobby effect using preset 4&lt;br /&gt;2 - After this is put on a diet using preset 2  :D &lt;br /&gt;3 - Or you can also give a fractal artistic diet using preset 5&lt;br /&gt;4 - This is a curious and also interesting effect using custom settings and reducing iterations to 1&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 17:48:46 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Is curious how using a transparent background image versus using the same image with a white background changes the result  :)  (as it happens also in many other filters) that is not something wrong, just different effect.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 17:57:46 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Although not always is the same as using the the preset 4 or 6 gives nearly the same result, probably because these are using the &quot;invert&quot; checkbox activated.&lt;br /&gt;&lt;br /&gt;By the way I like how the filter is possible to simplify much the original source photo in the one with transparent background that has sharp and defined edges VS the white background one that have like some slightly glow edges&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:03:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And this can be good also in some way as a simplifier that could make a complex photo look much different and picking up just the essential shapes and colors&lt;br /&gt;&lt;br /&gt;This is using preset 5 and you can see how it looks at the left the original source&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:07:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and the same as the above one here but using preset 2 with some hot volcano lava and like how the result looks&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:15:58 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And using the fractal like preset 4 and selecting a good photo you could also create in some way a fractal like style when the contrast of the colors are high and the are very different&lt;br /&gt;&lt;br /&gt;For example, in this one is a red wall with splattered and cracked peeling white paint (seen a little at left) and you get something like a white fractal over red  background&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:21:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And here is another peeling paint texture (seen at the left) and using preset 2 got this unusual organic effect that looks very good and is very different from the original source image&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:29:22 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and sometimes it looks like the photo is converted to something like a cotton texture&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:36:32 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And here is a conversion using custom settings to get this nice abstract result&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:42:21 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;or this other custom settings abstract mostly green texture&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:53:25 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and this Red Gerbera Flower with Black and white background that looks like white cotton with black ink shades&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Wed, 29 May 2013 15:05:39 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Love the results of this one Skybase.. :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Thu, 30 May 2013 08:28:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Fun tip: the structure of this filter is applicable for many different effects using the iterator. Since the structure basically averages numbers you can try different distortions on a per iteration basis. For example: try rotating the image per iteration (super simple). Also try: geometric means. Multiply result with the previous result for every iteration, then replace the divide node with the root node. Set the degree to the number of iterations (try experimenting with different values. It can result in pretty fun stuff.)&lt;br /&gt;&lt;br /&gt;Other tips: values for distortions need to be relatively small. The method I'm using doesn't use the position node to create values that equally distribute between each other. (This method honestly is faster as iteration counts go up. It simply doesn't need additional calculations.)&lt;br /&gt;&lt;br /&gt;I take it these kinda sound technical... but they're just... simple modifications!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Indigo Ray&lt;/b&gt;, &lt;em&gt;Thu, 30 May 2013 11:58:39 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Wow, we independently made almost the same filter. Although mine was by accident. ;) &lt;br /&gt;&lt;a href='http://www.filterforge.com/forum/read.php?FID=17&amp;TID=8356&amp;MID=119223&amp;sphrase_id=1610297#message119223' target='_blank' rel='nofollow'&gt;Beta Gallery&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 31 May 2013 03:01:59 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Skybase&lt;br /&gt;For example: try rotating the image per iteration (super simple). &lt;b&gt;Also try: geometric means. Multiply result with the previous result for every iteration, then replace the divide node with the root node. Set the degree to the number of iterations&lt;/b&gt; (try experimenting with different values. It can result in pretty fun stuff.) &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;OH Yes! I understand it all very well, super simple and super easy,  ;)  :D  &lt;br /&gt;&lt;br /&gt;BUT really this is easy to understand for skilled, experienced and with good knowledge of filter forge as a lot of you already are and can understand it very easily, but not like me that I still have to learn a lot of FF and is still struggling to get something done. &lt;br /&gt;&lt;br /&gt;This remembers me in some way what happens in the Big Bang Theory TV series when &lt;a href='http://movies.stackexchange.com/questions/1685/do-sheldons-equations-reflect-real-math-physics-research' target='_blank' rel='nofollow'&gt;Sheldon try to explain things to Penny&lt;/a&gt; as they are very easy to understand for him and also for his other physics friends but not for Penny or any other not involved with complex physics.&lt;br /&gt;&lt;br /&gt;Or also like when I try to explain something about using Windows to my mother, and for me is something super simple, basic and easy, but not for her that have a basic knowledge of how windows works,   &lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Skybase&lt;br /&gt;&lt;br /&gt;I take it these kinda sound technical... but they're just... simple modifications!&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Yes, sorry, thatthis sounds technical, at least for me, even if thy are simple modifications and easy to do for some good filter forgers&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Please, do not get me wrong, it is NOT your problem at all, and it is just a joke I wanted to put, is not at all your fault&lt;/b&gt;, and you do not have to explain everything for everyone, and of course that I am not asking that you change they way you explain things, is it is only me that I still do not have enough experience to understand it, although I am trying to learn, and with time and practice I will do it.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Fri, 31 May 2013 05:08:02 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Indigo Ray: haha... darn... I definitely knew about it but I didn't realize the methods were similar! I think as I was experimenting in a similar fashion.... This filter actually derives from the swirly sun texture filter I made also in the same beta thread. Just that I swapped out the noise distortion in favor of the reflection node.&lt;/p&gt;
</description>
</item>
<item><title>Cloud Thought by Betis</title> 
		             <dc:creator>Betis</dc:creator> 
		             <category></category> 
		             <pubDate>Fri, 31 May 2013 02:38:32 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11317</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11317</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_596154234');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Thu, 30 May 2013 18:49:39 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cloud Thought by Betis&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11478.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11478.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11478.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11478-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_596154234' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Thu, 30 May 2013 18:58:23 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;What do some of your guys' minds look like?&lt;br /&gt;&lt;br /&gt;The default preset of this filter is my mind: 88,31,65,80,and 8 (openness, conscientiousness, extraversion, agreeableness, and extraversion, respectively), along with Azure as a favorite color.&lt;br /&gt;&lt;br /&gt;Simply take the test &lt;a href='http://www.outofservice.com/bigfive/' target='_blank' rel='nofollow'&gt;here&lt;/a&gt; to get your own scores.&lt;br /&gt;&lt;br /&gt;You can also make up your own minds (high openness, high conscientiousness, low extraversion, low agreeableness, and high neuroticism may be psychopath serial killer!)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 31 May 2013 01:56:56 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Good mind you have  :)  &lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Betis&lt;br /&gt;What do some of your guys' minds look like? &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Well, you would not want to know, at least &lt;a href='http://filterforge.com/forum/read.php?FID=15&amp;TID=10507' target='_blank' rel='nofollow'&gt;my mind&lt;/a&gt; , it is a very complex and problematic one and is not like others that are more &quot;standard&quot; ones&lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Betis&lt;br /&gt;Simply take the test here to get your own scores.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Good and interesting, I like this kind of tests and will see how is my own score, thanks for the link.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Betis&lt;/b&gt;, &lt;em&gt;Fri, 31 May 2013 02:38:32 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Spaceray you are your own unique person, don't be ashamed of that! I would still like to see your mind through this filter! ;)  :D &lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Betis wrote:&lt;/b&gt; (openness, conscientiousness, extraversion, agreeableness, and extraversion, respectively)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;I mean to put neuroticism at the end!  :-p&lt;/p&gt;
</description>
</item>
<item><title>Old Parchment by Crapadilla</title> 
		             <dc:creator>Kochubey</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 29 May 2013 15:47:54 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=1033</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=1033</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_88442035');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Kochubey&lt;/b&gt;, &lt;em&gt;Fri, 03 Nov 2006 02:48:56 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Old Parchment by Crapadilla&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/1480.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/1480.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/1480.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/1480-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_88442035' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kochubey&lt;/b&gt;, &lt;em&gt;Fri, 03 Nov 2006 02:49:31 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Cool texture! I like it!  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Fri, 03 Nov 2006 04:03:42 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Well, in that case...  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Fri, 03 Nov 2006 04:05:54 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;The detail in the eroding torn edges I am very fond of. Notice the nice half transparencies and wavy patterns of dried up moisture slowly soaking into the fabric! :loveff:  &lt;br /&gt;&lt;br /&gt;Can I say FF yay? :dgrin:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Bella&lt;/b&gt;, &lt;em&gt;Fri, 03 Nov 2006 06:23:47 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Mmmm... I'm getting fond of it too. It does look authentic.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;ionic69&lt;/b&gt;, &lt;em&gt;Sat, 04 Nov 2006 17:45:37 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;yayyyyy :)))&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Wed, 18 Apr 2007 09:26:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Wow, 500 downloads!  :D  :D  :D &lt;br /&gt;&lt;br /&gt;Never thought that old paper would be so popular!  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uberzev&lt;/b&gt;, &lt;em&gt;Wed, 18 Apr 2007 10:04:49 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Crapadilla wrote:&lt;/b&gt;&lt;br /&gt;Wow, 500 downloads!    &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;That must be a bug.  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;StevieJ&lt;/b&gt;, &lt;em&gt;Wed, 18 Apr 2007 10:20:00 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Ah, dummy accounts hard at work again    ;)    j/k.....   Congrats!!!   :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Wed, 18 Apr 2007 12:58:01 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;i just use bots to download my filters over and over and over and... ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Wed, 18 Apr 2007 14:14:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Kraellin wrote:&lt;/b&gt;&lt;br /&gt;i just use bots to download my filters over and over and over and... Wink&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;What, you too?  :devil:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Torley&lt;/b&gt;, &lt;em&gt;Fri, 20 Apr 2007 22:44:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I really like using Dilla's Old Parchment + Northernshadow's Batik Art. They're a tasty pairing.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Wed, 09 May 2007 07:59:25 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Small versatility update incoming...&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;- Freely rotate the fabric with the 'Fibre Angle' slider.&lt;br /&gt;- Control the 'Fibrousness' of the fabric.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Zephos&lt;/b&gt;, &lt;em&gt;Thu, 10 May 2007 03:09:36 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Oh yes Crapadilla! Congratulations on Old Parchment becoming the #1 most popular filter on Filter Forge! I remember watching the race between it and AngelBoiii's Wall Distress Section 01 since I first came to the website and have been keeping track ever since. It was an epic battle between two incredible grand master level filters, but I'm happy to see Old Parchment taking the lead now ^_^ I'm also impressed that even with it being at it's current level, you are still always improving it as evident with the update ^_^&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Tue, 03 Jul 2007 07:10:15 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;:bunny:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Nelieta&lt;/b&gt;, &lt;em&gt;Wed, 29 May 2013 15:47:54 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Love this texture!&lt;/p&gt;
</description>
</item>
<item><title>Layered Stone by Vladimir Golovin</title> 
		             <dc:creator>Darvinda</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 29 May 2013 15:46:42 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10851</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10851</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1395736435');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Darvinda&lt;/b&gt;, &lt;em&gt;Wed, 23 Jan 2013 10:38:03 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Layered Stone by Vladimir Golovin&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/240.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/240.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/240.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/240-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1395736435' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_1193658324');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Wed, 23 Jan 2013 10:54:26 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Layered Stone by Vladimir Golovin&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/240.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/240.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/images/filters/240-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1193658324' border='0' /&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Nelieta&lt;/b&gt;, &lt;em&gt;Wed, 29 May 2013 15:46:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;This is a really nice filter!&lt;/p&gt;
</description>
</item>
<item><title>Geometric Abstract Loop by CFandM</title> 
		             <dc:creator>jffe</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 29 May 2013 15:04:08 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11303</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11303</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1187126008');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:15:46 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Geometric Abstract Loop by CFandM&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11474.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11474.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11474.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11474-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1187126008' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:15:59 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Interesting stuff. :)&lt;br /&gt;&lt;br /&gt;jffe&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:19:31 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I agree with jffe, this is interesting stuff and makes beautifull abstract geometric shapes, this is really showing what the new loop component was made for, well at least one of the many possible uses.&lt;br /&gt;&lt;br /&gt;Well done and good idea.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 14:39:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks jffe and SR.. :) &lt;br /&gt;Had to make an abstract with that loop.. ;)  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 16:43:31 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Changing the colors to red and black I got this nice result, and think that a idea would be to render many different square results and then joint them together to make a bigger artwork.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 16:46:41 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Changing settings&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 17:00:44 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;preset 1 with green and blue&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Mardar&lt;/b&gt;, &lt;em&gt;Tue, 28 May 2013 13:40:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I always love your abstract filters. This is a very nice one CFandM. Great job. ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Wed, 29 May 2013 15:04:08 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks Mardar.. :) &lt;br /&gt;After all this time creating in FF abstract filters are still my favorite to make.. :D  :)&lt;/p&gt;
</description>
</item>
<item><title>Heart Plant by CFandM</title> 
		             <dc:creator>Clint</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 29 May 2013 15:02:04 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11300</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11300</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_518416658');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Clint&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 08:52:21 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Heart Plant by CFandM&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11467.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11467.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11467.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11467-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_518416658' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Clint&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 08:54:25 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;For some reason, the download keeps indicating that I must have a newer version of Filter Forge to download this filter.  I downloaded and installed the newest (3.014), and it will still not download this filter.  The error message keeps coming up that I need the newest.  Any idea what's going on?  :(&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 10:24:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;On the page of this filter and most all filters there is a number in the upper left corner of the main image preset...This indicates what version of FF this was made with...This was created with the newest FF4 beta.. :) &lt;br /&gt;Also under the button to download this and all filters there is a note of which FF version you need for that filter.. :) &lt;br /&gt;Thanks for looking thou :D  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Clint&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 19:20:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Ah, ok.  I didn't see that.  Sorry to bother you, but thank you for answering my question anyway.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Mardar&lt;/b&gt;, &lt;em&gt;Tue, 28 May 2013 13:39:03 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Beautiful as always CFandM. These are so delicate. Love them.  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Wed, 29 May 2013 15:02:04 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;You are welcome Clint... :) &lt;br /&gt;Thanks Mardar.....I made the heart part first and thought the same thing about them being delicate..So I thought they needed a plant to wrap around.. :) &lt;br /&gt;btw sent an update to fix a typo.. ;)&lt;/p&gt;
</description>
</item>
<item><title>Sierpinski City by CFandM</title> 
		             <dc:creator>SpaceRay</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 29 May 2013 14:59:40 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11302</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11302</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1381923528');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:07:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Sierpinski City by CFandM&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11466.html' target='_blank' rel='nofollow'&gt;http://filterforge.com/filters/11466.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://filterforge.com/filters/11466.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://filterforge.com/images/filters/11466-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1381923528' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:10:23 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!! I love this texture using the sierpinski fractal and make it look like a futuristic geometrical city that looks so good and beautifully done&lt;br /&gt;&lt;br /&gt;Great idea and concept and something that makes owning FF worthy.&lt;br /&gt;&lt;br /&gt;Although I like much the black and white and many shades of gray and look beautifull, I can suggest that you could make another filter that you could apply colors in layers to each one of the shapes&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 14:42:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks SR....Well I could make the color blocks but that would ruin the effect of the greyscale....Looking at the image a different way you can see the city upside down....Or if you render out an image and flip it around you can see another side of the city.. ;)  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 18:59:47 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I have been using your filter and I now I like it much more, is clever and well done and like how it works, and the only possible negative thing is that you can´t use the size slider as it destroys the squares effect and adds grain.&lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;CFandM&lt;br /&gt;&lt;br /&gt;Well I could make the color blocks but that would ruin the effect of the greyscale.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Of course that it would ruin the beautiful and well done grayscale effect and also the upside down city style, and this is why I have suggested to make &lt;b&gt;another&lt;/b&gt; different filter and not to modify this one. Sorry if it was not explained well.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;CFandM&lt;/b&gt;, &lt;em&gt;Wed, 29 May 2013 14:59:40 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I'll play around with a color version to see what I can come up with. :)&lt;/p&gt;
</description>
</item>
<item><title>Gem Blocks by Bocote</title> 
		             <dc:creator>jffe</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 27 May 2013 17:29:55 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10534</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10534</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_500079437');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 09:23:19 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Gem Blocks by Bocote&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10983.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10983.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10983.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10983-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_500079437' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 09:23:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;It's like vector graphics meet pixels, or something. Anyways, I like it. :)&lt;br /&gt;&lt;br /&gt;jffe&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_173279837');</script>
<script>oForumForm['images_for_resize'].push('popup_94897519');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 14:48:56 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;WOW!!! Love and like very much this filter!!! This is a GEM and a jewel  :) &lt;br /&gt;&lt;br /&gt;It gives a great and beautiful effect and is different to other things, and the little thumbnails is totally misleading&lt;br /&gt;&lt;br /&gt;Like much how you have done this and the effects you can get, is very artistic and well done and with good options and setting to customize this&lt;br /&gt;&lt;br /&gt;Also like much that you have added different shapes configuration in a easy way and you can have different effects changing the shapes.&lt;br /&gt;&lt;br /&gt;Thanks very much for making this and congratulations for the good effect, this is really where FF shines and is worth to have, making things that no other software can make.&lt;br /&gt;&lt;br /&gt;By the way I have been already making last week, something that is possibly similar, well is different from this and far, but in some way similar.&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/10983.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_173279837' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;The only negative point I can put is that the presets does not show at all the real power and great potential and what this beauty really can do.&lt;br /&gt;&lt;br /&gt;For me only the above and this one below are really showing something&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.filterforge.com/filters/10983-v5.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_94897519' border='0' /&gt;&lt;br /&gt;&lt;br /&gt;Why not show the different shapes, and different sizes and different combinations that are possible?&lt;br /&gt;&lt;br /&gt;Well I will not tell you what to do and is only a possible suggestion, but this great and well done is missing the last part of showing what can be done through the presets.&lt;br /&gt;&lt;br /&gt;Here is one example of possible preset&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 15:15:45 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;one more&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 15:18:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and with smaller circles&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 15:20:27 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Like much the possible effects and results you can get with this  :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 15:22:13 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;another beauty with the FF Lionfish built in image&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:41:21 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And here are some examples with some different photos and colors&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:42:02 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;:)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:42:52 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Love this filter, and you can mask the result using white or transparent background and get this effect shown here&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:43:17 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;or this&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:46:08 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;ANd also you can made lines and shapes with this filling the parts with white&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:46:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;8)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:49:56 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and I like that you can customize and change the shapes and get different results changing the settings and variations&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:53:09 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And reducing the density and repeat you can get some cool abstract designs&lt;br /&gt;&lt;br /&gt;Also have rised the brightness to get a more transparency feeling and less saturation of colors&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 16:57:19 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and now a colorful squares design&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 17:00:24 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;with triangles&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 17:06:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and with a different source photo, also another idea is this with density at the maximum 5 BUT with repeat at only 2 with vale 1 on sides (triangles)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Tue, 25 Sep 2012 17:08:03 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;and sides value 2&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Bocote&lt;/b&gt;, &lt;em&gt;Wed, 26 Sep 2012 01:41:34 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Glad you are finding it fun and useful SpaceRay.   When I submitted it I think I only had 4 or 5 of the presets done and the others were auto added.&lt;br /&gt;&lt;br /&gt;I'll post a link to an animation I made using this filter later on.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 26 Sep 2012 01:44:57 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And what I like is the complex mix of shapes it makes if you want&lt;br /&gt;&lt;br /&gt;For this is important to rise the details sliders to get much more complex design&lt;br /&gt;&lt;br /&gt;Here is a enlarged version of the top left part of the above example with triangles (the next up from this) so you can see in more details the complex look&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Wed, 26 Sep 2012 02:22:46 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks very much for making this filter&lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Bocote&lt;br /&gt;&lt;br /&gt;Glad you are finding it fun and useful SpaceRay. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;YES, I like it much and is very useful and well done and like it much, and glad you like it.&lt;br /&gt;&lt;br /&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Bocote&lt;br /&gt;&lt;br /&gt;When I submitted it I think I only had 4 or 5 of the presets done and the others were auto added. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Well you really have made 6 presets yourself because are the ones available on the filter, none of the auto made by the submit wizard will be available when downloading the filter.&lt;br /&gt;&lt;br /&gt;And I have suggested to make some new presets because this great and awesome filters deserves much to have some good presets and is easy to do them, and is a pity that this great filter has poor presets. &lt;br /&gt;&lt;br /&gt;Above I have put some exaples, but of course this is only a suggestion and you are the one who can decide what to do and if you want or not.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Bocote&lt;/b&gt;, &lt;em&gt;Wed, 26 Sep 2012 03:15:46 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I'm comfortable with the presets.   I'll let ones imagination take the submission wherever they like; it's a very simple filter with a tremendous amount of easily edited input.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Bocote&lt;/b&gt;, &lt;em&gt;Wed, 26 Sep 2012 03:40:12 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Here is a link to one of the animations I did with this filter.  First one is the small encoded video and the second link is the 90MB original file: (might be best to right click save as...)&lt;br /&gt;&lt;a href='http://www.whiteheadgallery.com/temp/pentagons_rotate_small.avi' target='_blank' rel='nofollow'&gt;encoded version&lt;/a&gt;&lt;br /&gt;&lt;a href='http://www.whiteheadgallery.com/temp/pentagons_rotate_original.avi' target='_blank' rel='nofollow'&gt;original version&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;both made using: &lt;a href='http://ffbatch.sjeiti.com/' target='_blank' rel='nofollow'&gt;http://ffbatch.sjeiti.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 15 Feb 2013 18:29:21 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks to Burt I have been able to remember about this awesome and great filter again&lt;br /&gt;&lt;br /&gt;Here there is a couple of parrots&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 15 Feb 2013 18:30:35 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;as in the above one is difficult to see them  ;)  :D I put this other one here where the parrots can be perhaps more clearly seen&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 15 Feb 2013 19:00:14 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Awesome combination of colors thanks to this great and wonderful filter&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Burt&lt;/b&gt;, &lt;em&gt;Sat, 16 Feb 2013 03:24:37 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Very cool. Looks like an explosion of Postits, or the piles of origami paper my son sometimes uses.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 22 Feb 2013 16:03:25 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks Burt, I did not thought about the similar shape to Postits, good idea and similar :) , explosion of thousands of multicolor postits  :D&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Fri, 22 Feb 2013 18:41:02 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;if the above one is with squares, this one is with triangles&lt;br /&gt;&lt;br /&gt;Like very much how the filter is able to mix all the colors and triangles shapes and have the black outlines mixed in that special way, and the beautiful transparencies that is made&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:27:07 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Here below I have another example made with this great and awesome filter that I like very much how it makes such beautiful results with all these transparencies and shapes drawings&lt;br /&gt;&lt;br /&gt;I think that probably now with the new Loops component in FF 4.0 some more things similar and like this one here could be done to make artistic effects nowhere else available than in FF.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 17:16:25 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Here is another example below with the same source image as the one above but more simpler settings&lt;br /&gt;&lt;br /&gt;The settings on this filter really give a great amount of variety and can get a lot of different results combining the different settings&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 17:22:53 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;The two examples I have just put above are abstract so now, here is a gem blocked Zebra with fine detail to see it more realistic in some way using a high repeat size and high density&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 17:29:55 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;And now the same zebra with more artistic and abstract effect, and using triangles instead of squares&lt;/p&gt;
</description>
</item>
<item><title>Kryptonian Crest - Metal by Rawn (RawArt)</title> 
		             <dc:creator>Rawn (RawArt)</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 27 May 2013 15:22:38 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11307</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11307</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1415908752');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Rawn (RawArt)&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 14:59:44 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Kryptonian Crest - Metal by Rawn (RawArt)&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11473.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11473.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11473.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11473-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1415908752' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Rawn (RawArt)&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 15:00:04 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Looks better than the thumbnails give credit for&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 15:22:38 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I did not know what &quot;Kriptonian Crest&quot; (and still do not know), but searching in &lt;a href='http://www.google.es/search?q=Kryptonian+Crest&amp;tbm=isch&amp;tbo=u&amp;source=univ&amp;sa=X&amp;ei=VrGjUf6vAciN7Aamm4DIDg&amp;ved=0CDAQsAQ&amp;biw=1414&amp;bih=745#tbm=isch&amp;sa=1&amp;q=%22Kryptonian+Crest%22&amp;oq=%22Kryptonian+Crest%22&amp;gs_l=img.3...66829.70275.0.70786.2.2.0.0.0.0.198.327.0j2.2.0...0.0...1c.1.14.img.h0xk78U8nZQ&amp;bav=on.2,or.r_qf.&amp;bvm=bv.47008514,d.ZGU&amp;fp=b305a1a07a926a35&amp;biw=1414&amp;bih=745' target='_blank' rel='nofollow'&gt;Google images for this&lt;/a&gt; now I have a possible idea of what was your inspiration  :) &lt;br /&gt;&lt;br /&gt;Will download and look how this can be used&lt;/p&gt;
</description>
</item>
<item><title>Kryptonian Crest - Leather by Rawn (RawArt)</title> 
		             <dc:creator>Rawn (RawArt)</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 27 May 2013 15:21:54 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11306</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11306</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1620421737');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Rawn (RawArt)&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 14:58:49 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Kryptonian Crest - Leather by Rawn (RawArt)&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11469.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11469.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11469.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11469-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1620421737' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Rawn (RawArt)&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 14:59:17 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Was inspired by the movie and had to play around.&lt;br /&gt;&lt;br /&gt;I should note that it requires a square panel to render in.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 15:21:54 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I did not know what &quot;Kriptonian Crest&quot; (and still do not know), but searching in &lt;a href='http://www.google.es/search?q=Kryptonian+Crest&amp;tbm=isch&amp;tbo=u&amp;source=univ&amp;sa=X&amp;ei=VrGjUf6vAciN7Aamm4DIDg&amp;ved=0CDAQsAQ&amp;biw=1414&amp;bih=745#tbm=isch&amp;sa=1&amp;q=%22Kryptonian+Crest%22&amp;oq=%22Kryptonian+Crest%22&amp;gs_l=img.3...66829.70275.0.70786.2.2.0.0.0.0.198.327.0j2.2.0...0.0...1c.1.14.img.h0xk78U8nZQ&amp;bav=on.2,or.r_qf.&amp;bvm=bv.47008514,d.ZGU&amp;fp=b305a1a07a926a35&amp;biw=1414&amp;bih=745' target='_blank' rel='nofollow'&gt;Google images for this&lt;/a&gt; now I have a possible idea of what was your inspiration  :)&lt;/p&gt;
</description>
</item>
<item><title>rough paper by Totte</title> 
		             <dc:creator>Totte</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 27 May 2013 13:32:37 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11301</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=11301</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_2080629226');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Totte&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 11:23:59 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;rough paper by Totte&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/8808.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/8808.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/8808.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/8808-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_2080629226' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Totte&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 11:24:11 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thx for using it ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:32:37 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Congratulations for the HU award! Is a well done paper texture&lt;/p&gt;
</description>
</item>
<item><title>Hommage à Vasarely by Stefan Beckmann</title> 
		             <dc:creator>jffe</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 27 May 2013 13:31:04 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8452</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=8452</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1230083641');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Fri, 13 May 2011 10:51:04 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Hommage à Vasarely by Stefan Beckmann&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9632.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/9632.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/9632.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/9632-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1230083641' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;jffe&lt;/b&gt;, &lt;em&gt;Fri, 13 May 2011 10:52:06 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Hang on, lemme put some bellbottoms on first. O.k., possible alternate name for this one = 'Disco Bulge'.  :banana: &lt;br /&gt;&lt;br /&gt;jffe&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:31:04 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Very good and well done filter in the style of the famous artist &lt;a href='http://www.google.es/search?q=Hommage+to&amp;bav=on.2,or.r_qf.&amp;bvm=bv.47008514,d.ZWU&amp;biw=1920&amp;bih=917&amp;um=1&amp;ie=UTF-8&amp;hl=es&amp;tbm=isch&amp;source=og&amp;sa=N&amp;tab=wi&amp;ei=1ZejUfD1D8ap7AaH5YCoDA#um=1&amp;hl=es&amp;tbm=isch&amp;sa=1&amp;q=vasarely&amp;oq=vasarely&amp;gs_l=img.3..0l10.2304.3679.0.4024.8.7.0.1.1.0.232.748.0j4j1.5.0...0.0...1c.1.14.img.bR-h5lrGOZ4&amp;bav=on.2,or.r_qf.&amp;bvm=bv.47008514,d.ZGU&amp;fp=baaa8312d47d890a&amp;biw=1920&amp;bih=917' target='_blank' rel='nofollow'&gt;Vasarely&lt;/a&gt; that made all these kind of abstract geometric art.&lt;/p&gt;
</description>
</item>
<item><title>Crate maker by dactilardesign</title> 
		             <dc:creator>Totte</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 27 May 2013 13:16:37 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10701</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10701</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_671721058');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Totte&lt;/b&gt;, &lt;em&gt;Thu, 06 Dec 2012 13:11:33 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Crate maker by dactilardesign&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11051.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/11051.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/11051.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/11051-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_671721058' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Totte&lt;/b&gt;, &lt;em&gt;Thu, 06 Dec 2012 13:12:12 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Another grate crate maker ;-)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Thu, 06 Dec 2012 14:13:23 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thank you Totte.&lt;br /&gt;We had a thread already (in fact, the seccond about this filter) but looks like has been lost once more  :?:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Crapadilla&lt;/b&gt;, &lt;em&gt;Fri, 18 Jan 2013 18:47:14 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Nice. I like that certain grittiness in your work. Keep it up!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 11:32:37 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;High usage rank achieved! Thank you all for using the filter.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 13:16:37 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Congratulations for HU award! You deserve it much as it is very well done and beautifully detailed. Like much the textures you made with this.&lt;/p&gt;
</description>
</item>
<item><title>Gold Rust by PrincessToxico</title> 
		             <dc:creator>aegean</dc:creator> 
		             <category></category> 
		             <pubDate>Mon, 27 May 2013 12:46:12 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=5590</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=5590</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_972798514');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;aegean&lt;/b&gt;, &lt;em&gt;Mon, 22 Sep 2008 05:57:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Gold Rust by PrincessToxico&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/6417.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/6417.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/6417.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/6417-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_972798514' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;aegean&lt;/b&gt;, &lt;em&gt;Mon, 22 Sep 2008 05:58:32 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Excellent rust filter can see myself getting plenty of use from this&lt;br /&gt;&lt;br /&gt;ae&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Mon, 22 Sep 2008 07:31:01 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;yup, this looks good.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;James&lt;/b&gt;, &lt;em&gt;Tue, 23 Sep 2008 11:57:00 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Great rust :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;PrincessToxico&lt;/b&gt;, &lt;em&gt;Tue, 30 Sep 2008 11:36:10 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;:D Wow! Thanks, This is my first attempt at making filters and its great reading positive comments! Thanks.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;iFredQC&lt;/b&gt;, &lt;em&gt;Fri, 24 May 2013 21:07:59 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Except gold doesn't rust ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;dactilardesign&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 12:05:14 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;yep, that's what I was going to say. I like the noise pattern for the rust.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Mon, 27 May 2013 12:46:12 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;iFredQC&lt;br /&gt;Except gold doesn't rust  ;)  &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;I agree and is true that gold does not rust as said &lt;a href='http://answers.yahoo.com/question/index?qid=20060616191120AAPRfzy' target='_blank' rel='nofollow'&gt;here&lt;/a&gt; and also &lt;a href='http://wiki.answers.com/Q/Why_does_gold_not_rust' target='_blank' rel='nofollow'&gt;here too&lt;/a&gt; but this is for 100% pure gold.&lt;br /&gt;&lt;br /&gt;Did PrincessToxico said that his texture is made of 100% pure gold?  ;)  :D  &lt;br /&gt;&lt;br /&gt;If you make a search in &lt;a href='http://www.google.es/search?q=gold+rust&amp;tbm=isch&amp;tbo=u&amp;source=univ&amp;sa=X&amp;ei=KYujUfSYL83H7AaHq4CwAw&amp;ved=0CEIQsAQ&amp;biw=1920&amp;bih=917' target='_blank' rel='nofollow'&gt;Google images for Gold rust&lt;/a&gt; there are many images that could be like this texture because probably they are not 100% gold&lt;br /&gt;&lt;br /&gt;I mean that maybe there could be alternatives and is not wrong IF:&lt;br /&gt;&lt;br /&gt;1 - these gold would be mixed with some kind of iron or any other oxidating metal&lt;br /&gt;&lt;br /&gt;2 - or perhaps is 100% gold but the surface of the gold is covered with iron dust that is rusted&lt;br /&gt;&lt;br /&gt;3 - or it could be the opposite as this texture is mostly rusted, it could be that is an iron surface that was painted with gold and now the gold has worn out and now is showing the original material below that is rusted  &lt;br /&gt;&lt;br /&gt;or other possible combinations that could lead to this final result shown by the texture ;)  :D&lt;/p&gt;
</description>
</item>
<item><title>Flouresecnece Image Merger-Blue Green by uglyboys</title> 
		             <dc:creator>uglyboys</dc:creator> 
		             <category></category> 
		             <pubDate>Fri, 24 May 2013 09:47:33 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10195</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10195</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_529086941');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 02:47:19 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Flouresecnece Image Merger-Blue Green by uglyboys&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10805.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10805.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10805.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10805-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_529086941' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 02:57:18 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;A sample.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Wed, 22 May 2013 01:50:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Found a bug, the image automatically takes size of default FF preset, i.e 600x600.&lt;br /&gt;Manually load new image (blank) with same dimension as ur images are.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;TBH-1138&lt;/b&gt;, &lt;em&gt;Fri, 24 May 2013 09:47:33 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Why not just make a RGB version?&lt;/p&gt;
</description>
</item>
<item><title>Colored Plastic Tiles by Qender</title> 
		             <dc:creator>uuk</dc:creator> 
		             <category></category> 
		             <pubDate>Fri, 24 May 2013 00:14:11 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=4231</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=4231</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_1662609500');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;uuk&lt;/b&gt;, &lt;em&gt;Wed, 31 Oct 2007 20:02:06 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Colored Plastic Tiles by Qender&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/4621.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/4621.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/4621.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/4621-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1662609500' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uuk&lt;/b&gt;, &lt;em&gt;Wed, 31 Oct 2007 20:03:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;I like the colored ones.. sorta remindes me of a disco floor :P&lt;br /&gt;&lt;br /&gt;Good work ,  i like the look of it.  ;)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Qender&lt;/b&gt;, &lt;em&gt;Thu, 01 Nov 2007 04:56:44 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks, this is one I actually made just for a hl2 mod I was making, so there's a lot of weird setting that otherwise don't appear useful. I added some additional customization before I uploaded it though!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Thu, 01 Nov 2007 15:22:29 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;looks good. the only thing i dont like about it is the little black dot at the middle.&lt;/p&gt;<script>oForumForm['images_for_resize'].push('popup_1233496061');</script>
<script>oForumForm['images_for_resize'].push('popup_2071282330');</script>
<script>oForumForm['images_for_resize'].push('popup_1307845903');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;Qender&lt;/b&gt;, &lt;em&gt;Thu, 01 Nov 2007 21:11:36 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Hmm, I think for a while I had a &quot;mortar corner size&quot; option, I guess I should have put that back in for the upload! I'de update it but my trial ran out (&quot;Nooooo!&quot;)&lt;br /&gt;&lt;br /&gt;Anyway, here's some screenshots of the mod I'm working on that uses a ton of FF textures, mostly the colored plastic tiles one here. Note that the black tiles were just recolored versions of the white ones! You'll also notice one of them has a modified version of angelboiii's DoomPannel 01, which is the best filter ever!&lt;br /&gt;&lt;br /&gt;&lt;a href='http://img211.imageshack.us/my.php?image=moonbase0002ai4.jpg' target='_blank' rel='nofollow'&gt;&lt;img src='http://img211.imageshack.us/img211/4237/moonbase0002ai4.th.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1233496061' border='0' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href='http://img149.imageshack.us/my.php?image=moonbase0000jw8.jpg' target='_blank' rel='nofollow'&gt;&lt;img src='http://img149.imageshack.us/img149/8804/moonbase0000jw8.th.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_2071282330' border='0' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href='http://img517.imageshack.us/my.php?image=moonbasefull0004rk7.jpg' target='_blank' rel='nofollow'&gt;&lt;img src='http://img517.imageshack.us/img517/7717/moonbasefull0004rk7.th.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_1307845903' border='0' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I should add that there are normal maps on the colored plastic tiles that are NOT part of my filter, which considerably improve their look, especially in the third screenshot. Also, the above are a work in progress. and the finished scenes should look considerably less sparse.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Qender&lt;/b&gt;, &lt;em&gt;Mon, 05 Nov 2007 00:53:16 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Ok, it's been updated so that the corner size is now adjustable, which should allow you to get rid of/increase the black dot in the middle!&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uuk&lt;/b&gt;, &lt;em&gt;Mon, 05 Nov 2007 01:20:12 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;sweet, i like the way its looks in HL2 .. ( im a map editor too ) :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Kraellin&lt;/b&gt;, &lt;em&gt;Mon, 05 Nov 2007 13:13:26 -0500&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;&lt;table class='forum-quote'&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Quote&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Ok, it's been updated so that the corner size is now adjustable, which should allow you to get rid of/increase the black dot in the middle! &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; cool beans :)&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;TBH-1138&lt;/b&gt;, &lt;em&gt;Fri, 24 May 2013 00:14:11 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Reminds me of Portal.&lt;/p&gt;
</description>
</item>
<item><title>Pseudocolor-montage by uglyboys</title> 
		             <dc:creator>uglyboys</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 22 May 2013 01:51:15 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10213</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10213</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_2069426215');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Fri, 27 Jul 2012 08:12:55 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Pseudocolor-montage by uglyboys&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10817.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10817.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10817.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10817-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_2069426215' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Fri, 27 Jul 2012 10:17:42 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Working Sample&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Sat, 28 Jul 2012 08:19:40 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Yeah see this stuff alone is pretty neat. :) I really think you've established yourself a useful tool.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Wed, 22 May 2013 01:51:15 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Found a bug, the image automatically takes size of default FF preset, i.e 600x600.&lt;br /&gt;Manually load new image (blank) with 4 time dimension of ur images.&lt;/p&gt;
</description>
</item>
<item><title>Flouresecnece Image Merger-Red Blue by uglyboys</title> 
		             <dc:creator>uglyboys</dc:creator> 
		             <category></category> 
		             <pubDate>Wed, 22 May 2013 01:50:15 -0400</pubDate> 
		             <link>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10196</link> 
		             <guid>http://www.filterforge.com/forum/read.php?FID=11&amp;TID=10196</guid>
		             <description><script>oForumForm['images_for_resize'].push('popup_295085508');</script>
&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 02:58:22 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Flouresecnece Image Merger-Red Blue by uglyboys&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10806.html' target='_blank' rel='nofollow'&gt;http://www.filterforge.com/filters/10806.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.filterforge.com/filters/10806.html' target='_blank' rel='nofollow'&gt;&lt;img src='http://www.filterforge.com/images/filters/10806-small.jpg'  alt='Image' onload=&quot;try{window.onForumImageLoad(this, '300', '300', 'FORUM');}catch(e){}&quot;  id='popup_295085508' border='0' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 02:59:22 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Working Sample&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Skybase&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 06:15:35 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;The best option for these sets of filters would have been to make it just one instead of three. I mean I'd get the point making three of these separate but I think it'd be nicer to have them in one package since if you update, you only have to submit one :) I like the idea though, kinda specific usage but cool.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 10:21:00 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Sorry to ask, but for what is this useful ?  :?:&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;Morgantao&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 16:03:44 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;SR, check out this wikipedia link that explains about fluorescence microscopy:&lt;br /&gt;&lt;a href='http://en.wikipedia.org/wiki/Fluorescence_microscope' target='_blank' rel='nofollow'&gt;http://en.wikipedia.org/wiki/Fluorescence_microscope&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Check out the gallery in the link for cool examples of what this filter can do if you feed it the right images.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;SpaceRay&lt;/b&gt;, &lt;em&gt;Sat, 21 Jul 2012 16:12:28 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Thanks for the link, I will see it, so I know what is this about as I have no idea.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&lt;b&gt;uglyboys&lt;/b&gt;, &lt;em&gt;Wed, 22 May 2013 01:50:15 -0400&lt;/em&gt;&lt;/small&gt;&lt;br/&gt;Found a bug, the image automatically takes size of default FF preset, i.e 600x600.&lt;br /&gt;Manually load new image (blank) with same dimension as ur images are.&lt;/p&gt;
</description>
</item>
</channel></rss> 
