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

Add all code into one single script #73

This commit is contained in:
Mikael Roos
2015-01-27 22:40:28 +01:00
parent 5e08e5ed80
commit 3452ea1908
8 changed files with 4050 additions and 42 deletions

View File

@@ -2,9 +2,9 @@
/**
* Resize and crop images on the fly, store generated images in a cache.
*
* @author Mikael Roos mos@dbwebb.se
* @author Mikael Roos mos@dbwebb.se
* @example http://dbwebb.se/opensource/cimage
* @link https://github.com/mosbth/cimage
* @link https://github.com/mosbth/cimage
*/
class CImage
{