aspose file tools
The moose likes Java in General and the fly likes JPEG2000 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "JPEG2000" Watch "JPEG2000" New topic
Author

JPEG2000

giciorek none
Greenhorn

Joined: Jun 05, 2003
Posts: 3
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 (ROI � region of interest)

I am interested in the first: �Progressive by resolution�. So I want to show the image while loading
for example if you download a 2 MB image through Modem connection.

I am looking for a exemplary implementation - does not matter in which language or platform it is running.

I would be grateful for any help.

Regards,

gicio
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JPEG2000
 
Similar Threads
Loading message display in jsp
How to do maintainance on Apache - Jboss Setup
Problem Repainting Panel
Can I use requestDispatcher.forward while using AJAX for Loading image
How to show loading image while moving between pages?