Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
Error (image not found) when loading JPG files fixed. "Human Luminance 32bit" function not found fixed.
  • Loading branch information
Jolyon committed Aug 13, 2019
1 parent 9006ae9 commit fc99a87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micaToolbox/_Generate_Multispectral_Image.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ if(greyLocation == "Separate photos"){
} else {
setBatchMode(true);
open(imagePath);
photoID = getImageID();
if(bitDepth == 24){
rgbFlag = 1;

Expand Down
Binary file modified micaToolbox/mica_Toolbox.jar
Binary file not shown.

0 comments on commit fc99a87

Please sign in to comment.