Skip to content

scifio/example-scifio-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project implements an example file format for SCIFIO.

GETTING STARTED

This tutorials is heavily commented to explain the SCIFIO API. Simply running a given tutorial may not be meaningful; it is highly recommended to open the source files and follow the code step by step.

You can import these projects into your favorite IDE:

  • Eclipse: File > Import > Existing Maven Projects
  • NetBeans: File > Open Project
  • IDEA: File > Open Project... (select pom.xml)

Or build and run from the command line:

mvn
mvn exec:java -Dexec.mainClass=io.scif.tutorials.T1aIntroToSCIFIO

LICENSING

To the extent possible under law, the developers have waived all copyright and related or neighboring rights to this tutorial code.

See the CC0 1.0 Universal license for details.

About

A simple Maven project implementing a SCIFIO format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages