From f8441e3f836b480e6c39229e6f6b34e9a91f93c7 Mon Sep 17 00:00:00 2001 From: Stefan Bartko Date: Sun, 19 Jan 2014 22:10:06 +0100 Subject: [PATCH] Added more examples --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d7c6846..ce73c97 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,8 @@ This is output $resizer->outputFormat(\StefanoImage\Image::OUTPUT_FORMAT_PNG); ``` +- change output quality + +``` +$resizer->quality(15); +``` \ No newline at end of file