---
layout: default-layout
noTitleIndex: true
needAutoGenerateSidebar: true
title: Can I convert a color image to grayscale or black & white?
keywords: Dynamic Web TWAIN, Image Editing, convert color to grayscale, grayscale, black and white
breadcrumbText: Can I convert a color image to grayscale or black & white?
description: Can I convert a color image to grayscale or black & white?
date: 2021-12-09 09:25:33 +0000
last_modified: 2024-09-19 08:47:35 +0000
---

# 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:

- [DWTObject.ConvertToBW()](/_articles/info/api/WebTwain_Edit.md#converttobw){:target="_blank"} // Converts the specified image to a black-and-white image

- [DWTObject.ConvertToGrayScale()](/_articles/info/api/WebTwain_Edit.md#converttograyscale){:target="_blank"} // Converts the specified image to a grayscale image
