|
Bugzilla – Bug 437 |
48-bit tif format problem |
Last modified: 2013-07-08 10:41:20 CDT |
| ⚠ |
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. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
3 channel 16-bit composite color images are saved as Photoshop-compatible 48-bit RGB TIFFs if the slice label of the first channel is "Red". You can set the slice label and save the image in a macro using setSlice(1); setMetadata("label", "Red"); saveAs("tiff", ""); -wayne