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) | Packs (removes unused space) the image file and saves to the specified file. (Inherited from ImageFileBase<T>) |
Pack(Stream,IProgressController) | Packs the image file and saves to specified stream. |
Pack(String,IProgressController) | Packs the image file and saves to specified file. |
Pack(Stream,EventHandler<ProgressEventArgs>) | Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>) |