knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
49 stars 11 forks source link

Set Image Metadata: Offset setting translates the image #484

Closed HedgehogCode closed 6 years ago

HedgehogCode commented 6 years ago

The 'Set Image Metadata' node translates the image by the given offset instead of using the offset as the new min values. This behavior is unexpected because the node is not a translate node but is called 'Set Image Metadata'. Additionally, the offset is not listed in the node description.

The translate happens in this line.

tibuch commented 6 years ago

Thanks @HedgehogCode for opening this issue!

imagejan commented 6 years ago

Duplicate of https://github.com/knime-ip/knip/issues/467 (where @tibuch is already assigned ;-)

tibuch commented 6 years ago

Oh! That is unfortunate :smile:

Then we can close this issue. Thanks @imagejan for pointing it out.