Add an awesome Watermark to your image (licence:cc0,author:rsiebes, date:06-05-2021 )
Full identifier: http://purl.org/np/RAc0xXxK4pAoROZNwYHNGTaf1VftwmXzfZZEQNuj06ruc
Nanopublication
Add an awesome Watermark to your image (licence:cc0,author:rsiebes, date:06-05-2021 )
ScriptTask
Step
This is a local identifier minted within the nanopublication.
http://purl.org/np/RAc0xXxK4p...#step
http://purl.org/dc/terms/description
(this is a literal)
"@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
"
.
0000-0000-0000-0000,
5 Jun 2021, 11:45:47 UTC
References
|
|
|
|
RAc0xXxK4p
|
(unknown)
|
2021-06-14T16:38:02.925Z
|