Matches in Nanopublications for { ?s ?p ?o <http://purl.org/np/RA7lgwUbNk5EvtfE9Tbtg1oyahG8RKdOZ00NtQmEeWM7E#assertion>. }
Showing items 1 to 17 of
17
with 100 items per page.
- step type Step assertion.
- step type ScriptTask assertion.
- out1 type Variable assertion.
- image type Variable assertion.
- LinguisticSystem type ComputerLanguage assertion.
- step label "Put here a name of your awesome step (include the word awesome so others will find it)" assertion.
- out1 label "out1" assertion.
- image label "image" assertion.
- LinguisticSystem label "python" assertion.
- out1 comment "float" assertion.
- image comment "float" assertion.
- LinguisticSystem versionInfo "3.7.9.final.0" assertion.
- LinguisticSystem seeAlso Q28865 assertion.
- step description "@is_fairstep(label='Put here a name of your awesome step (include the word awesome so others will find it)') # Give it your own name: def xiao_func1(image:float) -> float: from PIL import Image, ImageDraw, ImageFont chars = "wow, what a beautiful image!" width, height = image.size chars_x, chars_y = int(width/8), int(height/3) ttf = ImageFont.load_default() img_draw = ImageDraw.Draw(image) img_draw.text((chars_x, chars_y), chars, font=ttf, fill=(255,0,0)) image.show() return img_draw " assertion.
- step hasInputVar image assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.