Michał
Michał

Reputation: 31

Image color modification via Javascript or PHP

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 StackOverflow (thanks guys!) but the solution to this I cannot find anywhere.

Please help and thanks in advance!

Upvotes: 1

Views: 222

Answers (1)

etuardu
etuardu

Reputation: 5526

Try imagefilter with IMG_FILTER_COLORIZE

Upvotes: 1

Related Questions