Hello I am in the process of trying to colorize and swap colors on an image using GD image library with PHP.
I am using an original image located here: http://korlon
use Blue (#0276DB) instead of orange, and then inverse the image (using IMAGE_FILTER_NEGATE) to get orange and black.
IMAGE_FILTER_NEGATE
So, your code will be: