scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
scimesh::Image Member List

This is the complete list of members for scimesh::Image, including all inherited members.

apply_contrast(float contrast)scimesh::Image
clear(uint8_t r, uint8_t g, uint8_t b, uint8_t a)scimesh::Image
clear_float(float r, float g, float b, float a)scimesh::Image
crop(int x, int y, int w, int h)scimesh::Image
crop_to_content(CropContentDirection direction, const Color &background)scimesh::Image
downsample_box(int factor) constscimesh::Image
get_pixel(int x, int y, uint8_t &r, uint8_t &g, uint8_t &b, uint8_t &a) constscimesh::Image
grow(int top, int bottom, int left, int right, const Color &background)scimesh::Image
heightscimesh::Image
Image()=defaultscimesh::Image
Image(int w, int h)scimesh::Image
merge(const Image &other, MergeDirection direction)scimesh::Image
pad_to_size(int target_w, int target_h, const Color &background)scimesh::Image
pixelsscimesh::Image
read_image(const std::string &path)scimesh::Imagestatic
rotate_90(bool clockwise=true)scimesh::Image
sample_bilinear(float u, float v) constscimesh::Image
scale(int new_width, int new_height)scimesh::Image
set_pixel(int x, int y, uint8_t r, uint8_t g, uint8_t b, uint8_t a)scimesh::Image
widthscimesh::Image
write_bmp(const std::string &filename) constscimesh::Image
write_png(const std::string &filename) constscimesh::Image
write_ppm(const std::string &filename) constscimesh::Image
write_tga(const std::string &filename, bool use24bit=false) constscimesh::Image