PHP/GD change the color of a simple black/dark gray PNG to another solid color -
i have images these: http://imgur.com/a/pbqzw
and want them end first of image here (with second image being result of code made): http://imgur.com/a/zqyix
i tried:
imagefilter($img, img_filter_grayscale); imagefilter($img, img_filter_contrast, -250); i tried adding brightness filter, changing contrast filter around - never gets perfect.
i tried change black blue, since image made of grays, doesn't work.
Comments
Post a Comment