#include <windows.h>#include <stdio.h>#include "pngdib.h"Functions | |
| int | write_dib_to_bmp (const char *bmpfn, LPBITMAPINFOHEADER lpdib, int dibsize, int bitsoffset) |
| PNGDIB - a mini DIB-PNG conversion library for Win32 By Jason Summers <jason1@pobox.com> Version 2.1.0/2.2.0, copyright 2002 Web site: http://pobox.com/~jason1/imaging/pngdib/. | |
| int | convertPNG2BMP (const char *pngfn, const char *bmpfn) |
| int convertPNG2BMP | ( | const char * | pngfn, | |
| const char * | bmpfn | |||
| ) |
References read_png_to_dib(), and write_dib_to_bmp().
Referenced by DECLARE_ABI_PLUGIN_METHOD().
| int write_dib_to_bmp | ( | const char * | bmpfn, | |
| LPBITMAPINFOHEADER | lpdib, | |||
| int | dibsize, | |||
| int | bitsoffset | |||
| ) |
PNGDIB - a mini DIB-PNG conversion library for Win32 By Jason Summers <jason1@pobox.com> Version 2.1.0/2.2.0, copyright 2002 Web site: http://pobox.com/~jason1/imaging/pngdib/.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Permission is hereby granted to use, copy, modify, and distribute this source code for any purpose, without fee.
Referenced by convertPNG2BMP().
1.7.1