Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2020
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <processing preserveExifMetaData="false" metaDataMode="None" fixGamma="false" interceptAllRequests="false" allowCacheBuster="true">
  3.  
  4.  
  5. <presets>
  6.   </presets><plugins>
  7.     <plugin name="Alpha" type="ImageProcessor.Web.Processors.Alpha, ImageProcessor.Web" />
  8.     <plugin name="AutoRotate" type="ImageProcessor.Web.Processors.AutoRotate, ImageProcessor.Web" enabled="true" />
  9.     <plugin name="Background" type="ImageProcessor.Web.Processors.Background, ImageProcessor.Web">
  10.       <settings>
  11.         <setting key="VirtualPath" value="~/images/imageprocessor/background/" />
  12.       </settings>
  13.     </plugin>
  14.     <plugin name="BackgroundColor" type="ImageProcessor.Web.Processors.BackgroundColor, ImageProcessor.Web" enabled="true" />
  15.     <plugin name="Brightness" type="ImageProcessor.Web.Processors.Brightness, ImageProcessor.Web" />
  16.     <plugin name="Contrast" type="ImageProcessor.Web.Processors.Contrast, ImageProcessor.Web" />
  17.     <plugin name="Crop" type="ImageProcessor.Web.Processors.Crop, ImageProcessor.Web" enabled="true" />
  18.     <plugin name="DetectEdges" type="ImageProcessor.Web.Processors.DetectEdges, ImageProcessor.Web" />
  19.     <plugin name="EntropyCrop" type="ImageProcessor.Web.Processors.EntropyCrop, ImageProcessor.Web" />
  20.     <plugin name="Filter" type="ImageProcessor.Web.Processors.Filter, ImageProcessor.Web" />
  21.     <plugin name="Flip" type="ImageProcessor.Web.Processors.Flip, ImageProcessor.Web" />
  22.     <plugin name="Format" type="ImageProcessor.Web.Processors.Format, ImageProcessor.Web" enabled="true" />
  23.     <plugin name="Gamma" type="ImageProcessor.Web.Processors.Gamma, ImageProcessor.Web" />
  24.     <plugin name="GaussianBlur" type="ImageProcessor.Web.Processors.GaussianBlur, ImageProcessor.Web">
  25.       <settings>
  26.         <setting key="MaxSize" value="22" />
  27.         <setting key="MaxSigma" value="5.1" />
  28.         <setting key="MaxThreshold" value="100" />
  29.       </settings>
  30.     </plugin>
  31.     <plugin name="GaussianSharpen" type="ImageProcessor.Web.Processors.GaussianSharpen, ImageProcessor.Web">
  32.       <settings>
  33.         <setting key="MaxSize" value="22" />
  34.         <setting key="MaxSigma" value="5.1" />
  35.         <setting key="MaxThreshold" value="100" />
  36.       </settings>
  37.     </plugin>
  38.     <plugin name="Halftone" type="ImageProcessor.Web.Processors.Halftone, ImageProcessor.Web" />
  39.     <plugin name="Hue" type="ImageProcessor.Web.Processors.Hue, ImageProcessor.Web" />
  40.     <plugin name="Mask" type="ImageProcessor.Web.Processors.Mask, ImageProcessor.Web">
  41.       <settings>
  42.         <setting key="VirtualPath" value="~/images/imageprocessor/mask/" />
  43.       </settings>
  44.     </plugin>
  45.     <plugin name="Meta" type="ImageProcessor.Web.Processors.Meta, ImageProcessor.Web" />
  46.     <plugin name="Overlay" type="ImageProcessor.Web.Processors.Overlay, ImageProcessor.Web">
  47.       <settings>
  48.         <setting key="VirtualPath" value="~/images/imageprocessor/overlay/" />
  49.       </settings>
  50.     </plugin>
  51.     <plugin name="Pixelate" type="ImageProcessor.Web.Processors.Pixelate, ImageProcessor.Web" />
  52.     <plugin name="Quality" type="ImageProcessor.Web.Processors.Quality, ImageProcessor.Web" enabled="true" />
  53.     <plugin name="ReplaceColor" type="ImageProcessor.Web.Processors.ReplaceColor, ImageProcessor.Web" />
  54.     <plugin name="Resize" type="ImageProcessor.Web.Processors.Resize, ImageProcessor.Web" enabled="true">
  55.       <settings>
  56.         <setting key="MaxWidth" value="5000" />
  57.         <setting key="MaxHeight" value="5000" />
  58.       </settings>
  59.     </plugin>
  60.     <plugin name="Rotate" type="ImageProcessor.Web.Processors.Rotate, ImageProcessor.Web" />
  61.     <plugin name="RotateBounded" type="ImageProcessor.Web.Processors.RotateBounded, ImageProcessor.Web" />
  62.     <plugin name="RoundedCorners" type="ImageProcessor.Web.Processors.RoundedCorners, ImageProcessor.Web" />
  63.     <plugin name="Saturation" type="ImageProcessor.Web.Processors.Saturation, ImageProcessor.Web" />
  64.     <plugin name="Tint" type="ImageProcessor.Web.Processors.Tint, ImageProcessor.Web" />
  65.     <plugin name="Vignette" type="ImageProcessor.Web.Processors.Vignette, ImageProcessor.Web" />
  66.     <plugin name="Watermark" type="ImageProcessor.Web.Processors.Watermark, ImageProcessor.Web" />
  67.   </plugins></processing>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement