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