1
0
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:
Oliver Vogel
2022-02-19 09:03:08 +01:00
parent 03431a2155
commit 9828c9310c
2 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -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