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
For making rectangle masks, it would be nice to have the canvas be slightly larger than the image, aka with 20-40 pixels of padding so that users can draw rectangles without touching the edge and the rectangle getting killed as its registered as a declick.
Current workaround: add padding to the image, then give it to st_canvas and then de-pad before sending it to the functions.
The text was updated successfully, but these errors were encountered:
For making rectangle masks, it would be nice to have the canvas be slightly larger than the image, aka with 20-40 pixels of padding so that users can draw rectangles without touching the edge and the rectangle getting killed as its registered as a declick.
Current workaround: add padding to the image, then give it to st_canvas and then de-pad before sending it to the functions.
The text was updated successfully, but these errors were encountered: