C# Class ImageProcessor.Web.ImageFactoryExtensions

Extends the ImageFactory class to provide a fluent API.
显示文件 Open project: JimBobSquarePants/ImageProcessor

Private Methods

Method Description
AutoProcess ( this factory, IWebGraphicsProcessor graphicsProcessors ) : ImageFactory

Auto processes image files based on any query string parameters added to the image path.

GetMatchingProcessors ( string querystring ) : IWebGraphicsProcessor[]

Returns an array of processors that match the given querystring.