You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How could I go about adding an image from a specific location on sdcard to the canvas and use that as the background to sketch on and be able to save the image with background and markups to a specified folder?
Would this be possible ? Any help would be greatly appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Yes that should be fairly straight forward to do as currently the background is generated on the fly depending on the option you select for the "paper". I don't have time now, but I'm happy to take pull requests if you want to work on this, I'd start by looking in SketchView class at how the mBackgroundBitmap and mBackgroundCanvas variables are used.
How could I go about adding an image from a specific location on sdcard to the canvas and use that as the background to sketch on and be able to save the image with background and markups to a specified folder?
Would this be possible ? Any help would be greatly appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: