Top "Grayscale" questions

For questions regarding Grayscale, a Bootstrap theme.

Convert a QImage to grayscale

I have a QImage and I need to convert it to grayscale, then later paint over that with colors. I …

c++ qt grayscale qimage
display two png images simultaneously using pylab

I want to open two png image files and display them side by side for visual comparison. I have this …

python png matplotlib grayscale
Grayscale image with CSS on Safari 5.x

I am trying to show some images on a page where they should be shown in grayscale, except on mouse …

css safari grayscale
how to implement grayscale rendering in OpenGL?

When rendering a scene of textured polygons, I'd like to be able to switch between rendering in the original colors …

opengl effects grayscale
Converting a Grayscale image to black&white using Aforge.Net

I am quite new to Aforge.Net and I am looking for a way to convert a greyscale image to …

c# image-processing grayscale aforge
Color to grayscale on hover not working in IE11

I'm using Gray for a few elements on the site. However, I can't get it to work in IE11. For …

javascript jquery css grayscale
CSS grayscale with animation

i have some css for changing my image into grayscale (with some svg for firefox) img.grayscale{ filter: grayscale(100%); -webkit-filter: …

javascript jquery jquery-animate grayscale
how to read a png file in color and output as gray scale using the Go programming language?

How do I read in a color .png file in the Go programming language, and output it as an 8-bit …

image png go grayscale
16 bit grayscale png

I'm trying to write (using libpng) an 16-bit grayscale image where each point color equals to sum of its coordinates. …

png grayscale libpng
android-opencv converting mat to grayscale with using matToBitmap/bitmapToMat

I am using newer opencv library of willowgarage in eclipse. And I want to convert a mat variable into grayscale, …

android opencv bitmap grayscale