This library provides conversion Ops between ImgLib2 image types and
java.desktop image types, including java.awt.Image and
javax.swing.BufferedImage.
For Maven projects, this library can be used by adding to your pom.xml:
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-ops-desktop</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>