Noob question about commands: rose: vs rose.png
Posted: 2014-02-25T08:39:23-07:00
I'm trying to understand some commands on this page: http://www.imagemagick.org/Usage/compose/#hardlight
It says
and I assume that rose: refers to the rose image but then why is it referred to as rose: and not rose.png ?
It says
Code: Select all
convert rose: -fill gray50 -colorize 100% \
-raise 4 -normalize -blur 0x4 lighting_effect.png
convert rose: lighting_effect.png \
-compose hardlight -composite compose_hardlight.png