I've been trying to combine an RGB image with a Luminance using pixel math. I've asked for help on the PI site and the responders say that the formula that I'm using should work --- but it doesn't.
I used the Expression Editor and parse and got the following information.
Parsed 1 PixelMath expression(s)
2referenced images(s)
2 referenced image(s):
Master_Lum: 2723x2186, Gray
RGB_Image05: 2723x2186, RGB
Expression #1:
Infix: combine(Master_Lum,RGB_Image05,op_screen())
Postfix: Master_Lum,RGB_Image05,op_screen(0),combine(3)
I'm new to all of this but apparently it's saying that all is well.
The error message that I get when processing in PI is "Error: Invalid symbol identifier"
Help!
Hank
Comments