summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 857be4b..2f97eee 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,12 @@ http://phpimageworkshop.com/
**Version 2.0.5 - 2013-11-12**
- Implementing interlace mode (http://php.net/manual/en/function.imageinterlace.php) on save() method to display progessive JPEG image
+
```php
$interlace = true; // set true to enable interlace, false by default
$layer->save($dirPath, $filename, $createFolders, $backgroundColor, $imageQuality, $interlace);
```
+
Thanks @dripolles (https://github.com/dripolles) & @johnhunt (https://github.com/johnhunt)
**Version 2.0.4 - 2013-09-11**