I hope someone can help,
I have made a script that masks images… however it is reliant on a colour to mask with ( ‘green screen’ style). The trouble is if the image that I am masking contains that colour it is ruined.
What I am looking to do is prior to masking the image replace any occurance of my keying colour (0,0,255) with a similar colour such as 0,0,254.
I have found a few solutions based around gif’s or 256 colour PNG as they are indexed..
So my question is also will it be more efficient to convert it to a gif or 256 png then look through the index and replace the colour or search through every pixel and replace the colours.
Thanks,
You need to open the input file and scan each pixel to check for your chromokey value.
Something like this: