Thread: Does anybody know the JJ2000 Project?

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    101

    Question Does anybody know the JJ2000 Project?

    I have few questions regarding the JJ2000 implementation.

    (http://jj2000.epfl.ch/)





    I am trying to load JPEG2000 (J2k) image and make use of the scalability features
    provided by J2k by showing the image while loading. The tutorials clearly show that
    there are two possible “modes”:

    - Progressive by resolution (You load the picture and it becomes sharper while loading,
    something like interlaced GIF)

    - Progressive by accuracy


    I am interested in the first: “Progressive by resolution”. The way it is done now in the
    jj2kgui-1.5b.jar is that it shows the picture after it is decoded using a temporary pgm,
    pgx or ppm file. So what the user sees the progress bar and then the image appears.


    1.How to inform the decoder that I would like to get my data progressively
    by resolution?

    2. What kind of data/stream is supplied by the decoder while progressive
    loading?

    3. Which java (AWT?) object has the capability to display the progressive
    data received from decoder while decoding?


    I would be grateful for any help.



    Regards,


    gicio

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    101
    no one???


    regards,


    gicio

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM