ImageJ 1.x plugin to open DEN files
Clone the repository
git clone https://github.com/kulvait/KCT_den_file_opener.git
Then:
Install maven by apt-get install maven
Run mvn
command
Copy jar file from target directory to ~/.imagej/plugins
For usage examples go to KCT framework wiki
When there is no other licensing and/or copyright information in the source files of this project, the following apply for the source files:
Copyright (C) 2018-2023 Vojtěch Kulvait
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.