Matches in Nanopublications for { <http://purl.org/np/RAB6cEwgdhnYQcQTe1zInRGx35zgXbjhpD5mZS-pWIsGg#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 "Add an awesome Watermark to your image (licence:cc0,author:rsiebes, date:06-05-2021 )" assertion.
- step description "@is_fairstep(label='Add an awesome Watermark to your image (licence:cc0,author:rsiebes, date:06-05-2021 )') # Give it your own name: def my_watermark_step(image, text): from PIL import ImageFont from PIL import ImageDraw from PIL import Image watermark_image = image.copy() draw = ImageDraw.Draw(watermark_image) # add watermark draw.text((0, 0), text, (0, 0, 0)) # add watermark draw.text((0, 0), text, (255, 255, 255)) # new_image = .... return watermark_image " assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.
- step hasInputVar text assertion.
- step hasInputVar image assertion.