Search found 22 matches

by iwantmedia
2016-05-22T09:16:09-07:00
Forum: Developers
Topic: Imagemagick PHP stopped working on update
Replies: 64
Views: 46706

Re: Imagemagick PHP stopped working on update

Out of interest I ran the original code on my localhost ( version 6.9.3 ) and had the same result as iwantmedia. Changing to the code below worked - note I had to use \" instead of ' as I am on a windows localhost. I have also added some error reporting and the code should still run on a Linux...
by iwantmedia
2016-05-22T09:12:12-07:00
Forum: Developers
Topic: Imagemagick PHP stopped working on update
Replies: 64
Views: 46706

Re: Imagemagick PHP stopped working on update

Hi,

thank you everyone for your kind help. I have tried all suggestions posted & the result is still the same.
Could it be a folder permission issue?
The site is hosted on a shared server.

I wish heart internet had never updated the software.

Thanks
Tom
by iwantmedia
2016-05-21T16:40:52-07:00
Forum: Developers
Topic: Imagemagick PHP stopped working on update
Replies: 64
Views: 46706

Re: Imagemagick PHP stopped working on update

I have just tried the changes you suggested and still get the same result. IM version details... Version: ImageMagick 6.9.3-9 Q16 x86_64 2016-05-04 http://www.imagemagick.org Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Ci...
by iwantmedia
2016-05-21T16:08:59-07:00
Forum: Developers
Topic: Imagemagick PHP stopped working on update
Replies: 64
Views: 46706

Re: Imagemagick PHP stopped working on update

Answer modified above.

Script running: echo exec(convert -version);
Returns:
Delegates (built-in): bzlib cairo djvu fontconfig freetype gslib jng jpeg ltdl openexr pangocairo png ps rsvg tiff wmf x xml zlib
by iwantmedia
2016-05-21T15:47:26-07:00
Forum: Developers
Topic: Imagemagick PHP stopped working on update
Replies: 64
Views: 46706

Re: Imagemagick PHP stopped working on update

When executing convert -version this is the result: Delegates (built-in): bzlib cairo djvu fontconfig freetype gslib jng jpeg ltdl openexr pangocairo png ps rsvg tiff wmf x xml zlib For the script, the images it produces... currently being produced: http://www.westendframes.co.uk/inc/create-preview....
by iwantmedia
2016-05-21T15:20:19-07:00
Forum: Developers
Topic: Imagemagick PHP stopped working on update
Replies: 64
Views: 46706

Re: Imagemagick PHP stopped working on update

I am using PHP exec, imagemagic works because it reacts to the resize, borders etc commands when executed. It is failing to tile the chosen image around the edge. See this link for an example: http://www.westendframes.co.uk/inc/create-preview.php?mountStyle=double&topMountColour=8&bottomMoun...
by iwantmedia
2016-05-21T15:05:45-07:00
Forum: Developers
Topic: Imagemagick PHP stopped working on update
Replies: 64
Views: 46706

Imagemagick PHP stopped working on update

Hi, i am looking for some help. My hosting company (Heart internet) updated their php & imagemagick last week & now my script has partially stopped working. My script takes either a pre-defined image or user uploaded image & then adds a picture frame with/without a mount to give an insta...