scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
image.cpp File Reference
#include <scimesh/image.h>
#include <fstream>
#include <cstring>
#include <algorithm>
#include <cmath>
#include "stb_image_write.h"
#include "stb_image.h"
Include dependency graph for image.cpp:

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.
 

Macro Definition Documentation

◆ STBI_ASSERT

#define STBI_ASSERT (   x)    ((void)0)

Definition at line 16 of file image.cpp.

◆ STBIW_ASSERT

#define STBIW_ASSERT (   x)    ((void)0)

Definition at line 17 of file image.cpp.