getBasePath() . '/web/img/test-image.jpg'; * $runtimePath = Yii::$app->getRuntimePath(); * Image::thumbnail('@app/web/img/test-image.jpg', 120, 120) * ->save('thumb-test-image.jpg', ['quality' => 50]); * ~~~ * * @author Antonio Ramirez * @author Qiang Xue * @since 2.0 */ class Image extends BaseImage { }