2
votes
How do you convert an image to black and white in PHP
Using the php gd library:
imagefilter($im, IMG_FILTER_GRAYSCALE);
imagefilter($im, IMG_FILTER_CONT …
4
votes
Have you ever had a client express concern over the services you provide simply because you use PHP?
What I have noticed is that if you are dealing with people who are not savvy, your choice of language makes no difference to them. However, a lot of companies seem to have one or two individuals w …
