summaryrefslogtreecommitdiffstats
path: root/lib/image.php
Commit message (Expand)AuthorAgeFilesLines
* make oc_image work when php_exif isn't enabledRobin Appelman2012-01-201-3/+5
* Don't chunk_split encoded image string.Thomas Tanghus2012-01-121-1/+1
* Just a comment ;-)Thomas Tanghus2012-01-091-0/+1
* Added fixOrientation method which rotates the image based on EXIF data.Thomas Tanghus2012-01-051-2/+82
* Wrong permission checking on file save.Thomas Tanghus2012-01-041-3/+3
* Content type header was sent when saving image to disk.Thomas Tanghus2012-01-041-2/+2
* 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