1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-30 21:20:11 +02:00

Cleaning up code #23, added rotate and autoRotate #36

This commit is contained in:
Mikael Roos
2014-08-31 23:58:02 +02:00
parent c96ed10f80
commit 63112f58b1

View File

@@ -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.