Search Results

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 …