1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-16 13:04:13 +02:00

Changing ppi to dpr. #25

This commit is contained in:
Mikael Roos
2014-11-24 07:41:32 +01:00
parent 35dd5c9064
commit 4dfbcd9784
3 changed files with 14 additions and 14 deletions

View File

@@ -133,7 +133,7 @@ Revision history
v0.5.x (latest)
* Adding option `ppi` 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 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
* Cache now uses same file extension as original image #37.