wrapperSVG.hpp File Reference
#include <egami/egami.hpp>
Go to the source code of this file.
Functions | |
egami::Image | egami::loadSVG (const std::string &_fileName, const ivec2 &_size=ivec2(-1,-1)) |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)
Function Documentation
§ loadSVG()
egami::Image egami::loadSVG | ( | const std::string & | _fileName, |
const ivec2 & | _size = ivec2(-1,-1) |
||
) |
Load a svg file in the image.
- Parameters
-
[in] _fileName Name of the file. [in] _size size of the output image.
- Returns
- Generated image