• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Bitmap.createBitmap :error

eldo

Lurker
Hi all,

i get an error in my code at
Bitmap bm = Bitmap.createBitmap(picw, pich, false);
i replace false with RGB_565 and declare it , but still my program doesn't compile .
i am trying to manipulate a jpeg image(ie tinting the image) . could anyone give me suggestions .

nm.notifyWithText(56789, "Picture was tinted", NotificationManager.LENGTH_SHORT, null); => NotificationManager.LENGTH_SHORT cannot be resolved error
i did import NotificationManager , but the error persists

thank you
www.vootog.com
 
Back
Top Bottom