Method | Description | |
---|---|---|
GifOptimizer ( ) : System.IO |
Initializes a new instance of the GifOptimizer class.
|
|
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.
|
Method | Description | |
---|---|---|
CheckFormat ( MagickImage image ) : void | ||
DoLosslessCompress ( |
||
DoLosslessCompress ( |
public LosslessCompress ( |
||
file | The png file to optimize | |
return | void |
public LosslessCompress ( string fileName ) : void | ||
fileName | string | The png file to optimize |
return | void |