OpenJPEG: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page |
Weibullguy (talk | contribs) mNo edit summary |
||
| Line 72: | Line 72: | ||
|is the JPEG 2000 codec. | |is the JPEG 2000 codec. | ||
|} | |} | ||
[[Category:Graphics Libraries]] | |||
Latest revision as of 21:33, 17 April 2009
| Download Source: | http://www.openjpeg.org/openjpeg_v1_3.tar.gz |
|---|
Introduction to OpenJPEG
The OpenJPEG library is an open-source JPEG 2000 codec.
Project Homepage: http://www.openjpeg.org/
Non-Multilib
Compile the package:
make
Install the package:
make install
Multilib
32Bit
Compile the package:
make CC="gcc ${BUILD32}"
Install the package:
make install
N32
Compile the package:
make CC="gcc ${BUILDN32}"
Install the package:
make INSTALL_LIBDIR=/usr/lib32 install
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
Install the package:
make INSTALL_LIBDIR=/usr/lib64 install
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | libopenjpeg-2.1.3.0.so, libopenjpeg.a |
Short Descriptions
| libopenjpeg | is the JPEG 2000 codec. |
|---|