Matches in Nanopublications for { <http://purl.org/np/RAK19r6npvF-luVKwMq4o94fFtttDtg71p-EVK-TSozYg#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 "Step to add text (awesome world!) into an image" 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 isStepOfPlan plan assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.