I need to process a lot of images using Python. All these images have some transparent region (alpha channel) of different sizes.
I need to programmatically fill in RGB noise in the transparent region of those images, but keep the non-transparent region unchanged. This is an example of changing the images.
How to do this programmatically in Python?