Image Editing
Can I convert a color image to grayscale or black & white?
Yes, you can convert the color of an image easily by using the below methods:
-
DWObject.ConvertToBW() // Converts the specified image to a black-and-white image
-
DWObject.ConvertToGrayScale() // Converts the specified image to a grayscale image