Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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>