Matches in Nanopublications for { <http://purl.org/np/RA32mcvIT3Em64_XDtiGt5at0HXZipp95TaWeyfTCx74g#step> ?p ?o ?g. }
Showing items 1 to 9 of
9
with 100 items per page.
- step type ScriptTask assertion.
- step type Step assertion.
- step label "awesome step to pixelize an image, with adjustable rate" assertion.
- step description "@is_fairstep(label='awesome step to pixelize an image, with adjustable rate') # Give it your own name: def my_awesome_adjustable_pixelization(img, rate): newx = int(rate * img.size[0]) newy = int(rate * img.size[1]) imgSmall = img.resize((newx,newy),resample=Image.BILINEAR) result = imgSmall.resize(img.size,Image.NEAREST) return result " assertion.
- step language LinguisticSystem assertion.
- step hasInputVar img assertion.
- step hasInputVar rate assertion.
- step hasOutputVar out1 assertion.
- step isStepOfPlan plan assertion.