1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-20 06:41:22 +02:00

Adding option taking comma-separated list of 11 float-values, wraps and exposes . #4

This commit is contained in:
Mikael Roos
2014-11-24 09:27:47 +01:00
parent 4dfbcd9784
commit 188f8cd64d
3 changed files with 91 additions and 4 deletions

View File

@@ -133,6 +133,7 @@ Revision history
v0.5.x (latest)
* 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
* Cache-directory can now be readonly and serve all cached files, still failing when need to save files. #5