imglib / imglib2-ij

Translation between ImgLib & ImageJ data structures (both 1.x and 2)
Other
4 stars 8 forks source link

Fix unnecessary type conversion #21

Closed maarzt closed 5 years ago

maarzt commented 6 years ago

This PR removes an unnecessary conversion from byte to double to byte when converting and Img to ImagePlus.

This fixes https://github.com/imglib/imglib2-ij/issues/16

maarzt commented 5 years ago

Closed in favor of PR #28