2
Hello,
You can use these lib to facilitate the process https://android-arsenal.com/details/1/3182, https://android-arsenal.com/details/1/2791 or you can do it using bitmap
Bitmap Bmp = Bitmap.createBitmap(originalBmp, 0, 0, originalBmp.getWidth(), originalBmp.getHeight()-10);