Converting Image to Grayscale with PHP

As everybody knows, converting images offline into grayscale in GIMP (or probably Photoshop) is just 2 clicks away. But how about converting them on the fly? Anyways, here’s a simple steps to convert an image into grayscale with PHP and GD library. Getting Started Let’s begin by choosing your image. For this example, I am …

Converting Image to Grayscale with PHP Read More »