Search found 4 matches
- 2011-08-28T17:23:35-07:00
- Forum: Users
- Topic: Change in extentImage behavior between versions?
- Replies: 7
- Views: 11888
Re: Change in extentImage behavior between versions?
OK, thanks, I looked through the changelog but didn't see that entry. It makes sense that that might be where it changed. I actually already put a version switch in -- I was just hoping that someone knew for sure which way was going to be the way going forward, but I will just proceed with the ...
- 2011-08-25T15:11:31-07:00
- Forum: Users
- Topic: Change in extentImage behavior between versions?
- Replies: 7
- Views: 11888
Re: Change in extentImage behavior between versions?
No, in command line mode IM 6.6.2-6 +20 shifts up, like its supposed to. It seems as though it only doesn't work when in combination with pecl/imagick 3.0.0~rc1-1build1.
- 2011-08-25T10:23:24-07:00
- Forum: Users
- Topic: Change in extentImage behavior between versions?
- Replies: 7
- Views: 11888
Re: Change in extentImage behavior between versions?
Thanks, the "extentImage(150, 150, 0, 20)" is actually the call from within PHP, as that is what my application is doing. I just tried running a command line test like you posted and on both computers, the image is shifted up as you described. However, on the computer with ImageMagick 6.6.2-6 and ...
- 2011-08-25T08:48:31-07:00
- Forum: Users
- Topic: Change in extentImage behavior between versions?
- Replies: 7
- Views: 11888
Change in extentImage behavior between versions?
On one of my computers I have ImageMagick 6.6.2-6 and pecl/imagick 3.0.0~rc1-1build1 installed (on Ubuntu 10.10). On this computer if I call extentImage(150, 150, 0, 20) it makes the canvas 150px by 150px and shifts the image DOWN by 20px. One my other computer I have ImageMagick 6.7.1-10 and pecl ...