diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -47,12 +47,9 @@ apply a rotation (->rotate()) and then an opacity (->opacity()) on a layer witho - Updating composer.json to autoload the class in a project using composer
- Testing if the PHP environment has GD library enabled
-**Version 1.2.4 - 2012-09-03**
-- Adding the changePosition() method, to redefine the position of a sublayer in a layer stack
-- Adding the applyTranslation() method, that result to new positions after a given translation
-- Updating the getLayerPositions() method that allow you to get the positions of a sublayer
-- Refactoring methods that change the position of a sublayer for the new method
-- Adding some informations in the composer file
+### Installation
+
+The class is designed for PHP 5.3+, but it can work with older PHP versions... Check how to install the class here: http://phpimageworkshop.com/installation.html
### Usage
@@ -62,10 +59,10 @@ apply a rotation (->rotate()) and then an opacity (->opacity()) on a layer witho **What's new in the doc' ?**
+- Installation guide: http://phpimageworkshop.com/installation.html
- Adding the flip documentation: http://phpimageworkshop.com/doc/25/flip-vertical-horizontal-mirror.html
- Adding the opacity documentation which was omitted: http://phpimageworkshop.com/doc/24/opacity-transparency.html
- Tutorial "Manage animated GIF with ImageWorkshop (and GiFFrameExtractor & GifCreator)": http://phpimageworkshop.com/tutorial/5/manage-animated-gif-with-imageworkshop.html
-- Rewriting the tutorial "Creating thumbnails": http://phpimageworkshop.com/tutorial/2/creating-thumbnails.html
### @todo
- Adding a method to add easily borders to a layer (external, inside and middle border)
|