Little change example.

main
none 11 months ago
parent 38e68ce92d
commit abc2025032

@ -80,6 +80,6 @@ draw(pas2( rand(0,0, 100,100) ))
# Draw image (flipped (BUG) ) # Draw image (flipped (BUG) )
from im_convert import * from im_convert import *
image = convert("example.png", [600,0]) image = convert("example.png", [10,0])
from remove_back import * from remove_back import *
draw( optimize(image, [255,255,255]) ) # Remove white background and draw draw( optimize(image, [255,255,255]) ) # Remove white background and draw

Loading…
Cancel
Save