Commit 3ccf099b by Qiang Xue

doc fix.

parent 00b403fc
......@@ -16,8 +16,8 @@ namespace yii\imagine;
* // thumb - saved on runtime path
* $imagePath = Yii::$app->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]);
* Image::thumbnail('@app/web/img/test-image.jpg', 120, 120)
* ->save('thumb-test-image.jpg', ['quality' => 50]);
* ~~~
*
* @author Antonio Ramirez <amigo.cobos@gmail.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment