Hi,

Android has good support for creating and manipulating bitmaps. Can't
you create small bitmaps from the original source bitmap? Perhaps
using something like this:

http://code.google.com/android/reference/android/graphics/Bitmap.html#createBitmap(android.graphics.Bitmap,
int, int, int, int, android.graphics.Matrix, boolean)

Or do you really need to create smaller bitmaps? Is it a sprite? I
believe you could draw subsets of the image when drawing it to the
canvas.

Cheers,
James

On Wed, Jan 21, 2009 at 9:56 PM, jalandar <jagtap...@gmail.com> wrote:
>
> I want clip image into small-small square, the ready-made image(e.g.
> from gallery)
> I did lot R/D for this, there is no method or class, I found to clip
> image into square or rect.
>
> Will anybody suggest the solution for this, Its an uregent.
>
> Thank you
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to