C# Class Downsize.ImageExtensions

Afficher le fichier Open project: ChaseFlorell/Downsize

Méthodes publiques

Méthode Description
Save ( this image, string path, System.Drawing.Imaging.ImageCodecInfo codec, bool dryRun ) : void

Extension method to help save out images. If codec is null, it'll save as original format

Method Details

Save() public static méthode

Extension method to help save out images. If codec is null, it'll save as original format
public static Save ( this image, string path, System.Drawing.Imaging.ImageCodecInfo codec, bool dryRun ) : void
image this Image to save
path string Path to save it to
codec System.Drawing.Imaging.ImageCodecInfo Codec to save as (can be null).
dryRun bool
Résultat void