Search found 7 matches

by musicmaster
2016-06-09T00:51:54-07:00
Forum: IMagick
Topic: Finding right Image Magick version
Replies: 2
Views: 8397

Re: Finding right Image Magick version

Thanks! That works for me.
by musicmaster
2016-06-08T05:36:13-07:00
Forum: IMagick
Topic: Finding right Image Magick version
Replies: 2
Views: 8397

Finding right Image Magick version

I want to install Imagick on Windows X. I downloaded the latest version of Imagick (3.4.2) from PECL (https://pecl.php.net/package/imagick). When I install that it says in phpinfo() that it was compiled with Image Magick 6.9.3 - 7. So I would like to install that version on my pc. Unfortunately this...
by musicmaster
2016-06-08T04:23:21-07:00
Forum: IMagick
Topic: Warning: Version warning: Imagick was compiled against Image Magick version 1681 but version 1682 is loaded.
Replies: 5
Views: 21439

Re: Warning: Version warning: Imagick was compiled against Image Magick version 1681 but version 1682 is loaded.

If it works I would not worry a lot of people including myself can not get Imagick working localy; not that I really care. I didn't care about this warning either - until I tried to install Composer. Composer simply refuses to be installed because of this warning. And it doesn't matter that I want ...
by musicmaster
2016-03-10T08:09:51-07:00
Forum: Users
Topic: Installation problems on Ubuntu
Replies: 2
Views: 4827

Installation problems on Ubuntu

I am trying to install the imagick PHP module on Ubuntu 14. That one file (imagick.so) is the only thing I need. I have tried a lot but I keep running into problems. Below my results: - apt-get install ImageMagick : installs dozens of packages. But not the file I want. - pecl install imagick : messa...
by musicmaster
2016-02-14T10:45:27-07:00
Forum: IMagick
Topic: Adding whitespace
Replies: 4
Views: 10321

Re: Adding whitespace

Hi dlemstra,

That solves my problem. Thanks.
by musicmaster
2016-02-14T10:01:44-07:00
Forum: IMagick
Topic: Adding whitespace
Replies: 4
Views: 10321

Re: Adding whitespace

Hi Snibgo, Thanks.

Is it also possible to do this with the PHP object? There is an setImageGravity method but it takes only one argument and offers not the possibility to define a second image.
by musicmaster
2016-02-14T07:59:58-07:00
Forum: IMagick
Topic: Adding whitespace
Replies: 4
Views: 10321

Adding whitespace

What is the best way to add whitespace? I have an image of 200x150 and it needs to be displayed in a square format (200x200) with 25 pixels whitespace above and below the image to fill out. The only example I could find first stretches the image to fill the square and then uses the borderimage comma...