Pioneer
Loading...
Searching...
No Matches
Functions
PngWriter.cpp File Reference
#include "PngWriter.h"
#include "FileSystem.h"
#include "graphics/Graphics.h"
#include "utils.h"
Include dependency graph for PngWriter.cpp:

Functions

void write_png (FileSystem::FileSourceFS &fs, const std::string &path, const Uint8 *bytes, int width, int height, int stride, int bytes_per_pixel)
 
void write_screenshot (const Graphics::ScreendumpState &sd, const char *destFile)
 

Function Documentation

◆ write_png()

void write_png ( FileSystem::FileSourceFS fs,
const std::string &  path,
const Uint8 *  bytes,
int  width,
int  height,
int  stride,
int  bytes_per_pixel 
)
Here is the call graph for this function:

◆ write_screenshot()

void write_screenshot ( const Graphics::ScreendumpState sd,
const char *  destFile 
)
Here is the call graph for this function: