changing an image to rgb format

2 次查看(过去 30 天)
hi every body
I have an image stored in png format,its size is 256*256 but I need to have the image in size 256*256*3 which format should I use to store it? is there any way that I can do it in matlab?

采纳的回答

Matt Fig
Matt Fig 2012-8-23
A png is already 3D. I have an image named IMG.png in my directory. Now look:
>> X = imread('IMG.png');
>> whos
Name Size Bytes Class Attributes
X 2304x2857x3 19747584 uint8

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by