143144145146147148149150151152153
PixelGrabber pg = new PixelGrabber(image, 0, 0, width, height, source, 0, width); try { pg.grabPixels(); } catch (InterruptedException e) { Log.log(e.toString()); }