summaryrefslogtreecommitdiffstats
path: root/lib/image.php
Commit message (Expand)AuthorAgeFilesLines
* fix square images not getting proper thumbnailsRobin Appelman2012-03-271-1/+1
* crop and resize in a single step when creating thumbnailRobin Appelman2012-03-261-6/+20
* some more memory cleanup in OC_ImageRobin Appelman2012-03-261-4/+2
* some more memory cleanup in OC_ImageRobin Appelman2012-03-261-0/+8
* gallery migration to events systemBartek Przybylski2012-03-111-1/+1
* Added method for loading from file handle.Thomas Tanghus2012-02-161-16/+31
* Send gallery album thumbnail with OC_Response::sendFileBart Visscher2012-02-131-0/+5
* OC_Image: Move Content-Type header to show functionBart Visscher2012-02-131-6/+4
* OC_Image: Use valid function instead of checking the resourceBart Visscher2012-02-121-7/+7
* OC_Image: change static vars to object varsBart Visscher2012-02-091-115/+100
* Change gallery thumbnail generation to OC_ImageBart Visscher2012-02-081-1/+5
* 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