Save a Tiff image to open as RGB with ImageJ

10 views (last 30 days)
Ben11
Ben11 on 30 May 2014
Commented: Ben11 on 2 Jun 2014
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
Image Analyst on 30 May 2014
imwrite(rgbImage, filename);
  5 Comments
Ben11
Ben11 on 2 Jun 2014
Actually no since images won't open as RGB in ImageJ. I get that they are coded in 16-bit and that the format is right, but I don't understand why all 3 channels are not merged so that ImageJ opens them all at once as 'RGB color'. Thanks for your help.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!