References for: step

Full identifier: http://purl.org/np/RArWETwZLOap_HslX7aZOrOeUGNGQUU4kxFhzHbn74rB4#step

Nanopublication Part Subject Predicate Object Published By Published On
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
step
Tobias Kuhn
2021-04-30T15:31:02.214Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
step
Tobias Kuhn
2021-04-30T15:31:02.214Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
step
Tobias Kuhn
2021-04-30T15:31:02.214Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
step
@is_fairstep(label='Make white background of image transparent') def white_to_transparency(img): from PIL import Image img = img.convert("RGBA") data = img.getdata() new_data = [] for item in data: if item[0] == 255 and item[1] == 255 and item[2] == 255: new_data.append((255, 255, 255, 0)) else: new_data.append(item) img.putdata(new_data) return img
Tobias Kuhn
2021-04-30T15:31:02.214Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
step
Tobias Kuhn
2021-04-30T15:31:02.214Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
step
Make white background of image transparent
Tobias Kuhn
2021-04-30T15:31:02.214Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
step
Tobias Kuhn
2021-04-30T15:31:02.214Z
links a nanopublication to its pubinfo http://www.nanopub.org/nschema#hasPublicationInfo pubinfo
step
Tobias Kuhn
2021-04-30T15:31:02.214Z