Bernd,

This should help:

http://developer.android.com/reference/android/graphics/Bitmap.html

static Bitmap createBitmap(Bitmap source, int x, int y, int width, int
height)
Returns an immutable bitmap from the specified subset of the source bitmap.

-- Kostya

2011/1/15 crem <[email protected]>

> Hi i need  to crop a bitmap.
> Especially, I need to cut of a fixed number of pixels from the top,
> left, right and bottom of the bitmap.
> Does android provide any methods for doing this?
>
> greets
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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

Reply via email to