diff --git a/Readme.md b/Readme.md index fdbddaa..7087bd3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,10 @@ +# Overview + +ImageJ plugin for reading and writing HDF5 files. + +This project originated from and is inspired by: ImageJ HDF Plugin of Matthias Schlachter Chair of Pattern Recognition and Image Processing, University of Freiburg, Germany. +https://code.google.com/p/imagej-hdf/ + # Usage To open a HDF5 file use: @@ -56,7 +63,3 @@ To create an all in one zip file for installation in a ImageJ installation use: `mvn clean compile assembly:assembly` The zip file contains an all in one jar as well as the required native libraries for Windows, Linux and Mac OS X. - -# References -This project started from and is inspired by: ImageJ HDF Plugin of Matthias Schlachter Chair of Pattern Recognition and Image Processing, University of Freiburg, Germany. -https://code.google.com/p/imagej-hdf/ \ No newline at end of file