Méthode | Description | |
---|---|---|
IsSupported ( |
Returns true when the supplied file name is supported based on the extension of the file.
|
|
IsSupported ( |
Returns true when the supplied formation information is supported.
|
|
IsSupported ( string fileName ) : bool |
Returns true when the supplied file name is supported based on the extension of the file.
|
|
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 speified the file. If the new file size is not smaller the file won't be overwritten.
|
Méthode | Description | |
---|---|---|
CreateImageOptimizers ( ) : Collection |
||
DoLosslessCompress ( |
||
GetFormatInformation ( |
||
GetOptimizer ( |
public IsSupported ( |
||
file | The file to check. | |
Résultat | bool |
public IsSupported ( |
||
formatInfo | The format information to check. | |
Résultat | bool |
public IsSupported ( string fileName ) : bool | ||
fileName | string | The name of the file to check. |
Résultat | bool |
public LosslessCompress ( |
||
file | The image file to optimize | |
Résultat | void |
public LosslessCompress ( string fileName ) : void | ||
fileName | string | The name of the image file to optimize |
Résultat | void |