[Pixelle-commit] SF.net SVN: pixelle:[193] trunk/pixelle/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-11-14 23:35:58
|
Revision: 193
http://pixelle.svn.sourceforge.net/pixelle/?rev=193&view=rev
Author: dbrosius
Date: 2008-11-14 23:35:48 +0000 (Fri, 14 Nov 2008)
Log Message:
-----------
doc the inspector
Modified Paths:
--------------
trunk/pixelle/htdocs/index.html
Modified: trunk/pixelle/htdocs/index.html
===================================================================
--- trunk/pixelle/htdocs/index.html 2008-11-14 23:16:43 UTC (rev 192)
+++ trunk/pixelle/htdocs/index.html 2008-11-14 23:35:48 UTC (rev 193)
@@ -82,7 +82,7 @@
The number e, the base of the natural logarithms</li>
</ul>
- <p><pre>As of November 14, simple expressions should work. Some examples:
+ <p><pre>As of June 14, simple expressions should work. Some examples:
p[x,y].r = <b>(x + y) == 100 ? 255 : p[x,y].r</b>
@@ -117,9 +117,11 @@
</pre></p>
+ <p>As of November 14, a pixel inspector window has been added, which helps determine input for the transformations</p>
+
<p>Still to be done is recognition of more image types, working with multiple
input sources, creating non ABGR images, more options handling such as fractional pixels,
- a pixel inspector, a bunch of bugs, and a bunch of stuff I have yet to think about.</p>
+ a bunch of bugs, and a bunch of stuff I have yet to think about.</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|