Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <windows.h>
Go to the source code of this file.
Functions | |
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) |
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().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 03:45:58.
© Copyright Michele Bosi. All rights reserved.