Method | Description | |
---|---|---|
ProcessDirectory ( string path ) : bool |
Executes the image optimizer on a specific subdirectory of the root image directory (non-recursive)
|
Method | Description | |
---|---|---|
DeleteSpriteFile ( string path ) : bool |
Checks if the image at the path is a sprite generated by the framework, and deletes it if it was
|
|
GenerateCss ( |
||
GenerateCssBackgroundLow ( string identation, |
||
GenerateSprite ( string path, |
||
GenerateSpriteFileName ( string fileExtension ) : string | ||
GetEncoderInfo ( string format ) : System.Drawing.Imaging.ImageCodecInfo | ||
GetOffsetPosition ( int offset ) : string | ||
GetSettings ( string path ) : |
||
GetTrimmedPath ( string path ) : string | ||
IsOutputSprite ( string path ) : bool |
Checks if an image (passed by path or image name) is a sprite image or CSS file created by the framework
|
|
MakeCssSelector ( string pathToImage ) : string | ||
MakePathRelative ( string fullPath ) : string | ||
PerformOptimizations ( string path, |
||
TrimPathForCss ( string pathToImage ) : string |
public ProcessDirectory ( string path ) : bool | ||
path | string | The path to the directory to be rebuilt |
return | bool |