summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsybio <clement.guillemain@gmail.com>2013-11-12 23:29:20 +0100
committersybio <clement.guillemain@gmail.com>2013-11-12 23:29:20 +0100
commit2b58bcde5205956e4b439cfaa86fb88113442d72 (patch)
tree888c257baf3b83c811bcf07f5ace1034d69ef449
parentb044f4e9c560d7aec8acc29a7d07d085a0f7ce00 (diff)
downloadImageWorkshop-2b58bcde5205956e4b439cfaa86fb88113442d72.zip
ImageWorkshop-2b58bcde5205956e4b439cfaa86fb88113442d72.tar.gz
ImageWorkshop-2b58bcde5205956e4b439cfaa86fb88113442d72.tar.bz2
Now fixing snippet2.0.5
-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**