Driver
interface Driver (View source)
Methods
string
process(string $contents, ImagePipeline $pipeline)
Process the given image contents with the specified pipeline.
transformUsing(string $transformation, callable $callback)
Register a transformation handler.
Details
string
process(string $contents, ImagePipeline $pipeline)
Process the given image contents with the specified pipeline.
Driver
transformUsing(string $transformation, callable $callback)
Register a transformation handler.