summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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