Changed paste to 1 pass at Seth's request.

This commit is contained in:
Martin Haye 2014-08-20 11:41:26 -07:00
parent 0dcf9d31e2
commit 3641958791

View File

@ -53,7 +53,7 @@ import static org.badvision.outlaweditor.apple.AppleNTSCGraphics.hgrToDhgr;
*/
public class FloydSteinbergDither {
static final int totalPasses = 6;
static final int totalPasses = 1;
static final int nonErrorPasses = 1;
public static interface DitherCallback {