Matches in Nanopublications for { ?s ?p ?o <http://purl.org/np/RAhipoiyAsxX4gGqx5OniFzdtJ9y7tpJrA2JbADbnF4Lo#assertion>. }
Showing items 1 to 17 of
17
with 100 items per page.
- LinguisticSystem type ComputerLanguage assertion.
- step type Step assertion.
- step type ScriptTask assertion.
- image type Variable assertion.
- out1 type Variable assertion.
- LinguisticSystem label "python" assertion.
- step label "awesome image converter" assertion.
- image label "image" assertion.
- out1 label "out1" assertion.
- image comment "None" assertion.
- out1 comment "None" assertion.
- LinguisticSystem versionInfo "3.7.9.final.0" assertion.
- LinguisticSystem seeAlso Q28865 assertion.
- step description "@is_fairstep(label='awesome image converter') # Give it your own name: def awesome_image_converter(image): from PIL import Image, ImageEnhance new_image= image.convert('RGB') new_image = ImageEnhance.Contrast(image) new_image= new_image.enhance(0.5) new_image = Image.blend(image, new_image, alpha=0.9) return new_image " assertion.
- step hasInputVar image assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.