source: general/graphlib/openjpeg.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY openjpeg-download-http "&sourceforge-repo;/openjpeg.mirror/openjpeg-&openjpeg-version;.tar.gz">
8 <!ENTITY openjpeg-download-ftp " ">
9 <!ENTITY openjpeg-md5sum "c41772c30fb1c272358b3707233134a1">
10 <!ENTITY openjpeg-size "1.4 MB">
11 <!ENTITY openjpeg-buildsize "16 MB">
12 <!ENTITY openjpeg-time "0.2 SBU">
13]>
14
15<sect1 id="openjpeg" xreflabel="OpenJPEG-&openjpeg-version;">
16 <?dbhtml filename="openjpeg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>OpenJPEG-&openjpeg-version;</title>
24
25 <indexterm zone="openjpeg">
26 <primary sortas="a-openjpeg">OpenJPEG</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to OpenJPEG</title>
31
32 <para><application>OpenJPEG</application> is an open-source implementation
33 of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications
34 and can compress/decompress lossless 16-bit images.</para>
35
36 &lfs77_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&openjpeg-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&openjpeg-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &openjpeg-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &openjpeg-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &openjpeg-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &openjpeg-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional">
64 <xref linkend="lcms2"/>,
65 <xref linkend="libpng"/>,
66 <xref linkend="libtiff"/> and
67 <xref linkend="doxygen"/> (to build the API documentation)
68 </para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/openjpeg"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of OpenJPEG</title>
77
78 <para>
79 Install <application>OpenJPEG</application> by running the
80 following commands:
81 </para>
82
83<screen><userinput>autoreconf -f -i &amp;&amp;
84./configure --prefix=/usr --disable-static &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a testsuite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../xincludes/static-libraries.xml"/>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>image_to_j2k, j2k_dump and j2k_to_image</seg>
113 <seg>libopenjpeg.so</seg>
114 <seg>/usr/include/openjpeg-1.5 and /usr/share/doc/openjpeg-1.5</seg>
115 </seglistitem>
116 </segmentedlist>
117
118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
122
123 <varlistentry id="image_to_j2k">
124 <term><command>image_to_j2k</command></term>
125 <listitem>
126 <para>converts various image formats to the jpeg2000 format.</para>
127 <indexterm zone="openjpeg image_to_j2k">
128 <primary sortas="b-image_to_j2k">image_to_j2k</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry id="j2k_dump">
134 <term><command>j2k_dump</command></term>
135 <listitem>
136 <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
137 <indexterm zone="openjpeg j2k_dump">
138 <primary sortas="b-j2k_dump">j2k_dump</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="j2k_to_image">
144 <term><command>j2k_to_image</command></term>
145 <listitem>
146 <para>converts jpeg2000 images to other image types.</para>
147 <indexterm zone="openjpeg j2k_to_image">
148 <primary sortas="b-j2k_to_image">j2k_to_image</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.