aboutsummaryrefslogtreecommitdiffstats
path: root/lib/image.php
Commit message (Expand)AuthorAgeFilesLines
...
* OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php...Thomas Tanghus2012-01-021-1/+1
* Added more error checking and debug on missing image support.Thomas Tanghus2012-01-021-6/+29
* Added save() to OC_Image.Thomas Tanghus2012-01-021-9/+44
* Removed static declaration from loadFrom* methods.Thomas Tanghus2012-01-021-7/+6
* Mixed up two lines :-PThomas Tanghus2012-01-011-2/+2
* Added image type specific loading and displaying.Thomas Tanghus2012-01-011-11/+128
* Small fixesThomas Tanghus2012-01-011-3/+9
* Removed some denug statements and an exception thrown.Thomas Tanghus2012-01-011-4/+1
* Added class OC_ImageThomas Tanghus2012-01-011-0/+297