@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Thermal\Graphics; |
4 | 4 | |
5 | -use Thermal\Printer; |
|
6 | -use Thermal\Buffer\Encoding; |
|
7 | -use Thermal\Connection\Connection; |
|
8 | 5 | use Thermal\Graphics\Filter\FloydSteinberg; |
9 | 6 | |
10 | 7 | class Image |