beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / image / writepng.h
blob2af2a3fa2fbc62c10918a88d298da8dfe8bf7c20
1 /* writepng.h
3 Copyright 1996-2006 Han The Thanh <thanh@pdftex.org>
4 Copyright 2006-2011 Taco Hoekwater <taco@luatex.org>
6 This file is part of LuaTeX.
8 LuaTeX is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 2 of the License, or (at your
11 option) any later version.
13 LuaTeX is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
16 License for more details.
18 You should have received a copy of the GNU General Public License along
19 with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
21 #ifndef WRITEPNG_H
22 # define WRITEPNG_H
24 # include "image.h"
26 void read_png_info(image_dict *);
27 void flush_png_info(image_dict *);
29 void write_additional_png_objects(PDF);
30 void write_png(PDF, image_dict *);
32 #endif