|
Static Public Member Functions |
static bool | isSupported (WPXInputStream *input) |
| Analyzes the content of an input stream to see if it can be parsed.
|
static bool | parse (WPXInputStream *input, WPGPaintInterface *painter) |
| Parses the input stream content.
|
static bool | parse (const unsigned char *data, const size_t size, WPGPaintInterface *painter) |
static bool | generateSVG (WPXInputStream *input, WPGString &output) |
| Parses the input stream content and generates a valid Scalable Vector Graphics Provided as a convenience function for applications that support SVG internally.
|
static bool | generateSVG (const unsigned char *data, const size_t size, WPGString &output) |