So, would you say MagickWand for PHP ist dead?! Viewing the number of posts within the last year, it seams like there in not much interest in it.
Would you suggest to switch to imagick or anything else to use with PHP 7?!
Search found 5 matches
- 2016-01-14T04:52:10-07:00
- Forum: MagickWand for PHP
- Topic: Installing MagickWand for PHP fails with PHP 7
- Replies: 9
- Views: 129162
- 2016-01-13T14:41:08-07:00
- Forum: MagickWand for PHP
- Topic: Installing MagickWand for PHP fails with PHP 7
- Replies: 9
- Views: 129162
Installing MagickWand for PHP fails with PHP 7
Hi, I tried to compile MagickWand for PHP (MagickWandForPHP-1.0.9) on PHP 7.0.1 but "make" unfortunately fails with following error: In file included from /home/floezen/magickwand/MagickWandForPHP-1.0.9/magickwand.c:9:0: /home/floezen/magickwand/MagickWandForPHP-1.0.9/magickwand_inc.h:19:40: fatal ...
- 2014-02-11T06:24:05-07:00
- Forum: MagickWand for PHP
- Topic: MagickFlattenImages
- Replies: 0
- Views: 86192
MagickFlattenImages
Hi,
I tried to flatten a Photoshop image with two layers by using the command, but for some reason only the upper layer will be shown in the result.
Anything I would need to consider to make it work???
Thanks
Fözen
I tried to flatten a Photoshop image with two layers by using the
Code: Select all
MagickFlattenImages($resource);
Anything I would need to consider to make it work???
Thanks
Fözen
- 2013-09-18T13:42:05-07:00
- Forum: MagickWand for PHP
- Topic: How to place a image on a white background
- Replies: 3
- Views: 100593
Re: How to place a image on a white background
Ok, thanks so far, but what would be the MagickWand equivalent to extend?
- 2013-09-16T12:46:05-07:00
- Forum: MagickWand for PHP
- Topic: How to place a image on a white background
- Replies: 3
- Views: 100593
How to place a image on a white background
I have a picture, lets say 300 x 200 pixel, but I want to have it on a squared "layout" of 400 x 400 pixel. (Without changing the size of the original picture.) Is there a function to do this? Like an function opposite to MagickCropImage( )? Or would I have to merge this picture with another white ...