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

* Cache now uses same file extension as original image #37.

* Can output image as json format using `json` #11.
This commit is contained in:
Mikael Roos
2014-11-21 22:20:30 +01:00
parent ccc59fbb3a
commit ba45f746bb
3 changed files with 75 additions and 7 deletions

View File

@@ -131,6 +131,12 @@ Revision history
-------------------------------------
v0.5.x (latest)
* Cache now uses same file extension as original image #37.
* Can output image as json format using `json` #11.
v0.5.3 (2014-11-21)
* Support filenames of uppercase JPEG, JPG, PNG and GIF, as proposed in #37.