summaryrefslogtreecommitdiffstats
path: root/lib/image.php
Commit message (Expand)AuthorAgeFilesLines
* Check for $this->fileInfo and @depend on testData()kondou2013-09-011-2/+2
* Merge branch 'master' into fix_4258kondou2013-08-311-0/+5
|\
| * check if ->resource is a resourceGeorg Ehrke2013-08-151-2/+4
| * fix svg and cache transparency issueGeorg Ehrke2013-08-151-0/+3
| * suppress is_file error msgGeorg Ehrke2013-08-051-1/+1
* | Fix #4258, clean up \OC_Image and improve its unittestkondou2013-08-301-136/+165
* | Don't throw a fatal, if is_file() parameter isn'tkondou2013-08-011-1/+1
|/
* Update image.phpj-ed2013-03-021-2/+9
* Whitespace fixesBart Visscher2013-02-221-1/+1
* keep transparency when resizing or cropping png/gifJörn Friedrich Dreyer2013-02-221-0/+15
* Style-fix: Breakup long linesBart Visscher2013-02-141-8/+24
* merge master into filesystemRobin Appelman2013-01-161-1/+1
|\
| * Whitespace cleanupBart Visscher2013-01-161-1/+1
* | merge master into filesystemRobin Appelman2012-12-031-1/+1
|\|
| * Update lib/image.phpIsaac Rosenberg2012-12-011-1/+1
* | merge master into filesystemRobin Appelman2012-11-211-24/+285
|\|
| * 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
* | merge master into filesystemRobin Appelman2012-11-041-1/+1
|\|
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* | merge master into filesystemRobin Appelman2012-10-301-36/+36
|\|
| * NoSpaceAfterCommaFelix Moeller2012-10-281-10/+10
| * NoSpaceAfterCommaFelix Moeller2012-10-281-32/+32
* | merge master into filesystemRobin Appelman2012-10-171-1/+1
|\|
| * Whitespace cleanupBart Visscher2012-10-141-1/+1
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-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