How does one go about converting an image to black and white in PHP?
Not just turning it into greyscale but every pixel made black or white?
If you intend to do this yourself, you will need to implement a dithering algorithm. But as @jonni says, using an existing tool would be much easier?