1993hzw / Doodle

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图片涂鸦,具有撤消,缩放,移动,添加文字,贴图等功能。还是一个功能强大,可自定义和可扩展的涂鸦框架、多功能画板。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doodle.save

liming19981006 opened this issue · comments

save只允许调用一次 有点不符合实际情况吧

commented

可以多次调用的。

  /**
     * called when save the doodled iamge. 保存涂鸦图像时调用
     *
     * @param doodle
     * @param doodleBitmap       涂鸦后的图片
     * @param callback  called after saving the bitmap, if you continue to doodle. 保存后的回调,如果需要继续涂鸦,必须调用该回调
     */
    void onSaved(IDoodle doodle, Bitmap doodleBitmap, Runnable callback);