Page 1 of 1

rose:

Posted: 2016-07-31T07:30:58-07:00
by zemlik
hello,
feeling a bit dense
here.
http://www.imagemagick.org/script/composite.php
there is;

Code: Select all

composite -gravity center smile.gif  rose: rose-over.png
what is "rose:" ? it is the rose image presumably but why indicated as "rose:" is that something defined earlier ?

Re: rose:

Posted: 2016-07-31T08:48:19-07:00
by snibgo
An image name ending with a colon ":" is a built-in facility of ImageMagick, rather than a file that contains an image.

"rose:" is an image that is built-in to ImageMagick. Instead of using a filename, "rose:" simply provides a standard test image. Other built-in images include "wizard:" and "logo:".