Doodle Versions Save

Image doodle for Android, with functions such as undo, zoom, move, text, image, etc. Also a powerful, customizable and extensible doodle framework & multi-function drawing board. Android图片涂鸦,具有撤消,缩放,移动,添加文字,贴图等功能。还是一个功能强大,可自定义和可扩展的涂鸦框架、多功能画板。

5.5.4

3 years ago
  1. fix secondary save failure
  2. fix text and photo item location

5.5.3

4 years ago
  1. support redoing
  2. optimize undoing

5.5.2

4 years ago
  • update Androids version to 1.3
  • fix bug: canvas is clipped when rotating

5.5.1

5 years ago

Optimize: Change the value of optimizeDrawing in constructor to false, consistent with the behavior of older versions

优化: 将构造函数中optimizeDrawing的值更改为false,与旧版本的行为一致

5.5

5 years ago

Important feature

Optimize drawing to draw more smoothly。

增加优化绘制的选项,建议开启,可优化绘制速度和性能,纵享丝滑。

/*
Whether or not to optimize drawing, it is suggested to open, which can optimize the drawing speed and performance.
 */
boolean optimizeDrawing = true;
DoodleView mDoodleView = new DoodleView(this, bitmap, optimizeDrawing, doodleListener);

see more

《涂鸦框架的优化——解决绘制时的卡顿问题,纵享丝滑》

5.4.0.2

5 years ago

optimize pen for eraser and copy

5.4.0.1

5 years ago

fix bug #15

5.4

5 years ago
  • IDoodleItem支持缩放功能
  • 放大镜模式下增加全图预览的功能
  • 增加新的画笔:马赛克
  • 支持左旋转
  • 优化交互逻辑 ___________
  • IDoodleItem supports being scaled
  • Added full-image preview function in zoomer mode
  • Add a new pen: Mosaic
  • Support left rotation Optimize interaction logic

5.3

5 years ago

1.完善Doodle框架:修改IDoodleItem、IDoodlePen、IDoodleShape,优化编辑模式 2.bugs fix

5.1.1

5 years ago

修复涂鸦透明度失效的bug