Image crop and resize in Android

后端 未结 8 998
无人及你
无人及你 2020-12-19 15:58

I followed the instructions below to crop an image.

http://coderzheaven.com/index.php/2011/03/crop-an-image-in-android/

The height and width of the final cro

8条回答
  •  旧巷少年郎
    2020-12-19 16:37

    My co-worker just hipped me to this Android API... see ThumbnailUtils.

    It does resizing and cropping for you.

    http://developer.android.com/reference/android/media/ThumbnailUtils.html#extractThumbnail(android.graphics.Bitmap, int, int)

提交回复
热议问题