-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# BioVoxxel Figure Tools | ||
|
||
The Figure tools is a collection of functions which may help when preparing images in ImageJ / Fiji for further use in publication figures. | ||
|
||
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. | ||
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. | ||
|
||
## Installation | ||
|
||
The figure tools are installed together with the [BioVoxxel Toolbox]([url](https://imagej.net/plugins/biovoxxel-toolbox)) | ||
|
||
## Documentation | ||
|
||
Figure Tools documentation can be found [here]([url](https://github.com/biovoxxel/BioVoxxel-Figure-Tools#biovoxxel-figure-tools)) | ||
|
||
## Citation and Releases | ||
|
||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7268127.svg)](https://doi.org/10.5281/zenodo.7268127) | ||
|
||
## Code on GitHub | ||
|
||
[Code on GitHub]([url](https://github.com/biovoxxel/BioVoxxel-Figure-Tools)) |