source: archive/openjpeg.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.2 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-dl;/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
19 <title>OpenJPEG-&openjpeg-version;</title>
20
21 <indexterm zone="openjpeg">
22 <primary sortas="a-openjpeg">OpenJPEG</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to OpenJPEG</title>
27
28 <para><application>OpenJPEG</application> is an open-source implementation
29 of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications
30 and can compress/decompress lossless 16-bit images.</para>
31
32 &lfs82_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&openjpeg-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&openjpeg-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &openjpeg-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &openjpeg-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &openjpeg-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &openjpeg-time;</para>
53 </listitem>
54 </itemizedlist>
55<!--
56 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>Required patch: <ulink
60 url="&patch-root;/openjpeg-&openjpeg-version;-security_fixes-1.patch"/></para>
61 </listitem>
62 </itemizedlist>
63-->
64 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional">
68 <xref linkend="lcms2"/>,
69 <xref linkend="libpng"/>,
70 <xref linkend="libtiff"/> and
71 <xref linkend="doxygen"/> (to build the API documentation)
72 </para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/openjpeg"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of OpenJPEG</title>
81
82 <para>
83 Install <application>OpenJPEG</application> by running the
84 following commands:
85 </para>
86
87<screen><userinput>autoreconf -f -i &amp;&amp;
88./configure --prefix=/usr --disable-static &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a testsuite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../xincludes/static-libraries.xml"/>
104
105 </sect2>
106
107 <!--
108 <sect2 role="configuration">
109 <title>Configuring OpenJPEG</title>
110
111 <sect3>
112 <title>Configuration Information</title>
113
114 </sect3>
115
116 </sect2>
117 -->
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>image_to_j2k, j2k_dump and j2k_to_image</seg>
129 <seg>libopenjpeg.so</seg>
130 <seg>/usr/include/openjpeg-1.5 and /usr/share/doc/openjpeg-1.5</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="image_to_j2k">
140 <term><command>image_to_j2k</command></term>
141 <listitem>
142 <para>converts various image formats to the jpeg2000 format.</para>
143 <indexterm zone="openjpeg image_to_j2k">
144 <primary sortas="b-image_to_j2k">image_to_j2k</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="j2k_dump">
150 <term><command>j2k_dump</command></term>
151 <listitem>
152 <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
153 <indexterm zone="openjpeg j2k_dump">
154 <primary sortas="b-j2k_dump">j2k_dump</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="j2k_to_image">
160 <term><command>j2k_to_image</command></term>
161 <listitem>
162 <para>converts jpeg2000 images to other image types.</para>
163 <indexterm zone="openjpeg j2k_to_image">
164 <primary sortas="b-j2k_to_image">j2k_to_image</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.