Convert Method (RasterCodecs) (original) (raw)
Summary
Converts an image file from one format to another, creating a new file in the new format.
Overload List
Overload | Description |
---|---|
Convert(Stream,Stream,RasterImageFormat,int,int,int,CodecsImageInfo) | Converts an image stream from one format to another, creating a new image file in a stream in the new format. |
Convert(Stream,Stream,RasterImageFormat,int,int,int,int,CodecsImageInfo) | Converts an image stream from one format to another, creating a new image file in a stream in the new format. |
Convert(string,string,RasterImageFormat,int,int,int,CodecsImageInfo) | Converts an image file from one format to another, creating a new file in the new format. |
Convert(string,string,RasterImageFormat,int,int,int,int,CodecsImageInfo) | Converts an image file from one format to another, creating a new file in the new format. |
Requirements
See Also
Leadtools.Codecs Assembly
CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method
CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method