Rotating with transparency

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
tdan

Re: Rotating with transparency

Post by tdan »

I'm glad you figured that out. . . it had me stumped too.

The documentation for PerlMagick reads:

Code: Select all

Rotate  	degrees=>double, background=>color name  	rotate an image
How did you figure out that the 2nd parameter to Rotate was color and not background?
Post Reply