]> git.pld-linux.org Git - packages/jbig2dec.git/blame - jbig2dec.spec
- updated to 0.9, added shared patch
[packages/jbig2dec.git] / jbig2dec.spec
CommitLineData
f65434b9 1Summary: Decoder implementation of the JBIG2 image compression format
cd313560 2Summary(pl): Implementacja dekodera formatu kompresji obrazu JBIG2
f65434b9 3Name: jbig2dec
a698035f
JB
4Version: 0.9
5Release: 1
f65434b9 6License: GPL with clause allowing linking to AFPL Ghostscript
7Group: Applications
cd313560 8Source0: http://dl.sourceforge.net/jbig2dec/%{name}-%{version}.tar.gz
a698035f
JB
9# Source0-md5: e4bff86825ccde304c19bd7ec122fda4
10Patch0: %{name}-shared.patch
cd313560 11URL: http://jbig2dec.sourceforge.net/
a698035f
JB
12BuildRequires: autoconf >= 2.53
13BuildRequires: automake >= 1:1.7
14BuildRequires: libpng-devel
15BuildRequires: libtool
16BuildRequires: zlib-devel
f65434b9 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
cd313560
JB
20jbig2dec is a decoder implementation of the JBIG2 image compression
21format. JBIG2 is designed for lossy or lossless encoding of 'bilevel'
22(1-bit monochrome) images at moderately high resolution, and in
23particular scanned paper documents. In this domain it is very
24efficient, offering compression ratios on the order of 100:1.
25
26This is a decoder only implementation, and currently is in the alpha
27stage, meaning it doesn't completely work yet. However, we are
28maintaining parity with available encoders, so it is useful for real
29work.
30
31The specificication has been published as ISO IEC 14492 and ITU T.88.
32These documents completely describe the format and they'll be required
33if you want to understand the code and contribute. We prefer the ISO
34version, but haven't discovered significant differences between the
35two.
36
37JBIG2 also includes the CCITT T.4 and T.6 (group 3 and group 4) fax
38encodings, which are documented separately. Their specifications and
39T.88 can be obtained from the ITU. The ISO version of JBIG2 can be
40obtained through the ISO website.
41
42%description -l pl
43jbig2dec to implementacja dekodera formatu kompresji obrazu JBIG2.
44