Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class > Convert Method : Convert(Stream,Stream,RasterImageFormat,Int32,Int32,Int32,CodecsImageInfo) Method |
public void Convert( Stream srcStream, Stream destStream, RasterImageFormat format, int width, int height, int bitsPerPixel, CodecsImageInfo info )
'Declaration
Public Overloads Sub Convert( _ ByVal srcStream As Stream, _ ByVal destStream As Stream, _ ByVal format As RasterImageFormat, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal bitsPerPixel As Integer, _ ByVal info As CodecsImageInfo _ )
'Usage
Dim instance As RasterCodecs Dim srcStream As Stream Dim destStream As Stream Dim format As RasterImageFormat Dim width As Integer Dim height As Integer Dim bitsPerPixel As Integer Dim info As CodecsImageInfo instance.Convert(srcStream, destStream, format, width, height, bitsPerPixel, info)
public void Convert( Stream srcStream, Stream destStream, RasterImageFormat format, int width, int height, int bitsPerPixel, CodecsImageInfo info )
- (BOOL)convertStream:(NSString *)srcFile destinationStream:(NSString *)dstFile format:(LTRasterImageFormat)format width:(NSInteger)width height:(NSInteger)height bitsPerPixel:(NSInteger)bitsPerPixel error:(NSError **)error
public void convert(ILeadStream srcStream, ILeadStream destStream, RasterImageFormat format, int width, int height, int bitsPerPixel, CodecsImageInfo info)
function Leadtools.Codecs.RasterCodecs.Convert(Stream,Stream,RasterImageFormat,Int32,Int32,Int32,CodecsImageInfo)( srcStream , destStream , format , width , height , bitsPerPixel , info )
public: void Convert( Stream^ srcStream, Stream^ destStream, RasterImageFormat format, int width, int height, int bitsPerPixel, CodecsImageInfo^ info )
If you convert to a lower bits-per-pixel format, this method optimizes the colors automatically. For example, when converting a 24-bit file (16 million colors) to an 8-bit file (256 colors) this method selects the best 256 colors to represent the 24-bit image
Note that this is a high-level method that does conversion from all possible formats to all possible formats.