[Polycasso-commit] SF.net SVN: polycasso:[82] trunk/polycasso/src/com/mebigfatguy/polycasso/ ImageC
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-11-28 04:35:22
|
Revision: 82
http://polycasso.svn.sourceforge.net/polycasso/?rev=82&view=rev
Author: dbrosius
Date: 2009-11-28 04:35:16 +0000 (Sat, 28 Nov 2009)
Log Message:
-----------
smooth, and speed up the transition
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java 2009-11-28 04:21:07 UTC (rev 81)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java 2009-11-28 04:35:16 UTC (rev 82)
@@ -32,8 +32,8 @@
* a time lapse blend transformation of the images
*/
public class ImageCompleter implements Runnable {
- private static final int NUMTRANSITIONS = 30;
- private static final int TRANSITION_DELAY = 1000;
+ private static final int NUMTRANSITIONS = 500;
+ private static final int TRANSITION_DELAY = 80;
private ImageGenerator imageGenerator;
private BufferedImage targetImage;
@@ -43,7 +43,7 @@
/**
* create a completer to move the image from polygon form to real form
*
- * @param generator the iage generator that this completer is working for
+ * @param generator the image generator that this completer is working for
* @param image the target image that will eventually be drawn
* @param bestData the best proximation the program reached
* @param size the image size
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|