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
In fact, this function is pretty janky as it's written in pure python. It should be re-written as a generic version of the insert_disks_at_points function(s). Instead of passing in r, you pass im_to_insert.
jgostick
changed the title
overlay needs modes
Replace overlay with insert_shape_at_pointJan 15, 2025
The overlay function should accept a mode, which can be one of
'add', 'preserve', 'overwrite'
. It's currently only doing'add'
.The text was updated successfully, but these errors were encountered: