Method | Description | |
---|---|---|
JpegOptimizer ( ) : System.IO |
Initializes a new instance of the JpegOptimizer class.
|
|
LosslessCompress ( |
Performs lossless compression on speified the file. If the new file size is not smaller the file won't be overwritten.
|
|
LosslessCompress ( string fileName ) : void |
Performs lossless compression on speified the file. If the new file size is not smaller the file won't be overwritten.
|
Method | Description | |
---|---|---|
LosslessCompress ( |
public LosslessCompress ( |
||
file | The png file to optimize | |
return | void |
public LosslessCompress ( string fileName ) : void | ||
fileName | string | The png file to optimize |
return | void |