1.0.0
- Improved the code quality. There is a lot of internal changes
- Added unitests and implemented travis-ci / scrutinizr
- Changed the way to create imagecow instances. Now each instance manages only one image, so the methods "getImage", "setImage", "load" and "unload" has been removed. The new way:
use Imagecow\Image;
$image = Image::create('path/to/image-file.png', 'Imagick');- Use of exceptions for a better error management, so you have to put your code in a try statement.
- Rewrited the class IconExtractor. Now it uses Imagick and changed the API.
- Changed the way the javascript library saves the cookie for more simplicity.
- Removed a lot of duplicated code, bugs, better documentation, etc.