Search the web
Sign In
New User? Sign Up
kakadu_jpeg2000 · Kakadu JPEG2000 Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2201 - 2231 of 5971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2201
Hi Xiaoqu, You should read "Compilation_Instructions.txt", which explains that you have to first create an appropriate directory structure before using the...
David Taubman
taubman_ds
Offline Send Email
Apr 1, 2004
12:04 pm
2202
HI Robert, ... Yes, "kdu_merge" can do this task. You can compress each individual image and then merge the compressed images using "kdu_merge", creating a...
David Taubman
taubman_ds
Offline Send Email
Apr 1, 2004
12:30 pm
2203
Hi Robert, ... Pipelined (non-preemptive) requests can be issued on a single channel by including the "wait=yes" request field. I believe this all works ...
David Taubman
taubman_ds
Offline Send Email
Apr 1, 2004
12:51 pm
2204
Robert, One more thing. HTTP-TCP tends to be less work for the server than HTTP only, since HTTP only forces the client to manage responsiveness by...
David Taubman
taubman_ds
Offline Send Email
Apr 1, 2004
12:53 pm
2205
Hi, I'm developing a Jpeg 2000 viewer. I found that Kakadu is more faster for decompressing than Jasper. At ur convinience i request you to tell me if i port...
anil_dudes
Offline Send Email
Apr 1, 2004
2:07 pm
2206
Hi, When it comes to question 1 I feel that discussion that begun from message #2080 might give you some ideas about how this task could be solved. Regards, ...
jratike80
Offline Send Email
Apr 1, 2004
2:12 pm
2207
Xiaoqu, You have to create the directory tree described in the file "Compiling_Instructions.txt" "...you should first create directories "bin", "lib" and...
Julien Demaria
millstonedem
Offline Send Email
Apr 1, 2004
2:42 pm
2208
Hi all! I have a doubth regarding the jp2_box parameter. I tried to compress an image with metadata and used the jp2_box parameter to add metadata into the jp2...
antonio serra
prof_motoserra
Offline Send Email
Apr 1, 2004
3:46 pm
2209
David: Thank you for the detailed response - it was very helpful. I will be trying the single-threaded multi-image requests (with one compositor per ...
Robert Balfour
balfour_reb
Offline Send Email
Apr 1, 2004
9:41 pm
2210
HI Anil, I am not sure what the point of porting a C++ application to ANSI C is, since C++ can generally be compiled to ANSI C -- this is how all the original...
David Taubman
taubman_ds
Offline Send Email
Apr 2, 2004
12:52 am
2211
HI Antonio, If you are asking how you can see the box you added, try using the metashow tool (view->metashow I think) in "kdu_show". Cheers, david ... Dr....
David Taubman
taubman_ds
Offline Send Email
Apr 2, 2004
1:15 am
2212
HI Robert, Actually instantiating a `kdu_region_compositor' object is not costly. However, if you get to reuse an existing one, you may find it allows you to...
David Taubman
taubman_ds
Offline Send Email
Apr 2, 2004
1:21 am
2213
Hi, just a quick question on JPIP currently I am implementing a client side jpeg2000 application in java. I have problems trying to create new channels in a...
Greco, Peter (Student)
putrisannous
Offline Send Email
Apr 2, 2004
2:38 am
2214
HI Greco, The Kakadu server does not support multiple channels right now, as you have probably guessed. It is perfectly legal to ignore the new channel...
David Taubman
taubman_ds
Offline Send Email
Apr 2, 2004
4:23 am
2216
Hi David, thanks for your reply, but thats not what I ment :-(. My question is, when using kdu_expand how can I extract a jp2_box added by kdu_compress? I'm...
antonio serra
prof_motoserra
Offline Send Email
Apr 5, 2004
10:19 am
2217
Dear Dr. Taubman, we actually working with a network camera that streams jp2 files with server push method. Images are 640x480 YUV 4:2:2 so components others...
Ciro YUP
ciroyup2004
Offline Send Email
Apr 5, 2004
4:29 pm
2218
HI Ciro, A key consideration is bit-rate. You want to achieve a sample throughput of about 20 Mega-samples per second, which is certainly do-able at some...
David Taubman
taubman_ds
Offline Send Email
Apr 6, 2004
12:14 am
2219
I have a bug I can't seem to squash - I'm using stripe compress/decompress, 8 bit gray images work fine, but when I compress then decompress 16 bit gray images...
bronmacfionn
Offline Send Email
Apr 6, 2004
12:18 am
2220
Sorry Antonio, "kdu_expand" is just a demo application -- doesn't do everything. It does not extract extra boxes. However, there are many quite simple ways to...
David Taubman
taubman_ds
Offline Send Email
Apr 6, 2004
1:27 am
2221
Update: the bug is actually the top half(exactly half) of the image is there anf the bottom is black. I've fixed the big-little endian problem as well, but...
bronmacfionn
Offline Send Email
Apr 6, 2004
4:33 am
2222
Is there any other way to get support on the API if we're a licensed customer? Tim Fowers - Novarad Inc...
bronmacfionn
Offline Send Email
Apr 8, 2004
5:57 am
2223
Hi, I was trying to compress some images with high frequency components...but, the output quality was very bad. so, i implemented J2K version which can handle...
Mahesh Subedar
subedarm
Offline Send Email
Apr 9, 2004
2:38 am
2224
I assume by high frequency images you mean something like SAR images? Well, JPEG2000 and most other compression algorithms are tailored towards natural images...
Gerardo Rosiles
gerardo_rosiles
Offline Send Email
Apr 12, 2004
7:17 pm
2225
Hi All, Good morning. i am new to this group and Kakadu too. As i observed in kdu_show some displaying part is depending on win platform only. ( they are using...
umasankar_t
Offline
Apr 13, 2004
1:03 pm
2226
Hi, I setup a kakadu server here to test something but typed the wrong URL and had the usual dialog box come up saying that it couldn't connect. When I moved...
Owen, Michael
michaelowen75
Offline Send Email
Apr 13, 2004
1:04 pm
2227
Hi Sankar, you can use wine in order to run kdu_show on Linux. There are though some libraries which are needed for running kdu_show (see kakadu-Website). You...
Javier Martin Langerw...
javiermartin...
Offline Send Email
Apr 13, 2004
2:48 pm
2228
... I only just started looking at the possibility of doing an OSX impl. , but there is this significant info in documentation/Overview.txt : ... 2) A new,...
Steven D. Majewski
sdm7g@...
Send Email
Apr 13, 2004
2:57 pm
2229
I am in the process of converting my app from using a local .jp2 image file (which works nicely) to accessing a remote .jp2 file using the kakadu server,...
Robert Balfour
balfour_reb
Offline Send Email
Apr 14, 2004
12:22 am
2230
Hi Experts, Does anybody know if there are command-line options (such as error-resilience) to invoke "kdu_show"? If so, is there a list of comamnd options...
j2klearner
Offline Send Email
Apr 14, 2004
2:25 am
2231
Hello DAVID, I'm Vallabha V H, doin my masters at La Trobe Uni, Melbourne. I'm presently working on the JPEG2000 image compression standard. I have the KAKADU...
vallabh_a
Offline Send Email
Apr 14, 2004
1:12 pm
Messages 2201 - 2231 of 5971   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help