source: general/graphlib/openjpeg2.xml@ 059a1a5c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 059a1a5c was 059a1a5c, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Tags and minor updates

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15567 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 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 openjpeg2-download-http "&sourceforge-repo;/openjpeg.mirror/openjpeg-&openjpeg2-version;.tar.gz">
8 <!ENTITY openjpeg2-download-ftp " ">
9 <!ENTITY openjpeg2-md5sum "f6419fcc233df84f9a81eb36633c6db6">
10 <!ENTITY openjpeg2-size "1.7 MB">
11 <!ENTITY openjpeg2-buildsize "13 MB">
12 <!ENTITY openjpeg2-time "0.1 SBU">
13]>
14
15<sect1 id="openjpeg2" xreflabel="OpenJPEG-&openjpeg2-version;">
16 <?dbhtml filename="openjpeg2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>OpenJPEG-&openjpeg2-version;</title>
24
25 <indexterm zone="openjpeg2">
26 <primary sortas="a-openjpeg2">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="&openjpeg2-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&openjpeg2-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &openjpeg2-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &openjpeg2-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &openjpeg2-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &openjpeg2-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="cmake"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <xref linkend="lcms2"/>,
70 <xref linkend="libpng"/>,
71 <xref linkend="libtiff"/>, and
72 <xref linkend="doxygen"/> (to build the API documentation)
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/openjpeg2"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of OpenJPEG</title>
82
83 <para>
84 Install <application>OpenJPEG</application> by running the
85 following commands:
86 </para>
87
88<screen><userinput>mkdir build &amp;&amp;
89cd build &amp;&amp;
90
91cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
92make</userinput></screen>
93
94 <para>If you have built the test suite and wish to run it, issue:
95 <command>make test</command>.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install &amp;&amp;
100cd ../doc &amp;&amp;
101
102for man in man/man?/* ; do
103 install -v -D -m 644 $man /usr/share/$man
104done</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><option>-DBUILD_TESTING=ON</option>: This switch enables
112 building the test suite.</para>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>opj_compress, opj_decompress, and opj_dump</seg>
126 <seg>libopenjp2.so</seg>
127 <seg>/usr/include/openjpeg-2.1 and /usr/lib/openjpeg-2.1</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="opj_compress">
137 <term><command>opj_compress</command></term>
138 <listitem>
139 <para>converts various image formats to the jpeg2000 format.</para>
140 <indexterm zone="openjpeg2 opj_compress">
141 <primary sortas="b-opj_compress">opj_compress</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="opj_decompress">
147 <term><command>opj_decompress</command></term>
148 <listitem>
149 <para>converts jpeg2000 images to other image types.</para>
150 <indexterm zone="openjpeg2 opj_decompress">
151 <primary sortas="b-opj_decompress">opj_decompress</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="opj_dump">
157 <term><command>opj_dump</command></term>
158 <listitem>
159 <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
160 <indexterm zone="openjpeg2 opj_dump">
161 <primary sortas="b-opj_dump">opj_dump</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.