From cb43ac846a0cb140108d4d151aeb7980e804a73b Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 28 Mar 2014 16:26:48 +0100 Subject: [PATCH] updated readme --- Readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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