Commit Graph

55 Commits (f8335c481569e2454ee7d9ca51256964885aa3c3)

Author SHA1 Message Date
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Isaac Rosenberg d3ea7feb6b Update lib/image.php 12 years ago
Jörn Friedrich Dreyer 28671d92c0 move code to better places 13 years ago
Jörn Friedrich Dreyer bb56581192 add php-doc 13 years ago
Jörn Friedrich Dreyer 43bfabf68f add bmp support 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller dfc8228fb4 NoSpaceAfterComma 13 years ago
Felix Moeller 5d640f9ae3 NoSpaceAfterComma 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Robin Appelman 697061fa9f add OC_Image::fitIn 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Robin Appelman 856d9c0b54 some indention fixes 13 years ago
Robin Appelman 48306a3c4f fix unused variables 13 years ago
Johannes Willnecker 570ea787f1 fixed typo 13 years ago
Johannes Willnecker 3e53bf4a86 Fix for oc-972, oc-1144 and oc-1191 13 years ago
Bartek Przybylski c11f6cc3f9 fix variable name and undefined index notice 13 years ago
Bartek Przybylski 3970be3d7f fix variable name and undefined index notice 13 years ago
Bartek Przybylski f1250a3867 add function in filesystem to strip webroot 13 years ago
Bartek Przybylski e7d1af48fb handle encrypted images files in oc_image 13 years ago
Bartek Przybylski 7ee722e0da removing app access check, fix title for links in tiles 13 years ago
Bartek Przybylski 9b2b5e0f6d git status 13 years ago
Bartek Przybylski 43501309e3 add function in filesystem to strip webroot 13 years ago
Bartek Przybylski 120997112c handle encrypted images files in oc_image 13 years ago
Bartek Przybylski 001293a702 removing app access check, fix title for links in tiles 13 years ago
Bartek Przybylski 6d211155ab git status 13 years ago
Thomas Tanghus 9dbb07b806 Added data() method to OC_Image to return raw image data. 13 years ago
Robin Appelman 266699ddf9 fix square images not getting proper thumbnails 13 years ago
Robin Appelman 73c6db5c8e crop and resize in a single step when creating thumbnail 13 years ago
Robin Appelman 0ba9332358 some more memory cleanup in OC_Image 13 years ago
Robin Appelman 0c19e44a61 some more memory cleanup in OC_Image 13 years ago
Bartek Przybylski f6075cc1fe gallery migration to events system 13 years ago
Thomas Tanghus 0e2531ba57 Added method for loading from file handle. 13 years ago
Bart Visscher 29fc82c364 Send gallery album thumbnail with OC_Response::sendFile 13 years ago
Bart Visscher 0fd5252cfc OC_Image: Move Content-Type header to show function 13 years ago
Bart Visscher 3eff161bbf OC_Image: Use valid function instead of checking the resource 13 years ago
Bart Visscher 8684e847b0 OC_Image: change static vars to object vars 13 years ago
Bart Visscher eb5de4d4f7 Change gallery thumbnail generation to OC_Image 13 years ago
Robin Appelman 6866165a37 make oc_image work when php_exif isn't enabled 13 years ago
Thomas Tanghus e60860148c Don't chunk_split encoded image string. 13 years ago
Thomas Tanghus 5f04b41ea6 Just a comment ;-) 13 years ago
Thomas Tanghus 2f86a6203a Added fixOrientation method which rotates the image based on EXIF data. 13 years ago
Thomas Tanghus d80b477ab5 Wrong permission checking on file save. 13 years ago
Thomas Tanghus 48a8f2a793 Content type header was sent when saving image to disk. 13 years ago
Thomas Tanghus b8cffbc0ee OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to spit out lots of error messages. 13 years ago
Thomas Tanghus 6a7fbf9d13 Added more error checking and debug on missing image support. 13 years ago
Thomas Tanghus c62c55fb81 Added save() to OC_Image. 13 years ago
Thomas Tanghus a8789ebe29 Removed static declaration from loadFrom* methods. 13 years ago