Intervention / image

PHP Image Processing
https://image.intervention.io
MIT License
13.84k stars 1.5k forks source link

Trim Modifier #1322

Closed olivervogel closed 5 months ago

olivervogel commented 5 months ago

Adds the option to automatically remove image sections with similar colors.

Example

$image = ImageManager::withDriver($driver)
    ->read('example.jpg')
    ->trim(10);