diff options
author | sybio <clement.guillemain@gmail.com> | 2012-10-25 22:39:53 +0200 |
---|---|---|
committer | sybio <clement.guillemain@gmail.com> | 2012-10-25 22:39:53 +0200 |
commit | 6288ef205136b3a30dd5e4b582dc27aa993c9b4c (patch) | |
tree | d777f10a031845bafa2abfc272e66444b2f929ff | |
parent | 177ebfabe6404a521de7f179466d71ead544a93d (diff) | |
download | ImageWorkshop-6288ef205136b3a30dd5e4b582dc27aa993c9b4c.zip ImageWorkshop-6288ef205136b3a30dd5e4b582dc27aa993c9b4c.tar.gz ImageWorkshop-6288ef205136b3a30dd5e4b582dc27aa993c9b4c.tar.bz2 |
Linking the new installation guide
-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)
|