`
explorer
  • 浏览: 95636 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

JPEG2000 集成开发 之二

阅读更多
  • 寻找到的核心SDK

    Pegasus Imaging     Pegasus Imaging - Commercial supplier of standards-based and indemnified .NET, ActiveX/COM, & C/C++ imaging libraries for JPEG, lossless JPEG, Motion JPEG, JPEG 2000 (including JPIP), JBIG2, JPEG-LS   
    LuraTech    Luratech - JPEG 2000 software and toolkits (C, C++, Java) for JP2, JPX and JPM   
    THB    THBImage Professional image processing component which adds JPEG2000 to .NET, VB, COMable, C++, and MFC applications.   
    Yakoa    Range of software to support JPEG 2000 including SDK   
    J2000    Open source C implementation of JPEG 2000   
    OpenJPEG    Open Source C implementation of JPEG2000 codec and JPEG2000 part 9 (JPIP)    
    Optimidata    SDK for imaging applications including JPEG 2000 support   
    Kodak    Kodak has a new client/server suite called Image Access Solutions for conversion, dissemination, and viewing of JPEG 2000 imagery   
    Aware    Aware JPEG 2000 Codec SDK and Embedded Development Package   
    Kakadu    JPEG 2000 software from one of the standards developers   
    Morgan    JPEG 2000 codec, browser plugin and motion JPEG 2000 codec   
    Accusoft    SDK for imaging including JPEG, JBIG2 and JPEG 2000 standards

http://www.accusoft.com/
http://www.luratech.com/
http://www.kakadusoftware.com/
http://www.openjpeg.org/

 

  • 几家方案一瞥

1. Kakadu 

Welcome to Kakadu Software
the world's leading JPEG2000 developer toolkit
Kakadu is a complete implementation of the JPEG2000 standard, Part 1, -- i.e., ISO/IEC 15444-1 -- plus a great deal of Parts 2 and 3.
The Kakadu software framework provides a solid foundation for a range of commercial and non-commercial applications.
We have a range of license options to suit everyone... commercial and non-commercial, large and small. Follow these links for everything you need...

 

2. LuraTech

JP2 Conversion Solutions
LuraTech’s JP2 Implementation tools include command line tools and software development kits that enable users to implement JPEG2000 into their applications and workflow.  Our solutions support the LuraWave JP2 Image Content Server and can be woven into other applications to ensure JPEG2000 compliance.
Command Line Tool: A shell executed program for compressing and converting images to JPEG2000 file format.
Software Development Kit: Designed for C-, .NET and Java, these tools enable developers to easily integrate JPEG2000 compression and decompression algorithms into their applications.


3. Glance-THB Image

似乎使用的也是 LuraTech


4. Jasper

The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). This project was started as a collaborative effort between Image Power, Inc. and the University of British Columbia. Presently, the ongoing maintenance and development of the JasPer software is being coordinated by its principal author, Michael Adams, who is affiliated with the Digital Signal Processing Group (DSPG) in the Department of Electrical and Computer Engineering at the University of Victoria.

JasPer includes a software-based implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). The JasPer software is written in the C programming language. More details about this software can be found in the JasPer Software Reference Manual.

The JasPer software has been included in the JPEG-2000 Part-5 standard (i.e., ISO/IEC 15444-5), as an official reference implementation of the JPEG-2000 Part-1 codec. This software has also been incorporated into numerous other software projects (some commercial and some non-commercial). Some projects known to use JasPer include:

    * K Desktop Environment (as of version 3.2)
    * Kopete
    * Ghostscript

.... 很多,不再列举了


5. Vampyre

 

JPEG 2000 is a wavelet-based image compression standard. It was created by the Joint Photographic Experts Group committee as a replacement for their own DCT based JPEG standard. JPEG 2000 can operate at higher compression ratios without generating 'blocky and blurry' artifacts of the older JPEG standard. Nowadays JPEG 2000 is not as widely supported as its predecessor. Common file name extensions are .jp2, .j2c, and .j2k (for code stream only).

As of version 0.24.2 Imaging uses OpenJPEG library compiled to object files (Delphi) or static libraries (FPC) and linked to Object Pascal program. Therefore, JPEG 2000 support is not a part of core library (not native Pascal) now and is located in Extras package. Currently Imaging supports JPEG 2000 on Win32 (for Delphi and FPC) and Linux systems (FPC only - no Kylix support). For Linux there are precompiled objects for x86 and x86_64 architectures.

JPEG 2000 supports wide variety of data formats. You can have arbitrary number of components/channels, each with different bitdepth and optional "signedness". JPEG 2000 images can be lossy or lossless compressed. Imaging can load most data formats (except multichannel images with component bitdepth > 16 => no Imaging data format equivalents). Components with sample separation are loaded correctly, ICC profiles or palettes are not used, YCbCr images are translated to RGB.

JPEG 2000 File Format Support

     

    分享到:
    评论

    相关推荐

      JPEG2000 C语言代码 跨平台

      OpenJPEG是一个知名的开源JPEG2000库,它实现了JPEG2000标准的全部功能,包括编码、解码、元数据处理等,并且遵循JP2、JPX和J2K文件格式。这个库不仅提供了基本的API供开发者调用,还支持多线程处理,以充分利用现代...

      matlab开发-JPEG2000MATLABwrapper

      标题中的“matlab开发-JPEG2000MATLABwrapper”指的是使用MATLAB进行JPEG2000图像编码和解码的开发工作。JPEG2000是一种高级的数字图像压缩标准,它采用了分形编码和多级传输技术,相比传统的JPEG标准,提供了更高的...

      matlab开发-JPEG2000压缩使用simulinkv2

      本项目“matlab开发-JPEG2000压缩使用simulinkv2”就是利用Simulink来实现JPEG2000图像压缩的一种方法。 JPEG2000的核心技术包括离散小波变换(DWT)、级联码流结构、多分辨率表示和自适应熵编码等。这些技术使得...

      JPEg2000标准Kakadu软件

      2. **离散小波变换(DWT)**:代替JPEG的离散余弦变换(DCT),JPEG 2000采用小波变换,能够更精确地捕捉图像的细节和边缘,同时在压缩过程中减少数据丢失。 3. **多级编码**:通过多级编码,JPEG 2000能实现无损和...

      jj2000-5.1a-Java语言的Jpeg2000图像库

      3. **API**:提供丰富的编程接口,方便开发者集成到自己的应用中,实现JPEG 2000图像的读写、解析、编辑等功能。 4. **示例代码**:可能包含演示如何使用库功能的示例程序,帮助开发者快速理解和应用。 5. **文档*...

      JPEG2000源代码

      VC++,全称Visual C++,是微软公司开发的一款强大的C++集成开发环境,广泛用于Windows平台上的应用程序开发。这里的标签“VC++ 图片处理”表明这些源代码是为在VC++环境中处理图像,尤其是JPEG2000格式的图像而设计...

      JPEG2000图像编解码 源码

      开发人员可以通过这个库文件学习和研究JPEG 2000的编码流程,也可以将其集成到自己的项目中,快速实现JPEG 2000的编解码功能。 总之,JPEG 2000图像编解码源码提供了一个深入了解和实践该编码标准的平台。通过`J2k...

      JPEG2000.rar_JPEG2000_JPEG2000 C++

      在实际开发中,常用的C++ JPEG2000库有OpenJPEG和JPEG2000-CPP等。这些库提供了完整的API接口,开发者可以方便地集成到自己的项目中,实现JPEG2000图像的处理。 总结,JPEG2000凭借其高效的小波变换和丰富的编码...

      jpeg2000

      使用这样的C++库,开发者可以直接在自己的应用程序中集成JPEG2000功能,而无需从头开始编写所有核心算法。 在www.pudn.com.txt这个文件中,可能包含了关于这些资源的进一步信息,如下载链接、使用教程或者版权信息...

      JPEG2000源码

      在本文中,我们将深入探讨JPEG2000的核心原理和其在VC(Visual C++)环境下的开发。 1. **JPEG2000基础** JPEG2000采用的是基于小波变换的编码方法,而JPEG则使用离散余弦变换。小波变换允许图像在空间和频率上...

      JPEG2000ctde.rar_JPEG2000

      通过源代码,我们可以研究如何在Windows环境下集成JPEG2000编解码算法,以及如何设计一个用户友好的界面来展示其功能。 了解并研究这个JPEG2000编码器的源代码,开发者可以获得以下关键知识点: 1. 离散小波变换...

      嵌入式的JPEG2000编解码系统的设计与实现

      ### 嵌入式的JPEG2000编解码系统的设计与实现 #### 概述 随着数字图像和视频数据的急剧增长,压缩技术成为存储和传输这些数据的关键手段。JPEG2000作为一种新兴的图像/视频压缩标准,旨在解决传统JPEG标准存在的...

      JPEG2000源码 vc

      对于"JPEG2000源码基于vc"的描述,这意味着该源代码是使用Microsoft Visual C++(VC++)编写的,这是一款广泛使用的C++集成开发环境。使用VC++编写JPEG2000源码可以确保代码在Windows平台上高效运行,并且方便进行...

      图像JPEG2000压缩算法

      JPEG2000是一种先进的数字图像压缩...而“Blackfin_JPEG2000”这个文件很可能是关于如何在ADI Blackfin处理器上实现JPEG2000压缩算法的详细文档或代码库,对于开发基于Blackfin平台的图像处理应用具有重要的参考价值。

      Java_JPEG2000_codec.zip_java jj2000_jj2000_jj2000-4.1_jj2000-4.1

      Java_JPEG2000_codec.zip 是一个包含Java实现的JPEG2000编解码器的压缩包,其中包含了源代码、二进制代码和相关的文档,这为开发者提供了在Java环境中处理JPEG2000图像格式的能力。JPEG2000是一种高级图像编码标准,...

      Kakadu_V2.2.3.zip_JPEG2000_Jpeg VC++_Kakadu JPEG_Kakadu2.2_V2

      Kakadu是JPEG2000标准的一个权威实现,由澳洲国家信息通信技术研究所(NICTA)开发,现由Verimatrix公司维护。Kakadu V2.2.3是该软件的一个版本,它提供了高效的编码器和解码器,支持多种平台,包括VC++环境。这个...

      基于Nios嵌入式处理器的JPEG2000算法实现

      在现代数字图像处理领域,JPEG2000作为一种先进的压缩标准,因其卓越的图像质量和灵活的编码特性而受到广泛的关注。Nios II嵌入式处理器是Altera公司开发的一种软核处理器,它允许用户根据需求定制处理器配置,适用...

      JPEG2000 源程序 Jasper 图像压缩编码

      源程序Jasper是一个开源的JPEG2000编解码库,由DCE(Digital Cinema Efforts, LLC)开发并维护,用于实现JPEG2000标准。 Jasper库提供了对JPEG2000编码和解码的全面支持,包括基本的编码算法、多分辨率表示(分形...

      基于jpeg-9d编译的windows版本JPEG开发库以及工程源码

      在Windows平台上,开发人员经常需要这个库来处理JPEG图像,例如读取、写入或压缩/解压缩JPEG文件。 本资源提供了基于`jpeg-9d`编译的Windows版本的JPEG开发库,涵盖了不同配置下的库文件和头文件。具体来说,它包括...

    Global site tag (gtag.js) - Google Analytics