grayscale

Asked by Talita

Does the grayscale tool work only for the drawings designed in the Inkscape?
Why is that when I try to apply the grayscale tool on an imported image nothing happens?
Thank you, i'll wait for an answer

Talita Telma

Question information

Language:
English Edit question
Status:
Solved
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Solved by:
Alexandre Prokoudine
Solved:
Last query:
Last reply:
Revision history for this message
c (cjue) said :
#1

I believe the grayscale effect does not work on bitmapped images (jpeg, tif, gif, bmp, etc.), only on vector objects (svg, pdf, ai, etc.)
c

Revision history for this message
heathenx (heathenx) said :
#2

Actually, you can convert an image (jpeg, tif, gif, bmp, etc.) to grayscale in Inkscape. You need to apply a filter effect to do it. I believe it's Color Matrix>Saturation.

An alternative method outside of Inkscape would be to use Imagemagick: convert color.png -colorspace Gray grayscale.png. Why this wasn't included in the Imagemagick raster effects in Inkscape is beyond me. Seems like this would be a common thing. Too bad we didn't have the ability to add extra Imagemagick commands to the drop down menu. That would be neat. Oh well. :)

Revision history for this message
Best Alexandre Prokoudine (alexandre-prokoudine) said :
#3

If your question was answered, please consider closing it. Otherwise please let us know what still requires an answer.

Revision history for this message
Talita (talita) said :
#4

Thanks Alexandre Prokoudine, that solved my question.