~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/texk/web2c/luatexdir/image/writejbig2.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-07-07 11:01:13 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707110113-1y7lam37zbbb7bbt
Tags: 0.28.0-1
* two new upstream releases, see the respective ANNOUCE files
* add luasocket license statement to debian/copyright
* activate the pdfluatex format
* prepare for latex based formats
  - add the ini files from TeX Live
  - add debian/formats file
  - adjust dh_installtex incantation
  the problem is that luatex dies when loading ukrhypmp.tex from 
  texlive-lang-cyrillic, but we don't want to conflict with it by now.
* policy 3.8.0, rename README.Debian-source to README.source, and add
  notes about quilt usage
* disable patch fix-pwd-inclusion (it was from svn)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* writejbig2.h
 
2
   
 
3
   Copyright 1996-2006 Han The Thanh <thanh@pdftex.org>
 
4
   Copyright 2006-2008 Taco Hoekwater <taco@luatex.org>
 
5
 
 
6
   This file is part of LuaTeX.
 
7
 
 
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.
 
12
 
 
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.
 
17
 
 
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/>. */
 
20
 
1
21
/***********************************************************************
2
 
Copyright (c) 2002-2006 Han The Thanh, <thanh@pdftex.org>
3
 
 
4
 
This file is part of pdfTeX.
5
 
 
6
 
pdfTeX is free software; you can redistribute it and/or modify it under
7
 
the terms of the GNU General Public License as published by the Free
8
 
Software Foundation; either version 2 of the License, or (at your option)
9
 
any later version.
10
 
 
11
 
pdfTeX is distributed in the hope that it will be useful, but WITHOUT
12
 
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
 
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14
 
for more details.
15
 
 
16
 
You should have received a copy of the GNU General Public License along
17
 
with pdfTeX; if not, write to the Free Software Foundation, Inc., 59
18
 
Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
 
 
20
22
This is experimental JBIG2 image support to pdfTeX. JBIG2 image decoding
21
23
is part of Adobe PDF-1.4, and requires Acroread 5.0 or later.
22
24
 
23
 
$Id: writejbig2.h 1012 2008-02-14 00:00:57Z oneiros $
 
25
$Id: writejbig2.h 1224 2008-05-02 15:26:27Z oneiros $
24
26
***********************************************************************/
25
27
 
26
28
#include <stdlib.h>