Page 1 of 1

Posted: 2006-09-05T18:10:33-07:00
by magick
Try the following:
  • $x = $image->AffineTransform([0.5,0.6,0.7,1.1,0.0,0.0]);
For scaling, try
  • $x = $image->AffineTransform(scale=>'1.5,1.5');