Browse Source

doc fix.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
3ccf099bc2
  1. 4
      extensions/yii/imagine/Image.php

4
extensions/yii/imagine/Image.php

@ -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>

Loading…
Cancel
Save