The problem is like this : i am following a yii tutorial in order to learn more about the framework, the tutorial is https://www.youtube.com/watch?v=whuIf33v2Ug&t=11365s and i found myself strugalling at 2:55:31 ( thumbnail resize ) , i installed the necesary dependencie using composer require yiisoft/yii2-imagine
and i wrote the code.
Image::getImagine()
->open($thumbnailPath)
->thumbnail(new Box(1280, 1280))
->save();
but for some reason i encountered this error and i can't figure out how to resolve it :
"Your system does not support any of these drivers: gmagick,imagick,gd2"