Hey everyone,
I'm trying to find a way to dynamically modify the hue (i.e., color-shift) an image using PHP. I can easily read the image from a JPEG file, but I've found no function or library to actually apply a hue-modification to the whole image.
Any ideas? 😕
Vince