Java > Image IO > How to create Black and White image from color image
How to create Black and White image from color image
Java Image IO provides pluggable architecture for accessing images transparently.
It is simple, flexible and allows us to plugin various image readers and writers with ease.
The following example shows converting colored image to black and white image.