masterexploder / PHPThumb

PHP Thumbnail & Image Manipulation Library
http://phpthumb.gxdlabs.com
980 stars 264 forks source link

Make final API changes #82

Open nettles-jarrod opened 11 years ago

nettles-jarrod commented 11 years ago

The API still needs some small changes to make it a little more friendly to use, especially the method of attaching and calling plugins.

When I redesigned the plugin API, I did it in such a way that existing plugins could be ported over with minimal code changes (most existing plugins only need a namespace and to implement an interface to start working properly).