![]() |
Prusa Slicer 2.6.0
|
| IGL_INLINE bool igl::png::readPNG | ( | const std::string | png_file, |
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | R, | ||
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | G, | ||
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | B, | ||
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | A | ||
| ) |
References Eigen::PlainObjectBase< Derived >::resize().
Here is the call graph for this function:| IGL_INLINE bool igl::png::render_to_png | ( | const std::string | png_file, |
| const int | width, | ||
| const int | height, | ||
| const bool | alpha = true, |
||
| const bool | fast = false |
||
| ) |
| IGL_INLINE std::thread igl::png::render_to_png_async | ( | const std::string | png_file, |
| const int | width, | ||
| const int | height, | ||
| const bool | alpha = true, |
||
| const bool | fast = false |
||
| ) |
References render_to_png_async_helper().
Here is the call graph for this function:| IGL_INLINE bool igl::png::texture_from_file | ( | const std::string | filename, |
| GLuint & | id | ||
| ) |
References igl::pathinfo(), STR, texture_from_file(), and texture_from_png().
Referenced by texture_from_file().
Here is the call graph for this function:
Here is the caller graph for this function:| IGL_INLINE bool igl::png::texture_from_png | ( | const std::string | png_file, |
| const bool | flip, | ||
| GLuint & | id | ||
| ) |
Referenced by texture_from_file(), and texture_from_png().
Here is the caller graph for this function:| IGL_INLINE bool igl::png::texture_from_png | ( | const std::string | png_file, |
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | R, | ||
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | G, | ||
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | B, | ||
| Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | A | ||
| ) |
References Eigen::PlainObjectBase< Derived >::resize().
Here is the call graph for this function:| IGL_INLINE bool igl::png::texture_from_png | ( | const std::string | png_file, |
| GLuint & | id | ||
| ) |
| IGL_INLINE bool igl::png::writePNG | ( | const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | R, |
| const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | G, | ||
| const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | B, | ||
| const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > & | A, | ||
| const std::string | png_file | ||
| ) |
References Eigen::PlainObjectBase< Derived >::cols(), and Eigen::PlainObjectBase< Derived >::rows().
Here is the call graph for this function: