| 1 | <?php |
||
| 14 | class ImageRotator extends Service { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * NOTE: This service has not been fully tested |
||
| 18 | * |
||
| 19 | * @param File $file |
||
| 20 | * @param int $rotation Degrees to rotate image clockwise, One value: 90, 180, 270 |
||
| 21 | * |
||
| 22 | * @throws UsageException |
||
| 23 | * @return bool |
||
| 24 | */ |
||
| 25 | public function rotate( File $file, $rotation ) { |
||
| 55 | |||
| 56 | } |
||
| 57 |