Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix square images not getting proper thumbnails | Robin Appelman | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | crop and resize in a single step when creating thumbnail | Robin Appelman | 2012-03-26 | 1 | -6/+20 |
| | | | | also so more explicit memory cleanup | ||||
* | some more memory cleanup in OC_Image | Robin Appelman | 2012-03-26 | 1 | -4/+2 |
| | |||||
* | some more memory cleanup in OC_Image | Robin Appelman | 2012-03-26 | 1 | -0/+8 |
| | |||||
* | gallery migration to events system | Bartek Przybylski | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | Added method for loading from file handle. | Thomas Tanghus | 2012-02-16 | 1 | -16/+31 |
| | |||||
* | Send gallery album thumbnail with OC_Response::sendFile | Bart Visscher | 2012-02-13 | 1 | -0/+5 |
| | |||||
* | OC_Image: Move Content-Type header to show function | Bart Visscher | 2012-02-13 | 1 | -6/+4 |
| | |||||
* | OC_Image: Use valid function instead of checking the resource | Bart Visscher | 2012-02-12 | 1 | -7/+7 |
| | |||||
* | OC_Image: change static vars to object vars | Bart Visscher | 2012-02-09 | 1 | -115/+100 |
| | |||||
* | Change gallery thumbnail generation to OC_Image | Bart Visscher | 2012-02-08 | 1 | -1/+5 |
| | |||||
* | make oc_image work when php_exif isn't enabled | Robin Appelman | 2012-01-20 | 1 | -3/+5 |
| | |||||
* | Don't chunk_split encoded image string. | Thomas Tanghus | 2012-01-12 | 1 | -1/+1 |
| | | | | | Don't return json error but null if card can't be parsed. Small check for non-parsable card in index.php. | ||||
* | Just a comment ;-) | Thomas Tanghus | 2012-01-09 | 1 | -0/+1 |
| | |||||
* | Added fixOrientation method which rotates the image based on EXIF data. | Thomas Tanghus | 2012-01-05 | 1 | -2/+82 |
| | |||||
* | Wrong permission checking on file save. | Thomas Tanghus | 2012-01-04 | 1 | -3/+3 |
| | |||||
* | Content type header was sent when saving image to disk. | Thomas Tanghus | 2012-01-04 | 1 | -2/+2 |
| | |||||
* | OC_Image::__invoke didn't return anything thus causing ↵ | Thomas Tanghus | 2012-01-02 | 1 | -1/+1 |
| | | | | contacts/thumbnail.php to spit out lots of error messages. | ||||
* | Added more error checking and debug on missing image support. | Thomas Tanghus | 2012-01-02 | 1 | -6/+29 |
| | |||||
* | Added save() to OC_Image. | Thomas Tanghus | 2012-01-02 | 1 | -9/+44 |
| | |||||
* | Removed static declaration from loadFrom* methods. | Thomas Tanghus | 2012-01-02 | 1 | -7/+6 |
| | |||||
* | Mixed up two lines :-P | Thomas Tanghus | 2012-01-01 | 1 | -2/+2 |
| | |||||
* | Added image type specific loading and displaying. | Thomas Tanghus | 2012-01-01 | 1 | -11/+128 |
| | | | | | Added method 'valid()' to tell if image contains a valid resource. Renamed imageResource() to resource(). | ||||
* | Small fixes | Thomas Tanghus | 2012-01-01 | 1 | -3/+9 |
| | |||||
* | Removed some denug statements and an exception thrown. | Thomas Tanghus | 2012-01-01 | 1 | -4/+1 |
| | |||||
* | Added class OC_Image | Thomas Tanghus | 2012-01-01 | 1 | -0/+297 |