Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
texture_from_png.h File Reference
#include "../igl_inline.h"
#include <Eigen/Core>
#include <string>
#include "../opengl/gl.h"
#include "texture_from_png.cpp"
+ Include dependency graph for texture_from_png.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::png
 

Functions

IGL_INLINE bool igl::png::texture_from_png (const std::string png_file, const bool flip, GLuint &id)
 
IGL_INLINE bool igl::png::texture_from_png (const std::string png_file, GLuint &id)
 
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)