1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-04-21 17:31:58 +02:00

after testing for v0.4

This commit is contained in:
Mikael Roos 2013-10-08 02:17:03 +02:00
parent 218bd9491a
commit c9d41ceca2
3 changed files with 7 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Cache files #
######################
cache/_*


View File

@ -100,7 +100,8 @@ v0.4 (2013-10-08)
* Added palette to create images with max 256 colors.
* Added usage of all parameters to README.md
* Added documentation here http://dbwebb.se/opensource/cimage
* Adding `.gitignore`
* Readding `cache` directory
v0.3 (2012-10-02)

View File

@ -108,7 +108,7 @@ if(isset($aspectRatios[$aspectRatio])) {
}
if($negateAspectRatio) {
$aspectRatio = 1 / $aspectRatioConvolution;
$aspectRatio = 1 / $aspectRatio;
}