XF 2.0 Crop image attachments

XenConcept

Well-known member
I am trying to resize the image of attachments. When I upload an image I would like to resize it to a specific size is it possible?

So far I'm getting the following error :

Screenshot_2.webp

PHP:
$image = $this->app->imageManager()->imageFromFile($attachment->getThumbnailUrl());

I tried various methods without success.

Regards
 
Top Bottom