NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 409 - Rotate 90 degrees fails with composite images
Rotate 90 degrees fails with composite images
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
Macintosh Mac OS
: P2 major
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2012-02-29 14:44 CST by Jan Eglinger
Modified: 2012-03-19 18:03 CDT
0 users

See Also:

Description Jan Eglinger 2012-02-29 14:44:45 CST
Hi all,

- File > Open Samples > Fluorescent Cells (400K)
(make sure the image is displayed as composite 3-channels, which is the default)

- Image > Transform > Rotate 90 Degrees Right
Nothing happens to the displayed image.

The image got rotated in memory though, as seen by:

- Image > Duplicate...  (with 'Duplicate hyperstack' checked)
which results in the display of a rotated image.


Or, to reproduce, run:
// ImageJ macro language
run("Fluorescent Cells (400K)");
run("Rotate 90 Degrees Right");
run("Duplicate...", "title=FluorescentCells-1.tif duplicate channels=1-3");

and compare the two open images.

(Observed on Mac, with up-to-date Fiji)
Jan
Comment 1 Wayne Rasband 2012-02-29 16:41:20 CST
This bug is fixed in the ImageJ 1.46i1 daily build.
Comment 2 Curtis Rueden 2012-02-29 18:53:07 CST
Thanks to Wayne for fixing this issue. However, until the fix gets propagated into the Fiji updater (pending resolution of a few other issues with recent versions of ij.jar), we will leave this bug open as a reminder.
Comment 3 Curtis Rueden 2012-03-19 18:03:59 CDT
Fiji was updated to ImageJ 1.46i, so this issue should be resolved.