Matches in Nanopublications for { <http://purl.org/np/RAHtH351_5jSHga26WqwFxFoBbpkCkk1KDcLllwmwamT4#step> ?p ?o ?g. }
Showing items 1 to 9 of
9
with 100 items per page.
- step type Step assertion.
- step type ScriptTask assertion.
- step label "Overlay image with another (partly transparent) one" assertion.
- step description "@is_fairstep(label='Overlay image with another (partly transparent) one') def overlay(bg_img, fg_img): from PIL import Image img = bg_img.copy() fg_img = fg_img.convert("RGBA") img.paste(fg_img, (0, 0), fg_img) return img " assertion.
- step hasInputVar fg_img assertion.
- step hasInputVar bg_img assertion.
- step isStepOfPlan plan assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.