beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / image / writejp2.h
blobaa8248fd25aee1440b1224bcc19b4c2bc532bf18
1 /* writejp2.h
3 Copyright 2011 Taco Hoekwater <taco@luatex.org>
4 Copyright 2011 Hartmut Henkel <hartmut@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 WRITEJP2_H
22 # define WRITEJP2_H
24 # include "image.h"
26 void read_jp2_info(image_dict *);
27 void flush_jp2_info(image_dict *);
28 void write_jp2(PDF, image_dict *);
30 #endif /* WRITEJP2_H */