Skip to content

image manipulation with php and imagemagick

Notifications You must be signed in to change notification settings

dimaninc2/phmagick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flattr Button Build Status Total Downloads License

phMagick

Image manipulation with php and imagemagick phMagick wraps the most common image manipulation actions a web developer needs into easy to use code.

Instalation

  • Install it via composer
  • Clone this repo, the code is inside phMagick folder

Configuration

phMagick comes with its own simple autoloader, so you can use it out of the box

using the phMagick autoloader

    <?php
        include '<path to phmagick>/phmagick.php';

phMagick uses namespaces and respects the PSR-0 standard so you can use any modern autoloader to load phMagick classes

Code Samples

  • Point your browser to docs/index.htm

About

image manipulation with php and imagemagick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.7%
  • HTML 42.3%
  • CSS 5.9%
  • PHP 5.1%