Skip to content

Instantly share code, notes, and snippets.

View mahimrocky's full-sized avatar
☺️
Always Happy

Md Tariqul Islam mahimrocky

☺️
Always Happy
View GitHub Profile
/**
* Crop a image taking a recerence a view parent like a frame, and a view child like final
* reference
*
* @param bitmap image to crop
* @param frame where the image is set it
* @param reference frame to take reference for crop the image
* @return image already cropped
*/
public static byte[] cropImage(Bitmap bitmap, View frame, View reference){