文件名称:imagine-svg:Contao Imagine SVG库
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-14 22:26:12
svg php cms image contao
Contao Imagine SVG库 该项目实现了的界面,并允许您对SVG图像进行简单的修改。 它在用于处理SVG图像的即时调整大小。 安装 php composer.phar require contao/imagine-svg 用法 use Contao \ ImagineSvg \ Imagine ; use Imagine \ Image \ Box ; use Imagine \ Image \ Point ; $ imagine = new Imagine (); $ imagine -> open ( '/path/to/image.svg' ) -> crop ( new Point ( 50 , 50 ), new Box ( 100 , 100 )) -> resize ( new Box ( 40 , 40 )) -> save
【文件预览】:
imagine-svg-1.x
----.gitignore(82B)
----codecov.yml(129B)
----src()
--------Imagine.php(4KB)
--------SvgBox.php(3KB)
--------Image.php(15KB)
--------Effects.php(7KB)
----composer.json(2KB)
----CHANGELOG.md(3KB)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------ImagineTest.php(7KB)
--------ImageTest.php(29KB)
--------SvgBoxTest.php(5KB)
--------EffectsTest.php(15KB)
----phpstan.neon.dist(210B)
----phpunit.xml.dist(587B)
----psalm.xml(1KB)
----.editorconfig(287B)