From 63112f58b10cf0064bf445ca401b3dd64763ff0a Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Sun, 31 Aug 2014 23:58:02 +0200 Subject: [PATCH] Cleaning up code #23, added rotate and autoRotate #36 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02664e..20fba66 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ v0.5.x (latest) * Broke API when `initDimensions()` split into two methods, new `initDimensions()` and `loadImageDetails()`. * Added `autoRotate,`aro` to auto rotate image based on EXIF information. -* Added `bgColor,`bgc` to use as backgroundcolor when needing a filler color. +* Added `bgColor,`bgc` to use as backgroundcolor when needing a filler color, for example rotate 45. * Added `rotate,`r` as an alias to `rotateAfter`. * Added `rotateBefore,`rb` to rotate image a certain angle before processing. * Added `rotateAfter,`ra` to rotate image a certain angle after processing.