#include "epaper/core/device.hpp"
#include "epaper/core/errors.hpp"
#include "epaper/drivers/capabilities.hpp"
#include "epaper/drivers/driver.hpp"
#include "epaper/graphics/pixel_codec.hpp"
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <expected>
#include <filesystem>
#include <format>
#include <span>
#include <vector>
Go to the source code of this file.
|
| auto | stbi_write_png (char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes) -> int |
| |
◆ stbi_write_png()
| auto stbi_write_png |
( |
char const * |
filename, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
comp, |
|
|
const void * |
data, |
|
|
int |
stride_in_bytes |
|
) |
| -> int |