Home | History | Annotate | Download | only in api_examples

Lines Matching defs:rose

5             \( rose: -rotate -90 \) \
48 *rose, /* rose image wand */
73 /* read in the rose image */
74 rose = NewMagickWand();
75 status = MagickReadImage(rose, "rose:" );
77 ThrowWandException(rose);
79 /* rotate the rose image - one image only */
82 status = MagickRotateImage(rose,color,-90.0);
84 ThrowWandException(rose);
87 /* append rose image into the red image wand */
89 MagickAddImage(red,rose);
90 rose = DestroyMagickWand(rose); /* finished with 'rose' wand */
128 * Specifically you can read the 'rose' image directly into the 'red' image
129 * wand. Then process just that rose image, even though it is sharing the