http://www.perlmonks.org?node_id=1006256


in reply to How to rotate images in PDF:API2 module?

Probably just create a rotated copy of the GIF file and insert that instead. Image::Magick should be able to rotate a GIF pretty easily.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: How to rotate images in PDF:API2 module?