jj2k-gui_1.5b-src

所属分类:Java编程
开发工具:Java
文件大小:1469KB
下载次数:17
上传日期:2008-04-19 14:50:28
上 传 者yunfeiyang2017
说明:  jpeg2000编解码,java开发,希望大家能用的着
(JPEG2000 codec, java development, I hope the U.S. can use the)

文件列表:
jj2k-gui_1.5b (0, 2003-07-01)
jj2k-gui_1.5b\COPYRIGHT (1802, 2002-07-22)
jj2k-gui_1.5b\Cryptix_Licence.txt (1416, 2002-10-23)
jj2k-gui_1.5b\JNI-src (0, 2002-10-23)
jj2k-gui_1.5b\JNI-src\GNUmakefile (4111, 2002-07-22)
jj2k-gui_1.5b\JNI-src\jj2000_j2k_util_NativeServices.c (3719, 2002-07-22)
jj2k-gui_1.5b\JNI-src\jj2000_j2k_util_NativeServices.h (725, 2002-07-22)
jj2k-gui_1.5b\src (0, 2002-10-23)
jj2k-gui_1.5b\src\colorspace (0, 2002-10-23)
jj2k-gui_1.5b\src\colorspace\boxes (0, 2002-10-23)
jj2k-gui_1.5b\src\colorspace\boxes\ChannelDefinitionBox.java (4287, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\boxes\ColorSpecificationBox.java (3801, 2002-08-08)
jj2k-gui_1.5b\src\colorspace\boxes\ComponentMappingBox.java (3460, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\boxes\GNUmakefile (484, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\boxes\ImageHeaderBox.java (2838, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\boxes\JP2Box.java (4366, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\boxes\PaletteBox.java (4777, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\ChannelDefinitionMapper.java (7598, 2002-08-08)
jj2k-gui_1.5b\src\colorspace\ColorSpace.java (10243, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\ColorSpaceException.java (898, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\ColorSpaceMapper.java (14443, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\EnumeratedColorSpaceMapper.java (7155, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\GNUmakefile (481, 2002-08-02)
jj2k-gui_1.5b\src\colorspace\PalettizedColorSpaceMapper.java (15807, 2002-08-08)
jj2k-gui_1.5b\src\colorspace\Resampler.java (13094, 2002-08-08)
jj2k-gui_1.5b\src\colorspace\SYccColorSpaceMapper.java (12647, 2002-08-02)
jj2k-gui_1.5b\src\cryptix (0, 2002-10-23)
jj2k-gui_1.5b\src\cryptix\Cryptix.properties (19505, 2002-08-27)
jj2k-gui_1.5b\src\cryptix\CryptixException.java (1457, 2002-08-27)
jj2k-gui_1.5b\src\cryptix\CryptixProperties.java (19601, 2002-08-27)
jj2k-gui_1.5b\src\cryptix\provider (0, 2002-10-23)
jj2k-gui_1.5b\src\cryptix\provider\cipher (0, 2002-10-23)
jj2k-gui_1.5b\src\cryptix\provider\cipher\Blowfish.java (61955, 2002-08-27)
jj2k-gui_1.5b\src\cryptix\provider\cipher\CAST5.java (64046, 2002-08-27)
jj2k-gui_1.5b\src\cryptix\provider\cipher\DES.java (52544, 2002-08-27)
jj2k-gui_1.5b\src\cryptix\provider\cipher\DES2X.java (8111, 2002-08-27)
jj2k-gui_1.5b\src\cryptix\provider\cipher\DESX.java (7748, 2002-08-27)
... ...

=============================================================================== Graphical User Interface for the JJ2000 codec Version 1.5 b EPFL - 2KAN project =============================================================================== Outline: ======= 1. General notes 2. Installation 3. Usage =============================================================================== 1. General notes ================ This interface is a graphical user interface assisting in the coding and the decoding of JPEG 2000 images. It uses the Java implementation of the JPEG 2000 reference software developed by EPFL, Canon Research France and Ericsson. It is written in pure Java so that it can be run on any platform having a Java Virtual Machine version (JVM) 1.4 or later. If needed, you can download a JVM for your platform at: http://java.sun.com/getjava/download.html. The goal of this GUI is to provide with a user-friendlier interface to the jj2000 API. This is accomplished thanks to selection of the codec's parameters by the mouse or through text areas (and other graphical data input tools). Note, however, that not all command-line options are accessible through this interface. For instance, it is not possible to select tile-component specific parameters. More advanced use of the JPEG 2000 codec shall prefer the command-line driven codec instead. Furthermore, this software embeds a module that implements the EPFL's technology proposal for JPEG 2000 part 8 (images security). This tool can be used to prevent access to the whole or a part of a JPEG 2000 compressed image. Finally note that this GUI is in its beta testing phase. You are encourage to report encountered bugs or problem to Raphael.Grosbois@epfl.ch. 2. Installation =============== - Download the latest binaries and source code on our web-site at: http://jpeg2000.epfl.ch The current packages are jj2k-gui_1.5b.tar.bz2 or jj2k-gui_1.5b.zip (for the binaries) and jj2k-gui_1.5b-src.tar.bz2 or jj2k-gui_1.5b-src.zip (for the source-code). Note that you do not need to separately download the JJ2000 codec as it is already part of the GUI package. - Decompress the archive in the directory you want to install the software: * on Unix, Linux: unzip jj2k-gui_1.5b.zip or bunzip2 -c jj2k-gui_1.5b.tar.bz2 | tar xvf - * with Windows: use WinZip with jj2k-gui_1.5b.zip - Then you should find the following files in the 'jj2k-gui_1.5b' directory: * jj2kgui-1.5b.jar - This file contains all the Java compiled code. or * src/ - Source code of the application and * README.gui - The readme file you are reading. * README.jj2000 - The JJ2000 readme file. * README.jp2 - The readme file of the JP2 support included in the JJ2000 codec. * COPYRIGHT - Copyright statement of the JJ2000 software. * Cryptix_Licence.txt - Licence of the cryptix API used for the image security module. 3. Usage ======== Simply type the following command in a prompt (open in the directory containing the *.jar file) or create a desktop shortcut: java -jar jj2kgui-1.5b.jar

近期下载者

相关文件


收藏者