提交 4d22bf68 编写于 作者: B Blankj

see 03/20 log

上级 65a78e0d
......@@ -61,6 +61,7 @@ public class ImageActivity extends BaseBackActivity {
int height = src.getHeight();
mList.add(new ImageBean(R.string.image_src, src));
mList.add(new ImageBean(R.string.image_add_color, ImageUtils.drawColor(src, Color.parseColor("#8000FF00"))));
mList.add(new ImageBean(R.string.image_scale, ImageUtils.scale(src, width / 2, height / 2)));
mList.add(new ImageBean(R.string.image_clip, ImageUtils.clip(src, 0, 0, width / 2, height / 2)));
mList.add(new ImageBean(R.string.image_skew, ImageUtils.skew(src, 0.2f, 0.1f)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册