mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 00:43:59 +02:00
Removed unused code
This commit is contained in:
@@ -2,16 +2,9 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Drivers\Gd;
|
namespace Intervention\Image\Drivers\Gd;
|
||||||
|
|
||||||
use GdImage;
|
|
||||||
use Intervention\Image\Collection;
|
|
||||||
use Intervention\Image\Drivers\Abstract\AbstractImage;
|
use Intervention\Image\Drivers\Abstract\AbstractImage;
|
||||||
use Intervention\Image\Drivers\Gd\Frame;
|
|
||||||
use Intervention\Image\Geometry\Resizer;
|
|
||||||
use Intervention\Image\Geometry\Size;
|
|
||||||
use Intervention\Image\Interfaces\ColorInterface;
|
use Intervention\Image\Interfaces\ColorInterface;
|
||||||
use Intervention\Image\Interfaces\EncoderInterface;
|
|
||||||
use Intervention\Image\Interfaces\ImageInterface;
|
use Intervention\Image\Interfaces\ImageInterface;
|
||||||
use Intervention\Image\Interfaces\SizeInterface;
|
|
||||||
use IteratorAggregate;
|
use IteratorAggregate;
|
||||||
|
|
||||||
class Image extends AbstractImage implements ImageInterface, IteratorAggregate
|
class Image extends AbstractImage implements ImageInterface, IteratorAggregate
|
||||||
|
@@ -2,14 +2,9 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Drivers\Imagick;
|
namespace Intervention\Image\Drivers\Imagick;
|
||||||
|
|
||||||
use Imagick;
|
|
||||||
use Intervention\Image\Collection;
|
|
||||||
use Intervention\Image\Drivers\Abstract\AbstractImage;
|
use Intervention\Image\Drivers\Abstract\AbstractImage;
|
||||||
use Intervention\Image\Drivers\Imagick\Frame;
|
|
||||||
use Intervention\Image\Geometry\Size;
|
|
||||||
use Intervention\Image\Interfaces\ColorInterface;
|
use Intervention\Image\Interfaces\ColorInterface;
|
||||||
use Intervention\Image\Interfaces\ImageInterface;
|
use Intervention\Image\Interfaces\ImageInterface;
|
||||||
use Intervention\Image\Interfaces\SizeInterface;
|
|
||||||
use IteratorAggregate;
|
use IteratorAggregate;
|
||||||
|
|
||||||
class Image extends AbstractImage implements ImageInterface, IteratorAggregate
|
class Image extends AbstractImage implements ImageInterface, IteratorAggregate
|
||||||
|
Reference in New Issue
Block a user