Project

General

Profile

« Previous | Next » 

Revision c6e1c219

Added by Leszek Koltunski almost 8 years ago

Save PNG effect almost finished. Supporting App (hopefully!) completely finished.

What remains to be done: put actual saving of the Bitmap in a separate thread, away from the Graphics thread!!

View differences:

src/main/java/org/distorted/library/EffectNames.java
90 90
    }
91 91

  
92 92
///////////////////////////////////////////////////////////////////////////////////////////////////
93
  
93
// yes, I know we could have used values(i)
94

  
94 95
  static EffectTypes getType(int ordinal)
95 96
    {
96 97
    if( ordinal<DISTORT.ordinal()     ) return EffectTypes.MATRIX;

Also available in: Unified diff