Good, so I cannot create thumbnail like so:
$image = new Kirby\Image\image("assets/images/myimage.jpg");
$image->thumb(['width'=> 320])->url();
Good, so I cannot create thumbnail like so:
$image = new Kirby\Image\image("assets/images/myimage.jpg");
$image->thumb(['width'=> 320])->url();