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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4810 - 4839 of 5971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4810
Hi fellow Kakadu users, I'm hoping for a little guidance on a recipe for adding images to an existing compositor. I'm presenting compositing two jp2 files into...
Christopher Hunt
thehuntschris
Offline Send Email
Jun 1, 2007
12:23 pm
4811
The following shows two command lines for the kdu_compress utility. When I ask for reversible compression, I get a stream of about 53K for this image and when...
joe_moock
Offline Send Email
Jun 1, 2007
7:11 pm
4812
... The first example in documentation/Usage_Examples.txt indicates that - rate 1.0 yields 1 bit per sample. a) kdu_compress -i image.pgm -o out.j2c -rate 1.0 ...
Greg Coats
greg_coatman
Offline Send Email
Jun 2, 2007
2:11 am
4813
Hi all, I'm new to member and I'm interested in learning on Context Adaptive coding (before doing binary Arithmetic coding). Do you know if kakadu supports...
aa20012002
Offline
Jun 2, 2007
2:12 am
4814
... that - ... Yes, I'm a newbie, so I don't understand this response. The help screen states that –rate is "One or more bit-rates, expressed in terms of the...
joe_moock
Offline Send Email
Jun 3, 2007
3:56 am
4815
This might be a result of the sample precision. I saw this behavior with 12-bit samples where the data was in the upper 12 bits of a 16-bit word. Do you really...
bpq654
Offline Send Email
Jun 4, 2007
1:54 am
4816
My application followed the example of kdu_buffered_expand (but with codestream components instead of output components). When it failed to call...
bpq654
Offline Send Email
Jun 4, 2007
1:55 am
4817
... Thank you. Yes, I have 16 bit data and it is signed. For the image in question the values range from -1030 to +3074....
joe_moock
Offline Send Email
Jun 4, 2007
4:58 pm
4818
Joe, Try explicitly setting a base step size for quantization using the syntax Qstep=<float>. The default for kdu_compress of 1/256 works well for 8-bit data...
roddy_shuler
Offline Send Email
Jun 4, 2007
8:22 pm
4819
I built with cygwin with no problems (used the Linux makefile). But I tried to switch to mingw and got a compile error: In file included from...
bpq654
Offline Send Email
Jun 5, 2007
4:24 pm
4820
Roddy, Thanks that was the piece of the puzzle that was missing... ... This ... or ... image...
joe_moock
Offline Send Email
Jun 6, 2007
2:13 am
4821
Which route is preferred for RGB images: Luminance-Chrominance conversion or Multi-component transform and why? It seems the route is somewhat dependent on the...
Jason Klotzer
jason_klotzer
Offline Send Email
Jun 6, 2007
9:38 pm
4822
We are having problems accessing jp2 files that are larger than 4GB (perhaps even 2GB) on the Mac. We either get an error like: Kakadu Core Error: Invalid...
mikeunverferth
Offline
Jun 6, 2007
9:48 pm
4823
Hi Mike, Thanks for contacting me about this. I believe that this arises for exactly the same reason that TIFF files > 2GB cannot be read on the MAC. If my...
David Taubman
taubman_ds
Offline Send Email
Jun 7, 2007
2:12 pm
4824
HI Christopher, I'm afraid the object cannot currently support this, although it would not be difficult to add the capability, since it already handles any...
David Taubman
taubman_ds
Offline Send Email
Jun 8, 2007
1:05 pm
4825
Hi, I have the complete source code for v2.2 which came along with the David Taubman's book. Is it possible to get the latest v5.2.5 source code? if so where...
aptexan1
Offline
Jun 10, 2007
10:50 pm
4826
Hello, I have a big problem because I use kakadusoftware codecs to compress and decompress RAWL Matrix. When I compress I use: kdu_compress -rate 1.375 -i...
Angel Garcia
gelilho
Offline Send Email
Jun 10, 2007
10:50 pm
4827
Hi, Have a look at "Licensing" on Kakadu home page at www.kakadusoftware.com. -Jukka Rahkonen-...
jratike80
Offline Send Email
Jun 11, 2007
9:48 am
4828
... Thanks David - now I know I'll look at seeing if I can somehow integrate the functionality into the compositor. Failing that I can always create multiple...
Christopher Hunt
thehuntschris
Offline Send Email
Jun 11, 2007
2:59 pm
4829
There are two possible issues: 1) '-rate 1.375' is likely to cause lossy output. Try using '-rate -' instead, and decode without any -rate switch. 2) If the...
mlepley_dance
Offline Send Email
Jun 11, 2007
6:04 pm
4830
we would like to compress jpg files and tiff files and have most of the exif data move to the jp2. there are some tools for this, but it seems complicated. ...
brewsterarchiveorg
brewsterarch...
Offline Send Email
Jun 12, 2007
1:25 pm
4831
There seems to be a bug in the 'kd_delegator::delegate function' within "connection.cpp". The affected portion is lines 1399 through 1420, where the linked...
Vilppu Tuominen
v_tuominen
Offline Send Email
Jun 12, 2007
1:27 pm
4832
Just to close the loop on this...somewhat: Someone mentioned that this really isn't a problem with Kakadu per se, but with the JP2 specification -- that it...
dakndak
Offline Send Email
Jun 12, 2007
3:57 pm
4833
I have written software that allows me to extract and display metadata from a .jp2 file before/without downloading any of the image data, including the...
Greg Coats
greg_coatman
Offline Send Email
Jun 12, 2007
9:33 pm
4834
Would the current Kakadu allow you to only download a very small part of the imagery and then get the Metadata? Larry _____ From:...
Larry Beck
beckforce
Offline Send Email
Jun 13, 2007
1:29 am
4835
Hi David, I ran some checks for you on OS X 10.4.9 Intel running i686-apple-darwin8-gcc-4.0.1 Since my current source base uses a memory input buffer I could...
xt5lg45yr
Offline
Jun 13, 2007
12:47 pm
4836
Hi Vilppu, Thanks for this. I am just on the verge of a new release, having fixed all the other reported bugs I am aware of, so it is good to include this...
David Taubman
taubman_ds
Offline Send Email
Jun 13, 2007
12:47 pm
4837
Hi kevin, There is no bug here. I also have no trouble opening files with these boxes in Adobe Acrobat. "kdu_compress" chooses to write these boxes with a...
David Taubman
taubman_ds
Offline Send Email
Jun 13, 2007
12:48 pm
4838
Hi Larry, I presume you are referring to JPIP downloads. I don't see a problem with this. You can issue a query with the "metareq" JPIP request field. You...
David Taubman
taubman_ds
Offline Send Email
Jun 13, 2007
12:49 pm
4839
HI Paul, Not true. JPIP provides the "!!" (metadata-only) suffix for its "metareq" query field. Cheers, David ... From: "dakndak" <dakndak@...> To:...
David Taubman
taubman_ds
Offline Send Email
Jun 13, 2007
12:51 pm
Messages 4810 - 4839 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