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/EffectQueueMatrix.java
88 88
                                          EffectMessage.EFFECT_FINISHED, 
89 89
                                         (mID[i]<<EffectTypes.LENGTH)+EffectTypes.MATRIX.type,
90 90
                                          mType[i], 
91
                                          mBitmapID); 
91
                                          mBitmapID,
92
                                          null);
92 93
       
93 94
        if( EffectNames.isUnity(mType[i], mUniforms, NUM_UNIFORMS*i+3) )
94 95
          {  

Also available in: Unified diff