Colorizing and swapping colors with PHP GD Image Library?

后端 未结 1 1750

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

1条回答
  •  無奈伤痛
    2021-01-14 00:07

    use Blue (#0276DB) instead of orange, and then inverse the image (using IMAGE_FILTER_NEGATE) to get orange and black.

    So, your code will be:

    
    

    0 讨论(0)
提交回复
热议问题