Skip to content

Instantly share code, notes, and snippets.

@eeverts
eeverts / ImageManipulator.php
Last active December 9, 2019 20:55
Image manipulation class, provides cropping, resampling and canvas resize
<?php
class ImageManipulator
{
/**
* @var int
*/
protected $width;
/**
* @var int