Matches in Nanopublications for { <http://purl.org/np/RAi-VrRGj9IbRkpmxx_CECZyQ7D3J1uw_tzEnODmf6cyM#step> ?p ?o ?g. }
Showing items 1 to 8 of
8
with 100 items per page.
- step type Step assertion.
- step type ScriptTask assertion.
- step label "An awesome step for creating composite image by blending images using a transparency mask" assertion.
- step description "@is_fairstep(label='An awesome step for creating composite image by blending images using a transparency mask') def mask_image(image1,image2): from PIL import Image mask = Image.new("L", image1.size, 128) new_image = Image.composite(image1, image2, mask) return new_image " assertion.
- step hasInputVar image2 assertion.
- step hasInputVar image1 assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.