|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <windows.h>#include <commdlg.h>#include <stdio.h>#include <stdlib.h>#include "png.h"#include "pngfile.h"#include "cexcept.h"Go to the source code of this file.
Functions | |
| define_exception_type (const char *) | |
| void | PngFileInitialize (HWND hwnd) |
| BOOL | PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) |
| BOOL | PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) |
| BOOL | PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData, int *piWidth, int *piHeight, int *piChannels, png_color *pBkgColor) |
| BOOL | PngSaveImage (PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) |
Variables | |
| struct exception_context | the_exception_context [1] |
| png_const_charp | msg |
| define_exception_type | ( | const char * | ) |
| void PngFileInitialize | ( | HWND | hwnd | ) |
| BOOL PngFileOpenDlg | ( | HWND | hwnd, |
| PTSTR | pstrFileName, | ||
| PTSTR | pstrTitleName | ||
| ) |
| BOOL PngFileSaveDlg | ( | HWND | hwnd, |
| PTSTR | pstrFileName, | ||
| PTSTR | pstrTitleName | ||
| ) |
| BOOL PngLoadImage | ( | PTSTR | pstrFileName, |
| png_byte ** | ppbImageData, | ||
| int * | piWidth, | ||
| int * | piHeight, | ||
| int * | piChannels, | ||
| png_color * | pBkgColor | ||
| ) |
Definition at line 97 of file PngFile.c.
References FALSE, i, NULL, and png_sig_cmp().
Referenced by LoadImageFile().
| png_const_charp msg |
Definition at line 23 of file PngFile.c.
Referenced by vl::Texture::createTexture(), vl::glcheck(), vl::log_failed_check(), vl::DrawArrays::render(), vl::DrawElements< ArrayUShort1 >::render(), and WinMain().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 03:45:58.
© Copyright Michele Bosi. All rights reserved.