1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <processing preserveExifMetaData =" false" >
3
+ <presets >
4
+ </presets >
5
+ <plugins >
6
+ <plugin name =" Alpha" type =" ImageProcessor.Web.Processors.Alpha, ImageProcessor.Web" />
7
+ <plugin name =" AutoRotate" type =" ImageProcessor.Web.Processors.AutoRotate, ImageProcessor.Web" />
8
+ <plugin name =" BackgroundColor" type =" ImageProcessor.Web.Processors.BackgroundColor, ImageProcessor.Web" />
9
+ <plugin name =" Brightness" type =" ImageProcessor.Web.Processors.Brightness, ImageProcessor.Web" />
10
+ <plugin name =" Contrast" type =" ImageProcessor.Web.Processors.Contrast, ImageProcessor.Web" />
11
+ <plugin name =" Crop" type =" ImageProcessor.Web.Processors.Crop, ImageProcessor.Web" />
12
+ <plugin name =" DetectEdges" type =" ImageProcessor.Web.Processors.DetectEdges, ImageProcessor.Web" />
13
+ <plugin name =" EntropyCrop" type =" ImageProcessor.Web.Processors.EntropyCrop, ImageProcessor.Web" />
14
+ <plugin name =" Filter" type =" ImageProcessor.Web.Processors.Filter, ImageProcessor.Web" />
15
+ <plugin name =" Flip" type =" ImageProcessor.Web.Processors.Flip, ImageProcessor.Web" />
16
+ <plugin name =" Format" type =" ImageProcessor.Web.Processors.Format, ImageProcessor.Web" />
17
+ <plugin name =" GaussianBlur" type =" ImageProcessor.Web.Processors.GaussianBlur, ImageProcessor.Web" >
18
+ <settings >
19
+ <setting key =" MaxSize" value =" 22" />
20
+ <setting key =" MaxSigma" value =" 5.1" />
21
+ <setting key =" MaxThreshold" value =" 100" />
22
+ </settings >
23
+ </plugin >
24
+ <plugin name =" GaussianSharpen" type =" ImageProcessor.Web.Processors.GaussianSharpen, 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 =" Halftone" type =" ImageProcessor.Web.Processors.Halftone, ImageProcessor.Web" />
32
+ <plugin name =" Hue" type =" ImageProcessor.Web.Processors.Hue, ImageProcessor.Web" />
33
+ <plugin name =" Mask" type =" ImageProcessor.Web.Processors.Mask, ImageProcessor.Web" >
34
+ <settings >
35
+ <setting key =" VirtualPath" value =" ~/images/imageprocessor/mask/" />
36
+ </settings >
37
+ </plugin >
38
+ <plugin name =" Meta" type =" ImageProcessor.Web.Processors.Meta, ImageProcessor.Web" />
39
+ <plugin name =" Overlay" type =" ImageProcessor.Web.Processors.Overlay, ImageProcessor.Web" >
40
+ <settings >
41
+ <setting key =" VirtualPath" value =" ~/images/imageprocessor/overlay/" />
42
+ </settings >
43
+ </plugin >
44
+ <plugin name =" Pixelate" type =" ImageProcessor.Web.Processors.Pixelate, ImageProcessor.Web" />
45
+ <plugin name =" Quality" type =" ImageProcessor.Web.Processors.Quality, ImageProcessor.Web" />
46
+ <plugin name =" ReplaceColor" type =" ImageProcessor.Web.Processors.ReplaceColor, ImageProcessor.Web" />
47
+ <plugin name =" Resize" type =" ImageProcessor.Web.Processors.Resize, ImageProcessor.Web" >
48
+ <settings >
49
+ <setting key =" MaxWidth" value =" 5000" />
50
+ <setting key =" MaxHeight" value =" 5000" />
51
+ </settings >
52
+ </plugin >
53
+ <plugin name =" Rotate" type =" ImageProcessor.Web.Processors.Rotate, ImageProcessor.Web" />
54
+ <plugin name =" RotateBounded" type =" ImageProcessor.Web.Processors.RotateBounded, ImageProcessor.Web" />
55
+ <plugin name =" RoundedCorners" type =" ImageProcessor.Web.Processors.RoundedCorners, ImageProcessor.Web" />
56
+ <plugin name =" Saturation" type =" ImageProcessor.Web.Processors.Saturation, ImageProcessor.Web" />
57
+ <plugin name =" Tint" type =" ImageProcessor.Web.Processors.Tint, ImageProcessor.Web" />
58
+ <plugin name =" Vignette" type =" ImageProcessor.Web.Processors.Vignette, ImageProcessor.Web" />
59
+ <plugin name =" Watermark" type =" ImageProcessor.Web.Processors.Watermark, ImageProcessor.Web" />
60
+ </plugins >
61
+ </processing >
0 commit comments