I\'ve an app that takes a camera picture and saves on sdcard as jpeg. i want to distort the picture with a spherize filter. I can read the jpeg to a bitmap, but the code i h
BufferedImage is part of AWT, which is not implemented in Java. You need to find Android replacements for what you're trying to do.
Read this:
http://developer.android.com/guide/topics/graphics/index.html