WorkspaceSave Method |
Name | Description | |
---|---|---|
Save(Stream, ImageEncoder) | Writes the current AtalaImage or ImageCollection to a stream specifying the ImageEncoder
to use to encode the image. | |
Save(String, ImageEncoder) | Writes the current AtalaImage or ImageCollection to a file specifying the ImageEncoder
to use to encode the image. | |
Save(String, ImageType) | Obsolete. Writes the current AtalaImage or ImageCollection to a file specifying the ImageType to
use to encode the image. | |
Save(Stream, ImageEncoder, Int32) | Writes the current AtalaImage or ImageCollection to a stream specifying the ImageEncoder
to use to encode the image and the image index in the collection to save. | |
Save(String, ImageEncoder, Int32) | Writes the current %AtalaImage% or %ImageCollection% to a file specifying the ImageEncoder
to use to encode the image and the image index in the collection to save. |