hello there
I'm trying to chroma key an image and i don't really know where to start. I am using python coding with quickdraw as my image displayer.
I am trying to:
first prompt the user for location of Quickdraw, foreground image and background image.
second i want image rasters inside a 2d list, not to make it too complicated
I need all green pixels in foreground image raster are replaced by corresponding background image raster pixels.
Then lastly, i need the chromakeyed image to be shown in Quickdraw.
I am also using faststone as my image viewer.
Please help me thank you