姬長信(Redy)

如何使用Java将图像转换为黑白图像


我在imagemagick中使用如下命令将图像转换为黑色和白色:
convert myimg.png -monochrome  out3.png

我想知道它是否有可能在Java中实现相同的结果?不使用Im4Java或JMagick?