[Pixelle-commit] SF.net SVN: pixelle:[225] trunk/pixelle/src/com/mebigfatguy/pixelle/ PixelleTransf
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-11-23 05:06:40
|
Revision: 225
http://pixelle.svn.sourceforge.net/pixelle/?rev=225&view=rev
Author: dbrosius
Date: 2008-11-23 05:06:19 +0000 (Sun, 23 Nov 2008)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleTransformer.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleTransformer.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleTransformer.java 2008-11-22 06:09:49 UTC (rev 224)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleTransformer.java 2008-11-23 05:06:19 UTC (rev 225)
@@ -51,7 +51,7 @@
* constructions a transformer given a source bitmap and algorithms
* @param image the source image
* @param algos the algorithms for the color components
- * @param newDimension TODO
+ * @param newDimension the desired dimension of the output image
*/
public PixelleTransformer(PixelleImage image, Map<PixelleComponent, String> algos, ImageType imageType, Point newDimension) {
srcImage = image;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|