ImaggaTrait
trait ImaggaTrait
Trait ImaggaTrait
Methods
imaggaCrop(int|float|string|null $width = null, int|float|null $height = null)
Generates the best cropped version of the original image using the Imagga add-on.
imaggaScale(int|float|string|null $width = null, int|float|null $height = null)
Generates a smartly scaled image that perfectly fits the requested dimensions.
Details
static Imagga
imaggaCrop(int|float|string|null $width = null, int|float|null $height = null)
Generates the best cropped version of the original image using the Imagga add-on.
If no dimensions specified, Imagga automatically defines the best crop resolution.
static Imagga
imaggaScale(int|float|string|null $width = null, int|float|null $height = null)
Generates a smartly scaled image that perfectly fits the requested dimensions.