Fedora/Redhat
# yum install imagemagickUbuntu/Debian
# apt-get install imagemagick
Convert Image to grayscale
The procedure to convert color to grayscale it simple. Here is our original color image which needs to be converted to grayscale:
now we convert the above image to grayscale:
$ convert linuxcareer-color.png -colorspace gray linuxcareer-color-grayscale.png
