[Tex/LaTex] way to convert an image to grayscale

graphics

Is there a way to convert a colored image to grayscale both for printing as well as screen viewing through pdfLaTeX?

Best Answer

I would suggest using a tool like "convert" of the ImageMagick package (which is usually installed if you're running Linux, but is also available for Windows).

convert -colorspace gray originalfile outputfile