Search found 54 matches

by badabou
2009-04-21T14:07:04-07:00
Forum: IMagick
Topic: Error distortImage with Mikko example
Replies: 4
Views: 14622

Error distortImage with Mikko example

Hello, I have a problem with the function distortImage. In fact, I just copied / pasted the example below on the mikko's blog and I have this error : Fatal error: Uncaught exception 'ImagickException' with message 'invalid argument for option PerspectiveProjection : 'Needs 8 coefficient values'' in ...
by badabou
2008-10-23T06:56:31-07:00
Forum: IMagick
Topic: Loops for animated GIF
Replies: 1
Views: 6777

Loops for animated GIF

Hello,

I can't find the method for set the number of loops of animated GIF.

For example as a function setImageLoop.

Thank.
by badabou
2008-10-23T06:51:04-07:00
Forum: IMagick
Topic: Animated GIF and getImageBlob ?
Replies: 2
Views: 8526

Re: Animated GIF and getImageBlob ?

Thank you very much Mikko ! The function doesn't exists in documentation (php.net).
by badabou
2008-10-07T12:45:36-07:00
Forum: IMagick
Topic: Problem to reproduce -dissolve
Replies: 1
Views: 6662

Re: Problem to reproduce -dissolve

I said that using setImageOpacity, transparency original PNG is not retained. Hence my question. Thank you
by badabou
2008-10-07T12:38:05-07:00
Forum: IMagick
Topic: Animated GIF and getImageBlob ?
Replies: 2
Views: 8526

Animated GIF and getImageBlob ?

Hello,

I have a problem for output an animated GIF to the browser.

Here is my symple code :

Code: Select all

header('Content-type: image/gif');
$im = new Imagick('animated.gif');
$im->setFormat('gif');
echo $im->getImageBlob();
exit();
Just the first frame is displayed.

Thank for your response.
by badabou
2008-10-07T12:25:55-07:00
Forum: IMagick
Topic: setImageOpacity
Replies: 3
Views: 10184

Re: setImageOpacity

Hello,

I have a same problem, have you the answer ?

Thank.
by badabou
2008-10-07T12:24:26-07:00
Forum: IMagick
Topic: Problem to reproduce -dissolve
Replies: 1
Views: 6662

Problem to reproduce -dissolve

Hello, I have a serious problem to reproduce the command -dissolve with imagick. For exemple, can not do that to reproduce under imagick : composite -dissolve 10 -gravity center over.png bg.png -matte out.png Do you have an idea ? Sorry for my English (I’m French). Thank you for imagemagick program !
by badabou
2008-06-23T13:26:39-07:00
Forum: Users
Topic: Special effect
Replies: 2
Views: 7485

Re: Special effect

Thank you very much for your excellent answer !
See you later
by badabou
2008-06-23T06:21:24-07:00
Forum: Users
Topic: Special effect
Replies: 2
Views: 7485

Special effect

Hello,

Does anybody know how to create a thermal effect ?

Like this one :

Image
Image