Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 922 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 922 Bytes

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.