Apply Greyscale
Greyscale transformation allows users to convert a color image into a black-and-white image where the shades of gray are used to represent different levels of brightness in the original image.
Convert to 8-bit greyscale; 256 shades of grey. This is a linear operation. If the input image is in a non-linear color space such as sRGB, use gamma with greyscale for the best results. By default, the output image will be web-friendly sRGB and contain three (identical) color channels.
- Original
- Greyscale
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/original/images/transformation/basic_pink_flower.jpeg" />
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/t.grey()/images/transformation/basic_pink_flower.jpeg" />