Search found 3 matches

by Aracon
2014-03-25T01:22:02-07:00
Forum: Developers
Topic: Delegate installed, but imagick says "no decode delegate"
Replies: 4
Views: 8829

Re: Delegate installed, but imagick says "no decode delegate

I wrote above that the file converts well with convert utility, so I think the problem is in imagick.
I will try your code a bit later, because I have no access to the test server at this moment.
by Aracon
2014-03-25T00:50:31-07:00
Forum: Developers
Topic: Delegate installed, but imagick says "no decode delegate"
Replies: 4
Views: 8829

Re: Delegate installed, but imagick says "no decode delegate

Here is my PHP code:

Code: Select all

		$img = new Imagick();
		$img->setResolution(200,200);
		$img->readImage($filepath);
Error is throwing in last line (readImage() function). I am trying just to read DJVU (to save it in JPG files).
And the test file converts well via IM convert program.
by Aracon
2014-03-24T06:54:51-07:00
Forum: Developers
Topic: Delegate installed, but imagick says "no decode delegate"
Replies: 4
Views: 8829

Delegate installed, but imagick says "no decode delegate"

I am trying to convert DJVU file in PHP script with imagick extension. Djvu delegate is installed: http://coding99.ru/additional/imagick1.png http://coding99.ru/additional/imagick2.png But script throws exception: PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode ...