Imagick Examples

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
byron
Posts: 9
Joined: 2010-05-07T05:07:56-07:00
Authentication code: 8675308

Imagick Examples

Post by byron »

Here are a few good examples of the imagick functions:

http://eclecticdjs.com/mike/tutorials/php/imagemagick/

btw, does anybody have any examples of these functions?

mergeimagelayers

modulateimage

montageimage

morphimages
DJ Mike
Posts: 33
Joined: 2010-06-29T19:07:53-07:00
Authentication code: 8675308

Re: Imagick Examples

Post by DJ Mike »

DJ Mike's Tutorials: PHP
ImageMagick Functions
http://eclecticdjs.com/mike/tutorials/p ... /index.php
byron
Posts: 9
Joined: 2010-05-07T05:07:56-07:00
Authentication code: 8675308

Re: Imagick Examples

Post by byron »

Ha! What did you think seeing your tutorials posted here? :)

My first post over here was helping my administrator get the new version of IM straigtened out with the Imagick class and while I was over here I thought I would try to find those other examples.
DJ Mike
Posts: 33
Joined: 2010-06-29T19:07:53-07:00
Authentication code: 8675308

Re: Imagick Examples

Post by DJ Mike »

Kinda reminded me of my days with webtv. I was going to make a page for morph but when I tried to make an example I remembered that I had tried it before and it didn't work properly. It ignores the parameter that is supposed to tell how many frames the end product has and only makes two frames ... the first image and the second image ... no morphs in between.
DJ Mike's Tutorials: PHP
ImageMagick Functions
http://eclecticdjs.com/mike/tutorials/p ... /index.php
Post Reply