GifEncoder icon indicating copy to clipboard operation
GifEncoder copied to clipboard

getImagePixels case GC problem.

Open finanshow opened this issue 9 years ago • 1 comments

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);

finanshow avatar Jul 24 '15 08:07 finanshow

yes, for me, it also cause oom if you got too many frames, don't know if there is a way to work around

vince-styling avatar Jan 21 '22 06:01 vince-styling