开发者

Image color modification via Javascript or PHP

开发者 https://www.devze.com 2023-04-01 16:28 出处:网络
I need to change the color of a transparent PNG that will not touch the 100% transparent part via Javascript or PHP. I would like to the the exactly same thing that Photoshop color overlay does on a l

I need to change the color of a transparent PNG that will not touch the 100% transparent part via Javascript or PHP. I would like to the the exactly same thing that Photoshop color overlay does on a layer (100% color overlay - no hue change).

I have already found a filter that can flip the image horizontally on S开发者_运维技巧tackOverflow (thanks guys!) but the solution to this I cannot find anywhere.

Please help and thanks in advance!


Try imagefilter with IMG_FILTER_COLORIZE

0

精彩评论

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