knime-ip / knip-python-extensions

KNIME Image Processing Python Bindings
Apache License 2.0
3 stars 4 forks source link

Add zeroMin call before serializing image #13

Closed HedgehogCode closed 5 years ago

HedgehogCode commented 5 years ago

The saver can only save images with zero min. Therefore we translate the image to zero min before saving it.

Fixes #12.