Can I swap colors in image using GD library in PHP?

前端 未结 8 1454
遇见更好的自我
遇见更好的自我 2020-12-03 08:18

I got the image like this (it\'s a graph):


(source: kitconet.com)

I want to change the colours, so the white is black, the graph line is li

8条回答
  •  渐次进展
    2020-12-03 08:36

    I'm not aware of any ready-made functions. But I suppose you could go trough every pixel of the image and change it's colour...

提交回复
热议问题