开发者

PHP imagefilter example

开发者 https://www.devze.com 2023-02-19 10:04 出处:网络
I was wondering if example 1 will add the color green to every pixel or some pixels in the image? 开发者_如何学Python

I was wondering if example 1 will add the color green to every pixel or some pixels in the image?

开发者_如何学Python

Example 1

imagefilter($image, IMG_FILTER_COLORIZE, 0,255,0);


pixels with RGB value 0,255,0 will remain as they are

0

精彩评论

暂无评论...
验证码 换一张
取 消