libigl v2.5.0
Loading...
Searching...
No Matches
write_image.h File Reference
#include "../igl_inline.h"
#include <Eigen/Core>
#include <string>
#include "write_image.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::stb
 

Functions

bool igl::stb::write_image (const std::string image_file, 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 int quality=90)
 Writes an image to a file.
 
bool igl::stb::write_image (const std::string image_file, const int width, const int height, const unsigned char *rgba_data, const int quality=90)
 Raw image writer.