PNG texture writer class.
More...
#include <tdme/engine/fileio/textures/PNGTextureWriter.h>
|
static bool | write (Texture *texture, const string &pathName, const string &fileName, bool removeAlphaChannel=true, bool flipY=true) |
| Writes a texture to PNG file. More...
|
|
static bool | write (Texture *texture, vector< uint8_t > &pngData, bool removeAlphaChannel=true, bool flipY=true) |
| Writes a texture to PNG using a data vector. More...
|
|
PNG texture writer class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 21 of file PNGTextureWriter.h.
◆ flushPNGDataToMemory()
void flushPNGDataToMemory |
( |
png_structp |
png_ptr | ) |
|
|
staticprivate |
◆ write() [1/2]
bool write |
( |
Texture * |
texture, |
|
|
const string & |
pathName, |
|
|
const string & |
fileName, |
|
|
bool |
removeAlphaChannel = true , |
|
|
bool |
flipY = true |
|
) |
| |
|
static |
Writes a texture to PNG file.
- Parameters
-
texture | texture |
pathName | path name |
fileName | file name |
removeAlphaChannel | remove alpha channel |
flipY | flip Y |
- Returns
- texture data instance or null
Definition at line 43 of file PNGTextureWriter.cpp.
◆ write() [2/2]
bool write |
( |
Texture * |
texture, |
|
|
vector< uint8_t > & |
pngData, |
|
|
bool |
removeAlphaChannel = true , |
|
|
bool |
flipY = true |
|
) |
| |
|
static |
Writes a texture to PNG using a data vector.
- Parameters
-
texture | texture |
pngData | PNG data |
removeAlphaChannel | remove alpha channel |
flipY | flip Y |
- Returns
- texture data instance or null
Definition at line 52 of file PNGTextureWriter.cpp.
◆ writePNGDataToMemory()
void writePNGDataToMemory |
( |
png_structp |
png_ptr, |
|
|
png_bytep |
inBytes, |
|
|
png_size_t |
inBytesToWrite |
|
) |
| |
|
staticprivate |
Write PNG data to memory.
- Parameters
-
png_ptr | png structure |
inBytes | in bytes |
inBytesToWrite | in bytes to write |
Definition at line 31 of file PNGTextureWriter.cpp.
◆ Texture
The documentation for this class was generated from the following files: