1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-12 19:14:01 +02:00

Adding testcase for #40

This commit is contained in:
Mikael Roos
2014-11-24 10:46:50 +01:00
parent 188f8cd64d
commit d4a03b70dd
4 changed files with 125 additions and 2 deletions

View File

@@ -133,6 +133,8 @@ Revision history
v0.5.x (latest)
* Improving template for tests in `webroot/tests` when testing out #40.
* Adding testcase for #40.
* Adding option `convolve` taking comma-separated list of 11 float-values, wraps and exposes `imageconvoluttion()`. #4
* Adding option `dpr, device-pixel-ratio` which defaults to 1. Set to 2 to get a twice as large image. Useful for Retina displays. Basically a shortcut to enlarge the image.
* Adding utility `cache.bash` to ease gathering stats on cache usage. #21