Overload | Description |
---|---|
Pack(Stream) | Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>) |
Pack(String,EventHandler<ProgressEventArgs>) | Packs (removes unused space) the image file and saves to the specified file. (Inherited from ImageFileBase<T>) |
Pack(String,IProgressController) | Method is not implemented. |
Pack(Stream,IProgressController) | Method is not implemented. |
Pack(String) | Packs (removes unused space) the image file and saves to the specified file. (Inherited from ImageFileBase<T>) |
Pack(Stream,EventHandler<ProgressEventArgs>) | Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>) |