beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / image / writejpg.h
blob96bf961246f9e930e00a868d3c64720623083788
1 /* writejpg.h
3 Copyright 1996-2006 Han The Thanh <thanh@pdftex.org>
4 Copyright 2006-2009 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 WRITEJPG_H
22 # define WRITEJPG_H
24 # include "image.h"
26 void read_jpg_info(image_dict *);
27 void flush_jpg_info(image_dict *);
28 void write_jpg(PDF, image_dict *);
30 #endif