zorbage-scifio: code for using the SCIFIO data file loading library to populate data into zorbage structures for further processing To learn more about Zorbage please visit https://github.com/bdezonia/zorbage To learn more about SCIFIO please visit https://github.com/scifio/scifio Code example to open all data associated with a data file: DataBundle results = Scifio.open("sunset.jpg"); How to include zorbage-scifio in your Maven project Add the following dependency to your project's pom.xml: <dependency> <groupId>io.github.bdezonia</groupId> <artifactId>zorbage-scifio</artifactId> <version>0.2.1</version> </dependency> How to include zorbage-scifio in a different build system See https://search.maven.org/artifact/io.github.bdezonia/zorbage-scifio/0.2.1/jar for instructions on how to reference zorbage-scifio in build systems such as Gradle or others.
bdezonia/zorbage-scifio
zorbage-scifio: code for using the SCIFIO data file loading library to populate data into zorbage structures for further processing
JavaMIT