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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -