Forum Moderators: coopster
Many of you know may know about a certain function library for PHP called ImageMagick or Imagick. It's amazing! I can create images and manipulate them easily on my server and even create image thumbnails, etc. However, I can't install this, it's too hard. I'm using Mac OS X to test my website using MAMP and my Web Hosting provider uses UNIX.
The problem is the installation, I don't know how to install this. Do you know how I can accomplish this?
Thank you in advance!
Cosmoyoda
[imagemagick.org...]
In the left hand menu you will find the Binary Releases for Mac OS X.
However, I don't know how to use it inside my PHP code. How do I call a specific function and do cool stuff, like drawing circles, ellipses and even give a certain blur to my images? Create thumbnails, rotate images, etc?
I tried reading the PHP.net ImageMagick manual, but it's incomplete. Any ideas?
Thank you.
For now, that may include using Program Execution Functions [php.net] to get the job done.
However I just acquired a book that will teach me how to use ImageMagick with PHP and learn how to use the command line, the convert utility, etc. But for now, I can't create rounded corners dynamically for my website the way I wanted to because I've got to read this manual first.
If I'm lucky enough soon PHP.net will have a fully documented version of the ImageMagick Function Library and that shall help me achieve all these image tasks easily with neat PHP code =)
Thank you so much for all your help!