Search found 4 matches

by jhb
2012-10-11T00:19:08-07:00
Forum: IMagick
Topic: setFillPatternURL 'Unable to set fill pattern URL'
Replies: 6
Views: 15039

Re: setFillPatternURL 'Unable to set fill pattern URL'

I just booted a fresh CentOS 6.3 and installed php, ImageMagick, Imagick (thru pecl install imagick), and the example from valokuva.org worked. I'll now try to figure out whats the differences in php, ImageMagick, Imagick, etc. between CentOS 5.8 and CentOS 6.3 are. If anybody already know what thes...
by jhb
2012-10-10T23:33:19-07:00
Forum: IMagick
Topic: setFillPatternURL 'Unable to set fill pattern URL'
Replies: 6
Views: 15039

Re: setFillPatternURL 'Unable to set fill pattern URL'

The example at valokuva.org dosn't work for me. Still get Fatal error: Uncaught exception 'ImagickDrawException' with message 'Unable to set fill pattern URL' I find it interesting that you are able to get the example to work. Whats your versions of the programs? (ImageMagick, IMagick, PHP, etc.) I ...
by jhb
2012-10-10T04:16:02-07:00
Forum: IMagick
Topic: setFillPatternURL 'Unable to set fill pattern URL'
Replies: 6
Views: 15039

Re: setFillPatternURL 'Unable to set fill pattern URL'

This is as basic as I can make it (I need the custom font) How would you apply a already existing pattern? I've tried some of the patterns listed in the page below: http://www.imagemagick.org/script/formats.php Uncaught exception 'ImagickDrawException' with message 'URLNotFound `#bricks'' $text = &q...
by jhb
2012-10-10T01:56:27-07:00
Forum: IMagick
Topic: setFillPatternURL 'Unable to set fill pattern URL'
Replies: 6
Views: 15039

setFillPatternURL 'Unable to set fill pattern URL'

I'm trying to use the pecl "imagick" function setFillPatternURL, see http://pastebin.com/cquGJhRm When running the script I get 'Unable to set fill pattern'. # php -f setfillpatternurl.php PHP Fatal error: Uncaught exception 'ImagickDrawException' with message 'Unable to set fill pattern U...