Method ConvertImageToSoi
ConvertImageToSoi(String, String)
Converts image files to the SOI format
Declaration
public Error ConvertImageToSoi(string ImageFile, string SOIFile)
Parameters
Type | Name | Description |
---|---|---|
System.String | ImageFile | |
System.String | SOIFile | The output file to write to. |
Returns
Type | Description |
---|---|
Error | Error |
Implements
Remarks
Supported input formats include BMP, JPG and PNG.