png-write.h revision 6b15695578f07a3f72c4c9475c1a261a3021472a
#ifndef __SP_PNG_WRITE_H__
#define __SP_PNG_WRITE_H__
/*
* PNG file format utilities
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 Lauris Kaplinski
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, int rowstride);
void *data);
#endif