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