追加ライブラリ画像処理関数Trim::createOn this pageTrim::create Save the image to specified location Description public void Trim::create() Example Controller$trim = $this->getClass('Tool/RSS', 'https://example.com/feed');$trim->setImage('path/to/image.jpg', 'path/to/converted.jpg');$trim->resizeTrim(300, 300, 'm');$trim->create();