What I am trying to achieve is breaking a drawable down into an array of separate bitmaps. E.g. I am passing a grid of 32x32 images (lets say the image is 320x320 pixels and contains a grid of 10x10 smaller bimap images) and i want to create an array of 100 bitmaps.
So I need to copy from (eg) x=32, y=32, w=32,h=32 into another bitmap which is 32x32 pixels. Anyone got any idea how to do this? Hope I have explained this well enough. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

