Save a Tiff image to open as RGB with ImageJ
Show older comments
Hi
my question is quite simple but I can't find a way to solve my little problem. How can we save an image in RGB format so that ImageJ opens it as a 'RGB color' image instead of a composite image?
thanks
Answers (1)
Image Analyst
on 30 May 2014
imwrite(rgbImage, filename);
5 Comments
Ben11
on 30 May 2014
Image Analyst
on 30 May 2014
What is the data type of SequenceToExport{i}? Is it uint16? Or uint8? Whatever it is, ImageJ should recognize it as the same data type.
Ben11
on 2 Jun 2014
Image Analyst
on 2 Jun 2014
Are we done then?
Ben11
on 2 Jun 2014
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!