-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Can crash in ImageProcessor with an OuitOfMemory Error
Fatal Exception: java.lang.OutOfMemoryError
android.graphics.Bitmap.copy (Bitmap.java:680)
com.pictopoly.polydemo.process.ImageProcessor.renderTriangles (ImageProcessor.java:85)
com.pictopoly.polydemo.process.ImageProcessor.processImage (ImageProcessor.java:60)
com.pictopoly.polydemo.process.ImageProcessor.doRun (ImageProcessor.java:53)
com.pictopoly.polydemo.process.NotifyingRunnable.run (NotifyingRunnable.java:26)
So maybe refactor this so it doesn't have to make a full copy of the whole Bitmap