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

Author
Edouard DUPIN
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]_fileNameName of the file.
[in]_sizesize of the output image.
Returns
Generated image