How do you convert an image to black and white in PHP

后端 未结 7 1572
长情又很酷
长情又很酷 2020-12-01 14:34

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?

7条回答
  •  眼角桃花
    2020-12-01 15:34

    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?

提交回复
热议问题