Matches in Nanopublications for { ?s ?p ?o <http://purl.org/np/RA778IqDJa61TCSJwJw1w2OD2agYS1S3CPySGeD7ts2-Y#assertion>. }
Showing items 1 to 21 of
21
with 100 items per page.
- step type Step assertion.
- step type ScriptTask assertion.
- fg_img type Variable assertion.
- LinguisticSystem type ComputerLanguage assertion.
- out1 type Variable assertion.
- bg_img type Variable assertion.
- step label "Overlay image with another (partly transparent) one" assertion.
- fg_img label "fg_img" assertion.
- LinguisticSystem label "python" assertion.
- out1 label "out1" assertion.
- bg_img label "bg_img" assertion.
- fg_img comment "None" assertion.
- out1 comment "None" assertion.
- bg_img comment "None" assertion.
- LinguisticSystem versionInfo "3.8.6.final.0" assertion.
- LinguisticSystem seeAlso Q28865 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 language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.