Internet Wavelet Progressive Codec
.:official development website:.
 
  Last actualised: Dec 22, 2005

wersja językowa / language:   

 
     
 

Menu

News 
Project description 
Tests 
 
Modules: 
Habib JP2 Codec « 
Habib Viewer « 
Image Comparer « 
JP2 Database « 
SITP Applet « 
JP2 Analyzer « 
 
Links 
Abouth the author 
 

Visitors counter

 

Survey



spoko
kiepsko
nie mam zdania

Number of votes: 100
 

Contact

phalasa@gazeta.pl
  JP2Codec

Description

    JP2Codec is the decoder of images based on JPEG2000 algorithm. It's whole written in Java language. It's main goals are effective and progressive image decodeing, great flexibility and potencial of configuration. Codec is based on official Java JPEG 2000 implementation - JJ2000 library. The most important adjustment is Image I/O API compatibility, which provides architecture independent data source and target image. Moreover input parameters are send by ImageReadParam and ImageWriteParam classes.

Image I/O

    Interfejs programowania Image I/O umożliwia tworzenie koderów i dekoderów obrazu w postaci wtyczek (plug-in). Wtyczka taka może być łatwo zainstalowana w środowisku uruchomieniowym Javy poprzez skopiowanie odpowiedniego pliku. Rozszerza ona możliwości aplikacji napisanych z użyciem API Image I/O. Interfejs umożliwia czytanie danych z dowolnego źródła, którym mogą być na przykład plik, pamięć operacyjna, URL, czy własne protokoły sieciowe. Obraz przechowywany jest w postaci obiektu typu BufferedImage, co daje szerokie możliwości wykorzystania. System ten posiada także mechanizmy śledzenia postępu wczytywania obrazów.

    More informations at http://java.sun.com/j2se/1.5.0/docs/guide/imageio/

Block scheme

Last changes

    v 0.2 - progressive decoding, threads implementation.
    v 0.1 - the first version of decoder, handles only simple options.

Download

     
jp2codec.jar 160kB compiled version of decoder ready to use in other applications
jp2codec-src.zip 294kB source code of the last version
jp2codec-doc.zip 701kB javadoc documentation
     

Installation

     To correctly use of plug-in, it's needed to link jp2codec.jar file with the application using CLASSPATH mechanism.

 
     
 

Copyright © Paweł Hałasa (2003)