danielchicote / Imagick-demos

An example of all the Imagick functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imagick-demos

An example of all the Imagick functions. Or at least most of them. The site is hosted at http://phpimagick.com/

This application uses Tier as it's 'framework'*.

PHPStorm stub file

PHPStorm ships with a stub file for Imagick, however this sometimes gets out of date. To use the Imagick extension stub file in the doc directory.

  1. Go to the directory that contains the php.jar file. On a Mac this is usually:

cd "/Applications/PhpStorm EAP.app/Contents/plugins/php/lib"

  1. Delete the stub file from the zip file by running the command zip -d php.jar com/jetbrains/php/lang/psi/stubs/data/imagick.php

  2. To use it in other project, you should probably copy the file to a common location, and then add it as an external library.

Installing Image Magick

Compiling Image Magick from source is almost certainly the best way to install it

./configure --enable-hdri --with-quantum-depth=32
make install
  • It's not actually a framework, it's just an application bootstrap...the difference is that it doesn't support plugins, but does allow a response time

About

An example of all the Imagick functions

License:Other


Languages

Language:PHP 80.3%Language:CSS 10.2%Language:JavaScript 8.0%Language:Smarty 1.2%Language:Shell 0.3%Language:HTML 0.0%