Search found 309 matches

by mkoppanen
2009-02-18T14:01:25-07:00
Forum: MagickWand for PHP
Topic: How to get a Image from a URL?
Replies: 8
Views: 42200

Re: How to get a Image from a URL?

No problem! I got a fix ready to support ftp, http and https filenames using MagickReadImage. Should I update the current patch or provide a patch when the trunk has been updated with the previous one?
by mkoppanen
2009-02-18T04:27:06-07:00
Forum: IMagick
Topic: Postscript delegate failed
Replies: 2
Views: 8421

Re: Postscript delegate failed

Is "gs" in the path for the webserver user?
by mkoppanen
2009-02-18T03:48:05-07:00
Forum: MagickWand for PHP
Topic: How to get a Image from a URL?
Replies: 8
Views: 42200

Re: How to get a Image from a URL?

Hello, here is a patch to add MagickReadImageFile functionality: http://valokuva.org/patches/magickwand/magickwand_cleanup_magickreadimagefile.txt I compiled against PHP 4.4.9 and PHP 5.2.9 and it seems to work fine. I didn't test older PHP4 versions. The following code should now work: <?php $fp = ...
by mkoppanen
2009-02-17T16:03:22-07:00
Forum: MagickWand for PHP
Topic: How to get a Image from a URL?
Replies: 8
Views: 42200

Re: How to get a Image from a URL?

Hello, in PHP the access is restricted using allow_url_fopen ini setting which can be set on or off by the administrator. This can be checked in the following way in the extension code: if (PG(allow_url_fopen)) { /* Allowed to open remotely */ } else { /* Not allowed */ } Or alternatively the suppor...
by mkoppanen
2009-02-17T15:43:51-07:00
Forum: MagickWand for PHP
Topic: magickreadimage not working
Replies: 6
Views: 32650

Re: magickreadimage not working

Hello,

this is a restriction on the hosting environment and does not imply a bug in MagickWand for PHP. More information about PHP safe mode:
http://www.php.net/features.safe-mode
by mkoppanen
2009-02-16T07:10:00-07:00
Forum: Bugs
Topic: ImageMagick 6.4.9-4 (and trunk) not building shared libs?
Replies: 4
Views: 9865

Re: ImageMagick 6.4.9-4 (and trunk) not building shared libs?

Hi, thanks for the quick reply. All thou I think it will cause confusion for the majority if the shared libs are not built by default (happened to me at least :)). Would it make sense to revert back to having shared libs built by default and using --disable-shared on platforms where it fails? This w...
by mkoppanen
2009-02-16T05:00:46-07:00
Forum: Bugs
Topic: ImageMagick 6.4.9-4 (and trunk) not building shared libs?
Replies: 4
Views: 9865

ImageMagick 6.4.9-4 (and trunk) not building shared libs?

configure line: ./configure --prefix=/tmp/test Now checking the lib directory: ls -l /tmp/test/lib total 17156 drwxr-xr-x 4 root root 4096 2009-02-16 13:44 ImageMagick-6.4.9 -rw-r--r-- 1 root root 3052322 2009-02-16 13:44 libMagick++.a -rw-r--r-- 1 root root 11936164 2009-02-16 13:44 libMagickCore.a...
by mkoppanen
2009-02-15T15:38:55-07:00
Forum: Bugs
Topic: Minor documentation issue
Replies: 3
Views: 7561

Re: Minor documentation issue

Hi, one param seems to be missing from the docs of MagickSetSizeOffset: Index: magick-property.c =================================================================== --- magick-property.c (revision 14060) +++ magick-property.c (working copy) @@ -2509,6 +2509,8 @@ % % o rows: the rows in pixels. % +% ...
by mkoppanen
2009-02-13T10:58:20-07:00
Forum: IMagick
Topic: writeImage giving headache
Replies: 4
Views: 12284

Re: writeImage giving headache

What version of Imagick and ImageMagick are you running? Can you see a segmentation fault in the webserver log?
by mkoppanen
2009-02-13T02:38:58-07:00
Forum: IMagick
Topic: writeImage giving headache
Replies: 4
Views: 12284

Re: writeImage giving headache

Hello,

can you explain clearly what do you expect to happen and what actually happens?
by mkoppanen
2009-02-10T14:35:45-07:00
Forum: IMagick
Topic: Blurring with Transparent Background
Replies: 9
Views: 21774

Re: Blurring with Transparent Background

The diff I pasted was actually wrong but that is now fixed in CVS
by mkoppanen
2009-02-09T17:14:40-07:00
Forum: IMagick
Topic: Blurring with Transparent Background
Replies: 9
Views: 21774

Re: Blurring with Transparent Background

Hello,

I added the optional channel argument. Use the CVS version if you need it:
http://cvs.php.net/viewvc.cgi/pecl/imag ... 22&r2=1.23

The channel argument is available if Imagick is compiled against ImageMagick version > 6.4.3