summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsybio <clement.guillemain@gmail.com>2012-10-17 16:42:09 +0200
committersybio <clement.guillemain@gmail.com>2012-10-17 16:42:09 +0200
commitffd71a209f40cecac064220e35b5f413fc053a6c (patch)
tree943d17bb0d20bf88347ad065512d0a2862b87d7c
parent49532495e59bb3caf5cfd1af549a11471582025c (diff)
parent8fbf0deef257ff65dd388aa17a61ad25f33cb132 (diff)
downloadImageWorkshop-ffd71a209f40cecac064220e35b5f413fc053a6c.zip
ImageWorkshop-ffd71a209f40cecac064220e35b5f413fc053a6c.tar.gz
ImageWorkshop-ffd71a209f40cecac064220e35b5f413fc053a6c.tar.bz2
Merge branch 'master' of github.com:Sybio/ImageWorkshop
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8c7ec67..e81e94a 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,10 @@ http://phpimageworkshop.com/
- Fixing a transparency bug when saving a layer as PNG which has no sublayer.
**Version 1.3.0 - 2012-10-11**
-- You are able to apply a horizontal or vertical flip (transformation) on a layer
+- You are able to apply a horizontal or vertical flip (transformation) on a layer:
+
```php
- $layer->flip('horizontal');
+$layer->flip('horizontal');
```
- Refactoring mergeTwoImages() method.
@@ -58,14 +59,12 @@ apply a rotation (->rotate()) and then an opacity (->opacity()) on a layer witho
**What's new in the doc' ?**
+- 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
-- Tutorial "Beautify your images with filters": http://phpimageworkshop.com/tutorial/4/beautify-images-filters.html
-- Quickstart page to learn the class faster: http://phpimageworkshop.com/quickstart.html
### @todo
-- Layer reverse (horizontal or vertical flip)
- Adding a method to add easily borders to a layer (external, inside and middle border)
### Contributors