Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |