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/EffectQueueFragment.java
55 55
                                          EffectMessage.EFFECT_FINISHED, 
56 56
                                          (mID[i]<<EffectTypes.LENGTH)+EffectTypes.FRAGMENT.type,
57 57
                                          mType[i], 
58
                                          mBitmapID); 
58
                                          mBitmapID,
59
                                          null);
59 60
      
60 61
        if( EffectNames.isUnity(mType[i], mUniforms, NUM_UNIFORMS*i) )
61 62
          {

Also available in: Unified diff