abstract class AbstractImage implements ImageInterface
Methods
ManipulatorInterface |
thumbnail(BoxInterface $size, string $mode = ImageInterface::THUMBNAIL_INSET, string $filter = ImageInterface::FILTER_UNDEFINED)
Generates a thumbnail from a current image Returns it as a new image, doesn't modify the current image |
|
MetadataInterface |
metadata()
Returns the Image's meta data |
|
__clone()
Assures the metadata instance will be cloned, too |
Details
at line 27
public ManipulatorInterface
thumbnail(BoxInterface $size, string $mode = ImageInterface::THUMBNAIL_INSET, string $filter = ImageInterface::FILTER_UNDEFINED)
Generates a thumbnail from a current image Returns it as a new image, doesn't modify the current image
at line 103
public MetadataInterface
metadata()
Returns the Image's meta data
at line 111
public
__clone()
Assures the metadata instance will be cloned, too