Overload | Description |
---|---|
Save(Stream,EventHandler<ProgressEventArgs>) | Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
Save(Stream) | Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
Save(String,EventHandler<ProgressEventArgs>) | Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
Save(Stream,IProgressController) | Saves this TGA file to specified stream. |
Save(String,IProgressController) | Saves this TGA file to specified file. |
Save(String) | Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |