Search found 2 matches
- 2012-04-21T09:49:07-07:00
- Forum: IMagick
- Topic: Resizing animated gif
- Replies: 1
- Views: 7296
Re: Resizing animated gif
http://www.php.net/manual/en/imagick.coalesceimages.php - see first comment for example
- 2012-04-21T09:43:55-07:00
- Forum: IMagick
- Topic: rotate + translate + draw = problem
- Replies: 0
- Views: 5075
rotate + translate + draw = problem
Hi. I want to add text with background to my thumbnails. I've came up with following solution: const MiddleGravity = 0xDEADC0DE; /// own constant, doesn't get to IMagick methods /// IMagick constants are aliased for better readability, i.e. CenterGravity is for imagick::GRAVITY_CENTER protected ...