didikeeLunaon
Results
1
issues of
didikeeLunaon
there is part of my code: ``` if (gifEncoder != null) { Bitmap bitmap = createBitmapFromPixelsBuffer(); bitmap = Bitmap.createScaledBitmap(bitmap, scaleWidth, scaleHeight, true); gifEncoder.encodeFrame(bitmap, delay); // just for check log if...