index.php 277 Bytes
<?php
    
    /* @var $this yii\web\View */
    
    use artweb\artbox\core\helpers\ImageHelper;
    
    $this->title = 'My Yii Application';
    
    echo ImageHelper::set('@storage/test.jpg')
                    ->strictResize(500, 500)
                    ->renderImage();