Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 471 Bytes

File metadata and controls

16 lines (13 loc) · 471 Bytes

SciJava Ops Desktop: Interoperability with java.desktop image types

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>