Kalan Brock
Results
1
issues of
Kalan Brock
```php $full_image = Image::make(storage_path('app/images_to_import/' . $product['file_name'])); $full_width = $full_image->width(); $full_image->crop($full_width, 288)->trim('bottom-right', null, 60)->save(storage_path('app/generated_images/' . $file_name . '.webp', 100, 'webp')); ``` I've tried with both GD and Imagick. It's leaving a...