We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/** * 把View画成Bitmap * * @param view 要处理的View * @return Bitmap */ Bitmap bitmap = EasyPhotos.createBitmapFromView(View view)