You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
877 B
18 lines
877 B
3 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
|
||
|
<id>com.fr.plugin.third.party.jsdiehc</id>
|
||
|
<name><![CDATA[图片压缩函数]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>0.2</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2019-01-01</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description><![CDATA[
|
||
|
图片压缩函数
|
||
|
]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
]]></change-notes>
|
||
|
<extra-core>
|
||
|
<FunctionDefineProvider class="com.fr.plugin.third.party.jsdiehc.function.ImageCompressionScaleFunction" name="IMAGE_COMPRESSION_SCALE" description="图片压缩函数。IMAGE_COMPRESSION_SCALE(image, [quality]),image:图片对象;quality:压缩质量率,值为0至1,1或0为不压缩"/>
|
||
|
</extra-core>
|
||
|
<function-recorder class="com.fr.plugin.third.party.jsdiehc.function.ImageCompressionScaleFunction"/>
|
||
|
</plugin>
|