Matches in Nanopublications for { ?s ?p ?o <http://purl.org/np/RAK19r6npvF-luVKwMq4o94fFtttDtg71p-EVK-TSozYg#assertion>. }
Showing items 1 to 17 of
17
with 100 items per page.
- step type Step assertion.
- step type ScriptTask assertion.
- image type Variable assertion.
- out1 type Variable assertion.
- LinguisticSystem type ComputerLanguage assertion.
- step label "Step to add text (awesome world!) into an image" assertion.
- image label "image" assertion.
- out1 label "out1" assertion.
- LinguisticSystem label "python" assertion.
- image comment "None" assertion.
- out1 comment "None" assertion.
- LinguisticSystem versionInfo "3.7.9.final.0" assertion.
- LinguisticSystem seeAlso Q28865 assertion.
- step description "@is_fairstep(label='Step to add text (awesome world!) into an image') # Give it your own name: def add_text_into_image(image): from PIL import ImageDraw from PIL import Image ImageDraw.Draw( image).text( (0, image.height/2), # Coordinates 'Awesome world!', # Text (255, 255, 255) # Color ) return image " assertion.
- step hasInputVar image assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.