search_convert.py Script to convert TIF to JPEGs with ImageJ
- Copies Parent Folder to renamed Parent Folder
- Recursively Searches and runs Image Conversion Macro on TIF
- Saves images to folder Final is UNIX/MACOS compatible
autocontrast.py Script to convert TIF to PNG with ImageJ
- Copies Parent Folder to renamed Parent Folder
- Recursively Searches and runs Image Conversion/Autocontrast Macro on TIF
- Saves images to folder Final is UNIX/MACOS compatible
Following https://github.com/imagej/pyimagej
-
conda install mamba -n base -c conda-forge
-
mamba create -n pyimagej -c conda-forge pyimagej openjdk=8
-
conda activate pyimagej
-
Edit DIRECTORY_LOC to directory above folders containing the pictures
-
$ python search_convert.py
-
$ python autocontrast.py