mirror of https://github.com/SixLabors/ImageSharp
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.
42 lines
2.4 KiB
42 lines
2.4 KiB
<processing preserveExifMetaData="false">
|
|
<presets>
|
|
</presets>
|
|
<plugins autoLoadPlugins="true">
|
|
<plugin name="Alpha" type="ImageProcessor.Web.Processors.Alpha, ImageProcessor.Web"/>
|
|
<plugin name="AutoRotate" type="ImageProcessor.Web.Processors.AutoRotate, ImageProcessor.Web"/>
|
|
<plugin name="BackgroundColor" type="ImageProcessor.Web.Processors.BackgroundColor, ImageProcessor.Web"/>
|
|
<plugin name="Brightness" type="ImageProcessor.Web.Processors.Brightness, ImageProcessor.Web"/>
|
|
<plugin name="Contrast" type="ImageProcessor.Web.Processors.Contrast, ImageProcessor.Web"/>
|
|
<plugin name="Crop" type="ImageProcessor.Web.Processors.Crop, ImageProcessor.Web"/>
|
|
<plugin name="Filter" type="ImageProcessor.Web.Processors.Filter, ImageProcessor.Web"/>
|
|
<plugin name="Flip" type="ImageProcessor.Web.Processors.Flip, ImageProcessor.Web"/>
|
|
<plugin name="Format" type="ImageProcessor.Web.Processors.Format, ImageProcessor.Web"/>
|
|
<plugin name="GaussianBlur" type="ImageProcessor.Web.Processors.GaussianBlur, ImageProcessor.Web">
|
|
<settings>
|
|
<setting key="MaxSize" value="22"/>
|
|
<setting key="MaxSigma" value="5.1"/>
|
|
<setting key="MaxThreshold" value="100"/>
|
|
</settings>
|
|
</plugin>
|
|
<plugin name="GaussianSharpen" type="ImageProcessor.Web.Processors.GaussianSharpen, ImageProcessor.Web">
|
|
<settings>
|
|
<setting key="MaxSize" value="22"/>
|
|
<setting key="MaxSigma" value="5.1"/>
|
|
<setting key="MaxThreshold" value="100"/>
|
|
</settings>
|
|
</plugin>
|
|
<plugin name="Quality" type="ImageProcessor.Web.Processors.Quality, ImageProcessor.Web"/>
|
|
<plugin name="Resize" type="ImageProcessor.Web.Processors.Resize, ImageProcessor.Web">
|
|
<settings>
|
|
<setting key="MaxWidth" value="5000"/>
|
|
<setting key="MaxHeight" value="5000"/>
|
|
</settings>
|
|
</plugin>
|
|
<plugin name="Rotate" type="ImageProcessor.Web.Processors.Rotate, ImageProcessor.Web"/>
|
|
<plugin name="RoundedCorners" type="ImageProcessor.Web.Processors.RoundedCorners, ImageProcessor.Web"/>
|
|
<plugin name="Saturation" type="ImageProcessor.Web.Processors.Saturation, ImageProcessor.Web"/>
|
|
<plugin name="Tint" type="ImageProcessor.Web.Processors.Tint, ImageProcessor.Web"/>
|
|
<plugin name="Vignette" type="ImageProcessor.Web.Processors.Vignette, ImageProcessor.Web"/>
|
|
<plugin name="Watermark" type="ImageProcessor.Web.Processors.Watermark, ImageProcessor.Web"/>
|
|
</plugins>
|
|
</processing>
|