aboutsummaryrefslogtreecommitdiffstats
path: root/lib/image.php
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanupBart Visscher2013-01-161-1/+1
* Update lib/image.phpIsaac Rosenberg2012-12-011-1/+1
* move code to better placesJörn Friedrich Dreyer2012-11-121-141/+136
* add php-docJörn Friedrich Dreyer2012-11-121-6/+23
* add bmp supportJörn Friedrich Dreyer2012-11-121-3/+252
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* NoSpaceAfterCommaFelix Moeller2012-10-281-10/+10
* NoSpaceAfterCommaFelix Moeller2012-10-281-32/+32
* Whitespace cleanupBart Visscher2012-10-141-1/+1
* add OC_Image::fitInRobin Appelman2012-09-081-15/+23
* adding space between) and {Thomas Mueller2012-09-071-5/+5
* Whitespace fixes in libBart Visscher2012-08-291-4/+4
* some indention fixesRobin Appelman2012-07-241-7/+6
* fix unused variablesRobin Appelman2012-07-201-6/+3
* fixed typoJohannes Willnecker2012-07-101-1/+1
* Fix for oc-972, oc-1144 and oc-1191Johannes Willnecker2012-07-101-9/+71
* fix variable name and undefined index noticeBartek Przybylski2012-06-101-1/+1
* add function in filesystem to strip webrootBartek Przybylski2012-06-091-6/+1
* handle encrypted images files in oc_imageBartek Przybylski2012-06-091-4/+7
* removing app access check, fix title for links in tilesBartek Przybylski2012-06-091-1/+5
* git statusBartek Przybylski2012-06-061-2/+30
* Added data() method to OC_Image to return raw image data.Thomas Tanghus2012-06-051-4/+11
* 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