diff options
author | Clément Guillemain <clement.guillemain@gmail.com> | 2012-10-11 17:37:18 +0300 |
---|---|---|
committer | Clément Guillemain <clement.guillemain@gmail.com> | 2012-10-11 17:37:18 +0300 |
commit | 6ea69d5b47d1e2c91ffdb1998f211eca58417244 (patch) | |
tree | 71e53f3e06181316f42ec04c456b2b58fc134588 | |
parent | 16f51cb011ae2ac7063bf689c3b4fdb574a39613 (diff) | |
download | ImageWorkshop-6ea69d5b47d1e2c91ffdb1998f211eca58417244.zip ImageWorkshop-6ea69d5b47d1e2c91ffdb1998f211eca58417244.tar.gz ImageWorkshop-6ea69d5b47d1e2c91ffdb1998f211eca58417244.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,9 +12,10 @@ http://phpimageworkshop.com/ ### Latest updates
**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.
|