Matches in Nanopublications for { ?s ?p ?o <http://purl.org/np/RAETUTgngKcZIbKet4EgWWnSwIfBazY3aiAODJg6xjTG0#assertion>. }
Showing items 1 to 21 of
21
with 100 items per page.
- step type Step assertion.
- step type ScriptTask assertion.
- out1 type Variable assertion.
- image2 type Variable assertion.
- LinguisticSystem type ComputerLanguage assertion.
- image1 type Variable assertion.
- step label "An awesome step for creating composite image by blending images using a transparency mask" assertion.
- out1 label "out1" assertion.
- image2 label "image2" assertion.
- LinguisticSystem label "python" assertion.
- image1 label "image1" assertion.
- out1 comment "None" assertion.
- image2 comment "None" assertion.
- image1 comment "None" assertion.
- LinguisticSystem versionInfo "3.7.9.final.0" assertion.
- LinguisticSystem seeAlso Q28865 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.