Hi Gabriel,

The latest ImageJ daily build (1.54i13) fixes a bug that caused the Make 
Montage command to not work with single channel hyperstacks. This macro 
reproduces the bug:

 newImage("HyperStack", "16-bit color-mode label", 400, 300, 1, 4, 4);
 run("Make Montage...", "columns=4 rows=4 scale=1 border=3");

-wayne


> On Feb 7, 2024, at 7:47 AM, Gabriel Landini <[email protected]> wrote:
> 
> Hi,
> I just noticed one problem that did not seem to happen before.
> 
> I have a hyperstack with 4z and 4t frames (total there are 16 slices).
> I convert the hyperstack to stack:
> 
> run("Hyperstack to Stack");
> 
> and then try to make a 4x4 montage out of it:
> 
> run("Make Montage...", "columns=4 rows=4 scale=1 first=1 last=16 increment=1 
> border=3 font=12");
> 
> However this last command fails because the (now) stack with 16 slices still 
> thinks is a (5D) hyperstack.
> 
> This is happening in IJ 1.54i12 with Java 1.8.0_121 under linux.
> Cheers
> 
> Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

Reply via email to