Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preserve transparency when loading from a file | kondou | 2014-09-10 | 1 | -0/+3 |
| | | | | Fix #7148 - again :) | ||||
* | unit tests for specific image type output added | Thomas Müller | 2014-03-17 | 1 | -2/+22 |
| | |||||
* | Check for $this->fileInfo and @depend on testData() | kondou | 2013-09-01 | 1 | -0/+3 |
| | |||||
* | Fix #4258, clean up \OC_Image and improve its unittest | kondou | 2013-08-30 | 1 | -9/+24 |
| | |||||
* | Update skipped tests messages | kondou | 2013-08-02 | 1 | -3/+3 |
| | |||||
* | Optimize image and skip mimetype test | kondou | 2013-08-01 | 1 | -0/+1 |
| | |||||
* | Cover more cases | kondou | 2013-08-01 | 1 | -17/+17 |
| | | | | | Use file_get_contents() and base64_encode(file_get_contents()), to load from data and base64, to cover more cases | ||||
* | Add OC_Image Unit Test | kondou | 2013-08-01 | 1 | -0/+220 |
data() somehow does not return, what file_get_contents() returns, so I skipped related tests. |