This is probably a really simple problem, but, how do I convert an 8-bit image to a color image if I have a color palette I want to apply to it. I can save it to an image file, applying the color palette to it, and then load up that file as an RGB image, but that is inconvenient. I just want to convert it without saving it. Something like using IMAQ Cast Image to convert it from 8-bit to RGB that will also apply my color palette to it.
Can someone please let me know how to do this?
Thank you