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 5322 - 5351 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5322
Dear friends Could anyone please tell me, In the client server kakadu program, how the client tell a specific compression ratio to server( for example 100:1) ...
alvin_ak
Offline
Jun 1, 2008
12:00 pm
5323
Hi Guys, I'm trying to take a 10bit JP2 generated by kakadu and turn it into a 16bit TIFF, using kdu_expand. I've attached the JP2's properties as seen in...
unn0xi
Offline Send Email
Jun 2, 2008
1:29 am
5324
Dear friends, Could anyone please tell me, is kdu_server supprts SSL(secured socket layer)? If it supports SSL, then kindly tell me how can I enable this? ...
alvin_ak
Offline
Jun 2, 2008
4:07 pm
5325
Hi Alvin, No I'm afraid it doesn't, but you could always add that. Actually, "kdu_server" was originally intended to be just a demonstration of what kakadu can...
David Taubman
taubman_ds
Offline Send Email
Jun 3, 2008
3:14 am
5326
Hi Alvin, It cannot be done. There is no request syntax which demands a certain compression ratio up front. Actually, it is a pretty meaningless thing to ask...
David Taubman
taubman_ds
Offline Send Email
Jun 3, 2008
3:34 am
5327
David, after finally getting my Jpip serer working through IIS, I met a problem when connecting to it with kdu_show. In the case of a HTTP POST from kdu_show,...
opaumier
Offline Send Email
Jun 3, 2008
2:02 pm
5328
Description tells for -rate: One or more bit-rates, expressed in terms of the ratio between he total number of compressed bits (including headers) and the...
ulfknebel
Offline Send Email
Jun 3, 2008
2:04 pm
5329
use kdu_compress with command line d:\\doit.jp2", "-i d:\input.tif -o d:\output.jp2 -rate 0.8 Clayers=28 Clevels=8 Corder=PCRL ORGgen_plt=yes ...
ulfknebel
Offline Send Email
Jun 3, 2008
2:04 pm
5330
I find the line: dp->fval = (((float)(*sp)) / 256.0F) - 0.5F; Why do you divide by 256.0f? Would expect division by 255 in order to reach full range [-0.5,...
ulfknebel
Offline Send Email
Jun 3, 2008
2:04 pm
5331
There are 256 values in a byte (0-255). From: kakadu_jpeg2000@yahoogroups.com [mailto:kakadu_jpeg2000@yahoogroups.com] On Behalf Of ulfknebel Sent: Tuesday,...
Jason Klotzer
jason_klotzer
Offline Send Email
Jun 3, 2008
8:19 pm
5332
Hi, I am looking into using the Kakadu library in a C++ application and have been trying to take baby steps toward understanding how to use the library. I...
bogburnben
Offline Send Email
Jun 3, 2008
8:19 pm
5333
Ulf, JPEG2000 allows two modes of wavelet transforms--irreversible and reversible. For irreversible transforms the data is stored in floating point format,...
Roland_Sweet@...
roland_a_sweet
Offline Send Email
Jun 3, 2008
9:32 pm
5334
HI Ben, The ultimate sample code for just about any combination of compression options you can imagine is "kdu_compress". Perhaps that's a bit much for you,...
David Taubman
taubman_ds
Offline Send Email
Jun 3, 2008
11:49 pm
5335
Hi Ulf, This is a delicate matter. For the purpose of irreversible compression, the way the JPEG2000 standard interprets B-bit imagery, with samples denoted X,...
David Taubman
taubman_ds
Offline Send Email
Jun 4, 2008
12:09 am
5336
Hi Ulf, The bit-depth of the original image is completely irrelevant. The definition of "-rate" does not involve the precision of the original image. It is...
David Taubman
taubman_ds
Offline Send Email
Jun 4, 2008
12:20 am
5337
Once all lines have been fed into the compression engine(s) the engines still have to finish running (in the multi-threaded mode, this happens in background...
David Taubman
taubman_ds
Offline Send Email
Jun 4, 2008
12:27 am
5338
HI Olivier, I will fix this. Thank you for bringing this aspect of HTTP to my attention. Cheers, David ... From: "opaumier" <opaumier@...> To:...
David Taubman
taubman_ds
Offline Send Email
Jun 4, 2008
12:28 am
5339
OK, if image dimension is 640*480 -rate 1.0 with one tile means 640*480 bits? bits of what? Sorry, please make parametrisation clearer. Must also give our...
ulfknebel
Offline Send Email
Jun 4, 2008
2:07 pm
5340
In the kdu_compress example, -rate is in "bits per output pixel". So for a 24-bit RGB image, specifying -rate 1.0 means the output image will be 1/24th of the...
mikeunverferth
Offline
Jun 4, 2008
2:48 pm
5341
... OK, thing gets clearer. But not clear enough: 24-bit RGB image are passed to kdu in 3 components each having 8-bits. So would -rate 1.0 mean output has...
ulfknebel
Offline Send Email
Jun 5, 2008
4:36 pm
5342
[] Output size is 1.0 [rate] * (640*480) [image pixels] bits. Because [rate] = [bits per pixel]. There is no dependence on number of components or precision...
David Taubman
taubman_ds
Offline Send Email
Jun 5, 2008
11:34 pm
5343
So output size for an image with same number of pixels is independent from bit depths and component count? What if I convert 8-bit gray to 24-bit RGB. Images...
ulfknebel
Offline Send Email
Jun 6, 2008
10:12 pm
5344
Levels seem to indicate sub-division depth of wavelet pyramid. So, when compressing an image, should I always use maximum possible level in order to get full...
ulfknebel
Offline Send Email
Jun 6, 2008
10:12 pm
5345
David, I am in the process of integrating KakaduV6.0 in our tool-set, including support for Jpip server/clients on the Unix platforms. I can build kdu_server...
johannes_lenferink
johannes_len...
Offline Send Email
Jun 6, 2008
10:13 pm
5346
Actually if you convert 8-bit gray to 24-bit RGB and compress both with -rate 1.0 the quality should be (nearly) identical because the chrominance components...
mikeunverferth
Offline
Jun 6, 2008
10:30 pm
5347
Hello Kakadu forum- I have 120 sequential .bmp images and I'd like a Jpeg2000 stream to make a 5 second Digital Cinema clip. Should the .j2c file end up as ...
cdplus2
Offline Send Email
Jun 9, 2008
5:42 pm
5348
Hello, read that kdu converts RGB to YUV before compression. When & where does it happen? Where can I deactivate this? Cannot find string YUV in the include...
ulfknebel
Offline Send Email
Jun 9, 2008
5:43 pm
5349
... In order to equal output-size and input size I multiply the -rate with the bits per pixel and then get something which is almost lossless? I know that the...
ulfknebel
Offline Send Email
Jun 9, 2008
5:43 pm
5350
Ulf, Try the string "Cycc=no" on the command line. That tells Kakadu to not perform the YUV transformation. "ulfknebel" <ulfknebel@...> Sent by:...
Roland_Sweet@...
roland_a_sweet
Offline Send Email
Jun 9, 2008
5:57 pm
5351
You obviously cannot use the same -rate value to get the same "quality" for different bits per per pixel. So don't use -rate at all if you want to have a...
mikeunverferth
Offline
Jun 9, 2008
8:15 pm
Messages 5322 - 5351 of 5972   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