|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
#include <scimesh/image.h>#include <fstream>#include <cstring>#include <algorithm>#include <cmath>#include "stb_image_write.h"#include "stb_image.h"
Go to the source code of this file.
Namespaces | |
| namespace | scimesh |
Macros | |
| #define | STBI_ASSERT(x) ((void)0) |
| #define | STBIW_ASSERT(x) ((void)0) |
Functions | |
| Image | scimesh::grid_arrange (const std::vector< Image > &images, int ncol=0, int nrow=0, FitMode fit_mode=FitMode::PAD, const Color &background=Color(1.0f, 1.0f, 1.0f, 1.0f)) |
| Arrange a list of images into a grid layout. | |