Skip to content

Commit

Permalink
add LUT Channels Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
biovoxxel committed Mar 2, 2023
1 parent e93ed50 commit af16380
Show file tree
Hide file tree
Showing 5 changed files with 748 additions and 2 deletions.
1 change: 1 addition & 0 deletions biovoxxel-figure-tools/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/resources/legacy"/>
<classpathentry kind="src" path="src/main/resources/macros"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
16 changes: 14 additions & 2 deletions biovoxxel-figure-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.biovoxxel</groupId>
<artifactId>BioVoxxel_Figure_Tools</artifactId>
<version>1.7.0b</version>
<version>1.8.1b</version>
<name>BioVoxxel Figure Tools</name>
<description>The SVG Exporter is meant to export images and all related overlays in images, embedd images and objects in SVG files to enable loss-less scalability of scientific data. The Create Framed Inset Zoom function allows to create scaled copies of an image area with a certain integer zoom factor to prevent pixel alterations but keeping the original scaling information to allow proper scale bar addition.
The metadata recorder (Meta-D-Rex) records processing steps image-specific and saves them in the image's header to reproducibly store image processing steps.</description>
The metadata recorder (Meta-D-Rex) records processing steps image-specific and saves them in the image's header to reproducibly store image processing steps.
The LUT Channels Tool allows to customize personal favorite LUTs, tests Color deficient vision and reproduces most important functionalities of the IJ Channels Tool as an alternative to the latter.</description>
<inceptionYear>2022</inceptionYear>

<url>tbd</url>
Expand Down Expand Up @@ -97,6 +98,7 @@ The metadata recorder (Meta-D-Rex) records processing steps image-specific and s
<scope>provided</scope>
<version>1.53t</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -137,6 +139,16 @@ The metadata recorder (Meta-D-Rex) records processing steps image-specific and s
<include>plugins.config</include>
</includes>
</resource>
<resource>
<directory>src/main/resources/macros</directory>
<includes>
<include>CDV_Test.ijm</include>
</includes>
<targetPath>
${project.build.outputDirectory}/macros/
</targetPath>

</resource>
</resources>
<plugins>
<plugin>
Expand Down
Loading

0 comments on commit af16380

Please sign in to comment.