GifEncoder
GifEncoder copied to clipboard
getImagePixels case GC problem.
The bigmap size: width: 1280, height:720 When call getImagePixels(), it seems too big to getPixcels and it stop there case Android GC. int[] pixelInts = new int[w_h_3]; image.getPixels(pixelInts, 0,width, 0, 0, w, h);
yes, for me, it also cause oom if you got too many frames, don't know if there is a way to work around