[Pixelle-commit] SF.net SVN: pixelle:[249] trunk/pixelle/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-02-18 06:56:09
|
Revision: 249
http://pixelle.svn.sourceforge.net/pixelle/?rev=249&view=rev
Author: dbrosius
Date: 2009-02-18 06:56:00 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
update web page
Modified Paths:
--------------
trunk/pixelle/htdocs/index.html
Modified: trunk/pixelle/htdocs/index.html
===================================================================
--- trunk/pixelle/htdocs/index.html 2009-02-18 06:45:58 UTC (rev 248)
+++ trunk/pixelle/htdocs/index.html 2009-02-18 06:56:00 UTC (rev 249)
@@ -18,7 +18,7 @@
<p>Thanks for your interest in Pixelle.</p>
- <p>This project has just been started, check back soon for more information.</p>
+ <p>Version 1.0.0 has just been released! Please report bugs or suggestions on the project pages.</p>
<p>The web start link should work, give it a try.</p>
@@ -122,8 +122,15 @@
<p>As of November 21, transformations can be done to grayscale. Prototypical example is color separations. Also
The output size can be specified in the transform dialog</p>
- <p>Still to be done is recognition of more image types, working with multiple
- input sources, more options handling such as fractional pixels,
+ <p><pre>As of February 18, multiple input sources can be processed. So
+
+ p[x,y].r = <b>p(x/10)[x,y].r</b>
+
+ Copies 10 pixel bands from a series of images into the destination
+ Note that if the value in the parenthesis is larger then the number of images,
+ the value is moded to fall into the appropriate range.</pre></p>
+
+ <p>Still to be done is recognition of more image types, more options handling such as fractional pixels,
a bunch of bugs, and a bunch of stuff I have yet to think about.</p>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|