Thread: [Patchanim-commit] SF.net SVN: patchanim: [146] trunk/patchanim/htdocs/index.html (Page 2)
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-10 07:32:54
|
Revision: 146 http://patchanim.svn.sourceforge.net/patchanim/?rev=146&view=rev Author: dbrosius Date: 2008-02-09 23:32:58 -0800 (Sat, 09 Feb 2008) Log Message: ----------- update the date Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-10 07:27:59 UTC (rev 145) +++ trunk/patchanim/htdocs/index.html 2008-02-10 07:32:58 UTC (rev 146) @@ -50,7 +50,7 @@ very easy to generate in-between images from two separate blend descriptions.</p> - <p><b>Feb 2, 2008 - This tool is not finished at this time, although the patch animations work</b><br/> + <p><b>Feb 10, 2008 - This tool is not finished at this time, although the patch animations work</b><br/> Still to be done: <ul> <li>export to mpeg?</li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-10 18:59:16
|
Revision: 153 http://patchanim.svn.sourceforge.net/patchanim/?rev=153&view=rev Author: dbrosius Date: 2008-02-10 10:59:21 -0800 (Sun, 10 Feb 2008) Log Message: ----------- add meta Keywords Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-10 18:51:53 UTC (rev 152) +++ trunk/patchanim/htdocs/index.html 2008-02-10 18:59:21 UTC (rev 153) @@ -1,6 +1,7 @@ <html> <head> <title>PatchAnim - A Bezier Surface based blend animation tool</title> + <meta name="Keywords" content="animated blends gradients gif png mng jpeg bezier curve patch java webstart"> </head> <body background> <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-10 19:00:39
|
Revision: 154 http://patchanim.svn.sourceforge.net/patchanim/?rev=154&view=rev Author: dbrosius Date: 2008-02-10 11:00:45 -0800 (Sun, 10 Feb 2008) Log Message: ----------- add tween meta keyword Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-10 18:59:21 UTC (rev 153) +++ trunk/patchanim/htdocs/index.html 2008-02-10 19:00:45 UTC (rev 154) @@ -1,7 +1,7 @@ <html> <head> <title>PatchAnim - A Bezier Surface based blend animation tool</title> - <meta name="Keywords" content="animated blends gradients gif png mng jpeg bezier curve patch java webstart"> + <meta name="Keywords" content="animated blends gradients gif png mng jpeg bezier curve patch tween java webstart"> </head> <body background> <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-11 03:26:31
|
Revision: 166 http://patchanim.svn.sourceforge.net/patchanim/?rev=166&view=rev Author: dbrosius Date: 2008-02-10 19:26:36 -0800 (Sun, 10 Feb 2008) Log Message: ----------- add google analytics Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-11 00:17:49 UTC (rev 165) +++ trunk/patchanim/htdocs/index.html 2008-02-11 03:26:36 UTC (rev 166) @@ -65,5 +65,11 @@ <img src="sample.jpg"/> <p><table cellpadding="10"><tr><td><img src="nameediting.jpg"/></td><td><img src="patchediting.jpg"/></td></tr></table></p> </div> + <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> + </script> + <script type="text/javascript"> + _uacct = "UA-249537-2"; + urchinTracker(); + </script> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-11 04:16:51
|
Revision: 167 http://patchanim.svn.sourceforge.net/patchanim/?rev=167&view=rev Author: dbrosius Date: 2008-02-10 20:16:56 -0800 (Sun, 10 Feb 2008) Log Message: ----------- update to the new analytics scripts Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-11 03:26:36 UTC (rev 166) +++ trunk/patchanim/htdocs/index.html 2008-02-11 04:16:56 UTC (rev 167) @@ -65,11 +65,14 @@ <img src="sample.jpg"/> <p><table cellpadding="10"><tr><td><img src="nameediting.jpg"/></td><td><img src="patchediting.jpg"/></td></tr></table></p> </div> - <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> + <script type="text/javascript"> + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> - _uacct = "UA-249537-2"; - urchinTracker(); + var pageTracker = _gat._getTracker("UA-249537-2"); + pageTracker._initData(); + pageTracker._trackPageview(); </script> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-12 04:43:56
|
Revision: 170 http://patchanim.svn.sourceforge.net/patchanim/?rev=170&view=rev Author: dbrosius Date: 2008-02-11 20:44:01 -0800 (Mon, 11 Feb 2008) Log Message: ----------- doc mngs Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-12 04:43:01 UTC (rev 169) +++ trunk/patchanim/htdocs/index.html 2008-02-12 04:44:01 UTC (rev 170) @@ -20,7 +20,7 @@ <p>This tool creates a sequence of color blends using <a href="http://en.wikipedia.org/wiki/B%C3%A9zier_surface">Bezier Patches</a>. This sequence of blends is tweened and - animated giving smooth transitions from one blend to another. Blend animations can be outputted to animated gifs, animated pngs + animated giving smooth transitions from one blend to another. Blend animations can be outputted to animated gifs, animated pngs, animated mngs or a series of gifs, pngs or jpegs.</p> <div style="position:relative;left:100;"><img src="animation.gif"/></div> <p>Unfortunately gif files are 256 color images, and so you get some grainyness. If you have This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-14 07:46:20
|
Revision: 188 http://patchanim.svn.sourceforge.net/patchanim/?rev=188&view=rev Author: dbrosius Date: 2008-02-13 23:46:25 -0800 (Wed, 13 Feb 2008) Log Message: ----------- update doc Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-14 07:42:44 UTC (rev 187) +++ trunk/patchanim/htdocs/index.html 2008-02-14 07:46:25 UTC (rev 188) @@ -36,7 +36,7 @@ a color from black to a full primary color (red in this case). By using a curve, we can give a separate color for each section of the curve, as seen in the color blend below the curve.</p> <div style="position:relative;left:300px;"/><img src="bezier.jpg"/></div> - <p>Now this tool uses Cubic Bezier <b>patches</b>, not curves. A Bezier patch is a description of a 3D surface + <p>Now this tool uses Bezier <b>patches</b>, not curves. A Cubic Bezier patch is a description of a 3D surface consisting of 16 control points. You can think of a patch as a set of bezier curves running in parallel along the x axis, and a cross cutting set of curves running along the y axis. (This is an over-simplification, and in fact incorrect, but is good enough to understand what this application is doing). Again, though, the z value in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-15 07:01:53
|
Revision: 193 http://patchanim.svn.sourceforge.net/patchanim/?rev=193&view=rev Author: dbrosius Date: 2008-02-14 22:59:38 -0800 (Thu, 14 Feb 2008) Log Message: ----------- document linear blends Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-15 06:56:14 UTC (rev 192) +++ trunk/patchanim/htdocs/index.html 2008-02-15 06:59:38 UTC (rev 193) @@ -50,8 +50,9 @@ to generate one full color blend. Since the description of the blend is very succinct (just 3 * 16 points), It is very easy to generate in-between images from two separate blend descriptions.</p> - <p>February 14, 2008 - added lately</p> + <p>February 15, 2008 - added lately</p> <ul> + <li>Context Patch menu option to generate linear blends for patch values</li> <li>Patches can now be any order from 2 - 9, specified on the new dialog</li> </ul> <p>If you would like to see the tool as it progresses, you can run the webstart version This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-16 04:35:14
|
Revision: 195 http://patchanim.svn.sourceforge.net/patchanim/?rev=195&view=rev Author: dbrosius Date: 2008-02-15 20:35:19 -0800 (Fri, 15 Feb 2008) Log Message: ----------- add doc Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-16 04:25:53 UTC (rev 194) +++ trunk/patchanim/htdocs/index.html 2008-02-16 04:35:19 UTC (rev 195) @@ -50,10 +50,11 @@ to generate one full color blend. Since the description of the blend is very succinct (just 3 * 16 points), It is very easy to generate in-between images from two separate blend descriptions.</p> - <p>February 15, 2008 - added lately</p> + <p>February 16, 2008 - added lately</p> <ul> - <li>Context Patch menu option to generate linear blends for patch values</li> + <li>Context Patch menu option to generate linear gradients for patch values</li> <li>Patches can now be any order from 2 - 9, specified on the new dialog</li> + <li>Context Patch menu option to invert the patch</li> </ul> <p>If you would like to see the tool as it progresses, you can run the webstart version <a href="http://patchanim.sourceforge.net/jnlp/patchanim.jnlp">here.</a></p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-18 07:58:51
|
Revision: 212 http://patchanim.svn.sourceforge.net/patchanim/?rev=212&view=rev Author: dbrosius Date: 2008-02-17 23:58:56 -0800 (Sun, 17 Feb 2008) Log Message: ----------- more docs Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-18 07:51:42 UTC (rev 211) +++ trunk/patchanim/htdocs/index.html 2008-02-18 07:58:56 UTC (rev 212) @@ -50,11 +50,12 @@ to generate one full color blend. Since the description of the blend is very succinct (just 3 * 16 points), It is very easy to generate in-between images from two separate blend descriptions.</p> - <p>February 16, 2008 - added lately</p> + <p>February 18, 2008 - added lately</p> <ul> <li>Context Patch menu option to generate linear gradients for patch values</li> <li>Patches can now be any order from 2 - 9, specified on the new dialog</li> <li>Context Patch menu option to invert the patch</li> + <li>Added a new Out Of Bounds Color option, now available: Clip, Cycle, Roll</li> </ul> <p>If you would like to see the tool as it progresses, you can run the webstart version <a href="http://patchanim.sourceforge.net/jnlp/patchanim.jnlp">here.</a></p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-18 18:39:53
|
Revision: 216 http://patchanim.svn.sourceforge.net/patchanim/?rev=216&view=rev Author: dbrosius Date: 2008-02-18 10:39:57 -0800 (Mon, 18 Feb 2008) Log Message: ----------- update docs Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-18 18:36:45 UTC (rev 215) +++ trunk/patchanim/htdocs/index.html 2008-02-18 18:39:57 UTC (rev 216) @@ -56,6 +56,8 @@ <li>Patches can now be any order from 2 - 9, specified on the new dialog</li> <li>Context Patch menu option to invert the patch</li> <li>Added a new Out Of Bounds Color option, now available: Clip, Cycle, Roll</li> + <li>Context Patch menu option to generate radial gradients for patch values</li> + <li>Context Patch menu option to shift patch in any direction</li> </ul> <p>If you would like to see the tool as it progresses, you can run the webstart version <a href="http://patchanim.sourceforge.net/jnlp/patchanim.jnlp">here.</a></p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-18 19:05:39
|
Revision: 220 http://patchanim.svn.sourceforge.net/patchanim/?rev=220&view=rev Author: dbrosius Date: 2008-02-18 11:05:38 -0800 (Mon, 18 Feb 2008) Log Message: ----------- add extra sample Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-18 19:05:13 UTC (rev 219) +++ trunk/patchanim/htdocs/index.html 2008-02-18 19:05:38 UTC (rev 220) @@ -6,14 +6,17 @@ <body background> <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);"> </div> - <div style="position:absolute;top:20;left:20;z-index:2;"> + <div style="position:absolute;top:38;left:10;z-index:2;"> + <img src="colorwheel.png" align="middle"/> + </div> + <div style="position:absolute;top:20;left:20;z-index:3;"> <h1>PatchAnim</h1> <hr/> <a href="http://www.sourceforge.net/projects/patchanim">Project Page</a> <img src="vbar.gif" height="12"/> <a href="javadoc/index.html">JavaDoc</a> <img src="vbar.gif" height="12"/> - <a href="http://patchanim.sourceforge.net/jnlp/patchanim.jnlp">Web Start</a> + <a href="jnlp/patchanim.jnlp">Web Start</a> <hr/> <p>Thanks for your interest in PatchAnim.</p> @@ -60,7 +63,7 @@ <li>Context Patch menu option to shift patch in any direction</li> </ul> <p>If you would like to see the tool as it progresses, you can run the webstart version - <a href="http://patchanim.sourceforge.net/jnlp/patchanim.jnlp">here.</a></p> + <a href="jnlp/patchanim.jnlp">here.</a></p> <img src="sample.jpg"/> <p><table cellpadding="10"> <tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-18 19:19:24
|
Revision: 221 http://patchanim.svn.sourceforge.net/patchanim/?rev=221&view=rev Author: dbrosius Date: 2008-02-18 11:19:27 -0800 (Mon, 18 Feb 2008) Log Message: ----------- update doc Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-18 19:05:38 UTC (rev 220) +++ trunk/patchanim/htdocs/index.html 2008-02-18 19:19:27 UTC (rev 221) @@ -6,11 +6,8 @@ <body background> <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);"> </div> - <div style="position:absolute;top:38;left:10;z-index:2;"> - <img src="colorwheel.png" align="middle"/> - </div> <div style="position:absolute;top:20;left:20;z-index:3;"> - <h1>PatchAnim</h1> + <h1><img style="position:relative;top:10;" src="colorwheel.png"/> PatchAnim</h1> <hr/> <a href="http://www.sourceforge.net/projects/patchanim">Project Page</a> <img src="vbar.gif" height="12"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-24 02:52:07
|
Revision: 228 http://patchanim.svn.sourceforge.net/patchanim/?rev=228&view=rev Author: dbrosius Date: 2008-02-23 18:52:12 -0800 (Sat, 23 Feb 2008) Log Message: ----------- document transparency Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-24 02:50:05 UTC (rev 227) +++ trunk/patchanim/htdocs/index.html 2008-02-24 02:52:12 UTC (rev 228) @@ -50,14 +50,15 @@ to generate one full color blend. Since the description of the blend is very succinct (just 3 * 16 points), It is very easy to generate in-between images from two separate blend descriptions.</p> - <p>February 18, 2008 - added lately</p> + <p>February 23, 2008 - added lately</p> <ul> + <li>Support for controlling transparency with a separate alpha patch</li> + <li>Context Patch menu option to shift patch in any direction</li> + <li>Context Patch menu option to generate radial gradients for patch values</li> + <li>Added a new Out Of Bounds Color option, now available: Clip, Cycle, Roll</li> + <li>Context Patch menu option to invert the patch</li> <li>Context Patch menu option to generate linear gradients for patch values</li> <li>Patches can now be any order from 2 - 9, specified on the new dialog</li> - <li>Context Patch menu option to invert the patch</li> - <li>Added a new Out Of Bounds Color option, now available: Clip, Cycle, Roll</li> - <li>Context Patch menu option to generate radial gradients for patch values</li> - <li>Context Patch menu option to shift patch in any direction</li> </ul> <p>If you would like to see the tool as it progresses, you can run the webstart version <a href="jnlp/patchanim.jnlp">here.</a></p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |