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 2556 - 2585 of 5971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2556
Hello Kiran, I wonder now if you really should devide by the factor of 1.5. Kdu_compress -usage fives this definition for "rate" term: "One or more bit-rates,...
jratike80
Offline Send Email
Nov 1, 2004
2:19 pm
2557
I'm trying to get an image out of a CIELab colour space JPEG2000 file. However, the conversion to RGB shown in kdu_show doesn't appear to work correctly (i.e....
mrmikeedie
Offline Send Email
Nov 1, 2004
2:20 pm
2558
HI Steve, I just returned from some extensive travelling. I hope to be able to release a new version of Kakadu by the end of this month. It will contain some...
David Taubman
taubman_ds
Offline Send Email
Nov 2, 2004
1:33 pm
2559
Hi Nikhil, Certainly, it is possible to save the output in this format. The processes of interpolation and colour conversion are part of the higher level ...
David Taubman
taubman_ds
Offline Send Email
Nov 2, 2004
1:38 pm
2560
Hi Vicente, I think you have misunderstood the role played by data-bins in JPIP. The data-bins do not have anything to do with the original order of packets in...
David Taubman
taubman_ds
Offline Send Email
Nov 2, 2004
1:43 pm
2561
hi, all. I tried to run server and show in my pc. But why the connection was always stopped before the show client received the whole image(jp2)? And the...
jpeg3k
Offline
Nov 2, 2004
2:11 pm
2562
These are common questions to this group, to which you can find a number of previously posted answers. For a number of good reasons, the "kdu_server"...
David Taubman
taubman_ds
Offline Send Email
Nov 2, 2004
2:59 pm
2563
I am new to Kakadu and am using the region decompressor as shown in the "kdu_render" sample to get a windows bmp image of size 720*240. (this was the...
sum_nat1
Offline
Nov 3, 2004
1:23 pm
2564
The "kdu_render" example is based upon the `kdu_region_decompressor' object which represents a higher level API for rendering image regions than the lower...
David Taubman
taubman_ds
Offline Send Email
Nov 3, 2004
4:15 pm
2565
Hi David, The problem is that I have not looked into the Kakadu Code as I do not have one. I am developing a Decoder on an Embedded platform which supports a...
nikhil parvatikar
nikhil_parva...
Online Now Send Email
Nov 4, 2004
2:26 pm
2566
... file. ... An example file has been uploaded to the Files section called "JP2_LAB_Mike.jp2" note how the RGB and CMYK appear in the wrong colour but do...
mrmikeedie
Offline Send Email
Nov 4, 2004
2:27 pm
2567
My decompressed image is of size 720*240. I would like to get an image of size 360*240 using kdu_region_compositor - ie, I need to be able to specify different...
sum_nat1
Offline
Nov 9, 2004
2:32 pm
2568
Hi Sumathi, Perhaps the key issue here is that the core Kakadu system will not selectively discard subbands only in one orientation so as to reconstruct the...
David Taubman
taubman_ds
Offline Send Email
Nov 10, 2004
9:54 am
2569
Hi Mike, I took a look at your image and found the source of the problem. There were, in fact a few separate bugs which I found, but the one chiefly...
David Taubman
taubman_ds
Offline Send Email
Nov 10, 2004
2:04 pm
2570
Hello Group, I have generated some .jp2 file using other demo software and i tried to open it with Jasper, Kakadu and Lurawave ... My results .. Japser .....
Aditya Agrawal
adit6702
Offline Send Email
Nov 11, 2004
2:15 pm
2571
Hi, it is true that a precinct data-bin contains all the packets of a single precinct, concatenated into a single stream, independently of its real...
juanp_garciao
Offline Send Email
Nov 11, 2004
11:04 pm
2572
Hi, Is there a way I can make request that just returns association boxes (or any box) and their sub-boxes? How would I make this query? Thanks, Matt...
Matt Calder
oldschoolsol...
Offline Send Email
Nov 12, 2004
6:11 pm
2573
Hi JP, Your statements are all correct. However, the conclusion concerning LRCP progression order might be a little misleading. The server can build its own...
David Taubman
taubman_ds
Offline Send Email
Nov 15, 2004
12:54 pm
2574
Hi Matt, Yes, you certainly can do this. Here is an example URL you can use to test the functionality with the Kakadu client/server implementation: ...
David Taubman
taubman_ds
Offline Send Email
Nov 15, 2004
1:24 pm
2575
Hi Aditya, I took a closer look at your files. They contain a JP2 header, which is almost certainly illegal. Specifically, your files contain only one image...
David Taubman
taubman_ds
Offline Send Email
Nov 15, 2004
2:47 pm
2576
Thank you for your great explaination Dr. Taubman. I was also wondering if there is a way to address a specific box. For instance, can I request a specific XML...
Matt Calder
oldschoolsol...
Offline Send Email
Nov 16, 2004
2:10 am
2577
JP2 fans, Is there a good way to read a file and quickly check if in fact it is a legal JP2/JPX/j2c file? I don't want to just assume that whatever extension...
Brendan Bolles
fnordware
Offline Send Email
Nov 16, 2004
2:10 am
2578
Hi Brendan, To perform a "magic number" type check, look at the first 12 bytes (the JPEG 2000 signature box) and verify that those bytes have the value 0x0000...
Scott Houchin
houchin
Offline Send Email
Nov 16, 2004
1:41 pm
2579
Fix works a treat thanks David. Mike :-) ... xy_D50_white[1]; ... c_xyzD50_to_xyzD65,3); ... <mike_edie@h...> ... to ... expected). ... comes...
mrmikeedie
Offline Send Email
Nov 16, 2004
1:51 pm
2580
Hi Matt, You can narrow the "metareq" request to boxes contained in a particular data-bin, via the R<id> extension. Kakadu supports this. To use this...
David Taubman
taubman_ds
Offline Send Email
Nov 16, 2004
4:16 pm
2581
Hi Brendan, Certainly. A raw code-stream starts with the 2-byte SOC code, while all JP2-family files commence with a common 4-byte signature (the signature...
David Taubman
taubman_ds
Offline Send Email
Nov 16, 2004
4:20 pm
2582
All, We're reading codestreams in persistant mode since we need random access to different areas of the image (possibly more than once). We've noticed that...
Jason Hanley
sylsft
Offline Send Email
Nov 17, 2004
4:39 pm
2583
Hi Jason, Your question is a very timely one. I am getting near to releasing a new version (probably within a week) of Kakadu which includes quite a few...
David Taubman
taubman_ds
Offline Send Email
Nov 18, 2004
11:33 am
2584
Hi, I was wondering if anyone ever had success doing a static build of v4_2_1 on linux. Although the libs and apps (such as kdu_expand) build without error, I...
Lydia Ng
lng34
Offline Send Email
Nov 18, 2004
2:26 pm
2585
Hello, I have some trouble while creating the Kakadu JNI. I did everything described in the "Compiling_Instructions.txt" file. But compliling the...
sw11500
Offline Send Email
Nov 18, 2004
2:28 pm
Messages 2556 - 2585 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