Method | Description | |
---|---|---|
LosslessCompress ( |
Performs lossless compression on the file. If the new file size is not smaller the file won't be overwritten.
|
|
LosslessCompress ( string fileName ) : void |
Performs lossless compression on the file. If the new file size is not smaller the file won't be overwritten.
|
|
PngOptimizer ( ) : System.Collections.Generic |
Initializes a new instance of the PngOptimizer class.
|
Method | Description | |
---|---|---|
CheckFormat ( MagickImage image ) : void | ||
CheckTransparency ( MagickImage image ) : void | ||
DoLosslessCompress ( |
||
GetQualityList ( ) : IEnumerable |
public LosslessCompress ( |
||
file | The png file to optimize | |
return | void |
public LosslessCompress ( string fileName ) : void | ||
fileName | string | The png file to optimize |
return | void |
public PngOptimizer ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |