mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-06-23 02:07:59 +02:00
Re-Arranged lots of stuff
This commit is contained in:
23
Readme.md
Normal file
23
Readme.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Installation
|
||||
|
||||
Drop jar into plugins directory of the ImageJ installation.
|
||||
|
||||
## Linux 32Bit
|
||||
Edit the `run` file of your ImageJ installation
|
||||
`./jre/bin/java -Djava.library.path=./lib/linux32 -Xmx512m -jar ij.jar`
|
||||
|
||||
## Linux 64Bit
|
||||
Edit the `run` file of your ImageJ installation
|
||||
`java -Djava.library.path=./lib/linux64 -Xmx512m -jar ij.jar`
|
||||
|
||||
## Windows 32Bit
|
||||
Edit the "ImageJ.cfg" of your ImageJ installation
|
||||
`C:\Programme\Java\jdk1.5.0_14\bin\javaw.exe -Djava.library.path=lib\win32 -Xmx640m -cp ij.jar ij.ImageJ`
|
||||
|
||||
## Mac 32Bit
|
||||
Edit the `run` file of your ImageJ installation
|
||||
`java -Djava.library.path=./lib/mac32 -Xmx512m -jar ij.jar`
|
||||
|
||||
# References
|
||||
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/
|
Reference in New Issue
Block a user