Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit test for ImageWorkshop::initFromPath factory through HTTP | Jérémy DECOOL | 2015-07-05 | 1 | -1/+11 |
| | |||||
* | Fix exception code when file not found | Jérémy DECOOL | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #68 from jdecool/save-error-management | Jérémy DECOOL | 2015-03-27 | 1 | -1/+76 |
|\ | | | | | Throw an exception when save process failed | ||||
| * | Add some unit tests | jeremy | 2015-03-26 | 1 | -1/+76 |
| | | |||||
* | | Update ImageWorkshop::initFromPath to allow load image from URL | Jérémy DECOOL | 2015-03-21 | 1 | -2/+9 |
|/ | |||||
* | Class autoloader configuration | jeremy | 2015-03-16 | 1 | -1/+3 |
| | |||||
* | Disable some test with PHP >= 5.5 due to PHP GD extension bug | jeremy | 2015-03-16 | 1 | -2/+8 |
| | |||||
* | Added method ImageWorkshopLayer::cropToAspectRatio() | Arnold Daniels | 2014-01-26 | 1 | -0/+118 |
| | | | This methods crop either to width or height of the document to match the aspect ratio. | ||||
* | Added method ImageWorkshopLayer::resizeToFix() | Arnold Daniels | 2014-01-26 | 1 | -0/+48 |
| | | | This methods resizes an image to fit a bounding box. | ||||
* | Add a test for exception2.0.3 | sybio | 2013-06-18 | 1 | -0/+7 |
| | |||||
* | Add unit tests for rotate method | sybio | 2013-06-18 | 1 | -0/+48 |
| | |||||
* | Add unit tests for crop methods and one exception | sybio | 2013-06-18 | 1 | -0/+150 |
| | |||||
* | Add unit tests for resize methods | sybio | 2013-06-18 | 1 | -14/+292 |
| | |||||
* | New version: 2.0.0 | sybio | 2012-11-20 | 6 | -772/+913 |
| | |||||
* | - Modifying the syntax of the test file | sybio | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | - Correction of the "require_once" path to the class | sybio | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | **Version 1.2.3 - 2012-08-30** | sybio | 2012-08-30 | 1 | -2/+2 |
| | | | | | | | | - Fixing a position bug when cropping with some positioning choices on crop() method - Changing the comportment of updateLayerPositionsAfterCropping(), an internal method - Removing useless cropBackground() method - Refactoring crop() method (comportment doesn't change) - Updating the lib path in the test file | ||||
* | Adding some unit tests. Refactoring clearStack() and delete() methods. | sybio | 2012-05-19 | 1 | -18/+53 |
| | |||||
* | Changing the name of the properties layersPositions and layersLevels for ↵ | sybio | 2012-05-19 | 1 | -59/+71 |
| | | | | layerPositions and layerLevels | ||||
* | Add mergeDown() method (with unit tests) | sybio | 2012-05-19 | 1 | -6/+25 |
| | |||||
* | Refactoring rotate method | sybio | 2012-05-13 | 1 | -2/+1 |
| | |||||
* | Add moveDown, moveUp, moveBottom, moveTop, moveTo methods (units tested) | sybio | 2012-05-13 | 1 | -31/+475 |
| | |||||
* | Added some tests | sybio | 2012-05-04 | 1 | -27/+207 |
| | |||||
* | Unit test structure | sybio | 2012-04-24 | 1 | -0/+126 |