Nope, that looks right. If appropriate, you could use a different bitmap config, but ARGB_8888 should cover all contingencies.
String On Nov 8, 7:45 pm, guruk <[email protected]> wrote: > ok, looks i solved it with: > > obm = Bitmap.createBitmap(ob.getWidth(), ob.getHeight(), > Bitmap.Config.ARGB_8888); > > :) > if u have a more professional solution let me know > > greets > chris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

