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

前端 未结 8 1471
遇见更好的自我
遇见更好的自我 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:55

    IMG_FILTER_NEGATE: Reverses all colors of the image.

    http://www.php.net/manual/en/function.imagefilter.php

    Could that be a solution?

提交回复
热议问题