Converter.ConvertImageToSVG
Contents
[
Hide
]ConvertImageToSVG(ImageVectorizerConfiguration, string, string)
Converts a raster image located on disk to SVG format.
public static void ConvertImageToSVG(ImageVectorizerConfiguration configuration, string imageFile,
string outputPath)
Parameter | Type | Description |
---|---|---|
configuration | ImageVectorizerConfiguration | The ImageVectorizerConfiguration that controls tracing parameters. |
imageFile | String | Path to the source image file. |
outputPath | String | Destination path for the generated SVG. |
See Also
- class ImageVectorizerConfiguration
- class Converter
- namespace Aspose.Svg.Converters
- assembly Aspose.SVG
ConvertImageToSVG(ImageVectorizerConfiguration, Stream, string)
Converts a raster image provided as a Stream to SVG format.
public static void ConvertImageToSVG(ImageVectorizerConfiguration configuration,
Stream imageStream, string outputPath)
Parameter | Type | Description |
---|---|---|
configuration | ImageVectorizerConfiguration | The ImageVectorizerConfiguration that controls tracing parameters. |
imageStream | Stream | Readable stream that contains the source image. |
outputPath | String | Destination path for the generated SVG. |
See Also
- class ImageVectorizerConfiguration
- class Converter
- namespace Aspose.Svg.Converters
- assembly Aspose.SVG