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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5003 - 5033 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5003
HI Marc, the non-commercial license is fine. Cheers, david ... From: "marcjacquin" <no_reply@yahoogroups.com> To: <kakadu_jpeg2000@yahoogroups.com> Sent:...
David Taubman
taubman_ds
Offline Send Email
Sep 3, 2007
2:22 am
5004
Hi I solved my problem by compiling GDAL with the configure option --without-libtool Patrice ... use it ... --mode=link ... ...
patrice.canonici
patrice.cano...
Offline
Sep 3, 2007
1:07 pm
5005
Looks like you should be just replicating the implementation of "kdu_transcode". Should not be overly difficult -- I believe you should find everything...
David Taubman
taubman_ds
Offline Send Email
Sep 4, 2007
12:58 am
5006
Hi Amina, There is no explicit information in the codestream about which code-blocks belong to the ROI. However, you can infer which ones involve foreground...
David Taubman
taubman_ds
Offline Send Email
Sep 4, 2007
2:40 am
5007
Hi all, I am tryin to reference the kdu_mni.dll in a Web Handler VS 2005 project. I copied the 2 other DLLs (kdu_a/vXX) into the bin directory. But VS at...
marcjacquin
Offline
Sep 14, 2007
1:48 pm
5008
Hi all again, I need to open a JPX file, change or add some jpx_metanodes and close it. It seems that I can't use jpx_target::open() with an existing file, ...
marcjacquin
Offline
Sep 14, 2007
1:49 pm
5009
Hi Marc, did you try to put the DLL's into system32? For me this was the most reliable way. Cheers Lars ... fine...
lschmxx
Offline Send Email
Sep 16, 2007
2:29 pm
5010
We've created a tool using Kakadu that allows users to view high resolution images and then place comments and annotations such as sticky notes, squares,...
paul186282
Offline Send Email
Sep 16, 2007
10:46 pm
5011
Thanks Lars for the input. In fact, I solved it by adding: <hostingEnvironment shadowCopyBinAssemblies="false"/> to the <system.web> section of the web.config...
marcjacquin
Offline
Sep 17, 2007
4:48 pm
5013
HI Marc, This is essentially what "kdu_show" does when you add metadata, even though the interface in "kdu_show" is pretty primitive (just for demo purposes)....
David Taubman
taubman_ds
Offline Send Email
Sep 25, 2007
2:24 am
5014
The problem you are encountering is that "kdu_show" provides the command-line query as a demonstration only of a "one-shot" request. When the query parameters...
David Taubman
taubman_ds
Offline Send Email
Sep 25, 2007
6:05 am
5015
Hi David and all, Many thanks David for this very useful information. Now I can copy JPX infoamtion from jpx_source to jpx_target. But, I still don't ...
marcjacquin
Offline
Sep 26, 2007
9:44 pm
5016
Hi Marc, First use `jpx_meta_manager::insert_node' to create a node in the tree which contains all the relevant "asoc", "numlist" and "roi" boxes. Then invoke...
David Taubman
taubman_ds
Offline Send Email
Sep 27, 2007
5:31 am
5017
Hi, I am trying to read a JP2 file, extract a region of interest and write the restricted region in a JP2 file. First I read the input JP2 file, then I use the...
cmerigue
Offline Send Email
Sep 27, 2007
12:40 pm
5018
I wonder if anyone can confirm if there are any issues with concurrently running multiple Kakadu-based compressors in the same address space. At the moment, I...
Long, Darren
dlong_at_thales
Offline Send Email
Sep 27, 2007
1:45 pm
5019
HI Christelle, You cannot generally do this by simply writing code-block samples from the input codestream across to the output codestream. The most general...
David Taubman
taubman_ds
Offline Send Email
Sep 28, 2007
12:16 am
5020
HI Darren, This is exactly what the "kdu_vex_fast" application in version 6.0 does for decompression. It allows you to create any number of independent ...
David Taubman
taubman_ds
Offline Send Email
Sep 28, 2007
12:20 am
5021
Hi David, Thanks. Can you just confirm that v5.2.6 is also good in this respect. v6 looks interesting, but I'll have to convince someone to stump up the cash...
Long, Darren
dlong_at_thales
Offline Send Email
Sep 28, 2007
10:32 am
5022
Hi, I'm converting some very long scans into jp2 and I wonder if there are any guidelines for setting optimal parameters for the precinct sizes. In my test...
bobcourtney2003
Offline Send Email
Sep 28, 2007
6:01 pm
5023
HI Darren, You can do the same thing with v5.2.6, but v6.0 comes with the "kdu_vex_fast" application which might prove a more useful guide. As for the...
David Taubman
taubman_ds
Offline Send Email
Oct 1, 2007
6:23 am
5024
HI Bob, Unfortunately, your image is around the wrong way (very wide, not so high) for incremental flushing to be extremely effective, unless you also choose...
David Taubman
taubman_ds
Offline Send Email
Oct 1, 2007
7:18 am
5025
Hi David, Would it be more efficient to compress the image the other way around, and use transcode to rotate it into the desired orientation? Thanks Bob ... ...
bobcourtney2003
Offline Send Email
Oct 1, 2007
3:40 pm
5026
We recently recompiled our application to work with the 6.0 dll under XP, which was previously getting about 50% utilization for decompression of 4 streams to...
Todd
warpedrive
Offline Send Email
Oct 1, 2007
6:50 pm
5027
HI Bob, Yes, that is something I had forgotten to mention. You can also transpose the image implicitly during rendering, rather than having to go through the...
David Taubman
taubman_ds
Offline Send Email
Oct 1, 2007
10:38 pm
5028
Hi Todd, This is quite a mystery to me. The main things in v6.0 which should affect speed are as follows: 1) v6.0 contains SIMD speedups for 32-bit precision...
David Taubman
taubman_ds
Offline Send Email
Oct 1, 2007
10:55 pm
5029
Hi David, It's guetting a little messy for me. As I may understand, I must use the Cjpx_meta_manager.insert_node (in C#). I get the codestreams and layers from...
marcjacquin
Offline
Oct 3, 2007
1:21 pm
5030
Hi Marc, 1) I agree that the C# binding does not accept an array of regions. Actually, none of the non-native bindings built by "kdu_hyperdoc" allow the...
David Taubman
taubman_ds
Offline Send Email
Oct 5, 2007
1:19 am
5031
Hello David, ... if (want_display & (num_components != 1) && (num_components != 3) && (num_components != 4)) { kdu_error e; e << "The `-display' option is only...
jjjuande
Offline Send Email
Oct 5, 2007
9:40 pm
5032
Hi, I have been creating some multi-channel images which I would like to serve through JPIP. Main idea is that user should be able to select the three channels...
jratike80
Offline Send Email
Oct 7, 2007
10:29 am
5033
Thanks for reporting this typo. Cheers, David ... From: "jjjuande" <jjjuande@...> To: <kakadu_jpeg2000@yahoogroups.com> Sent: Saturday, October 06, 2007...
David Taubman
taubman_ds
Offline Send Email
Oct 8, 2007
5:56 am
Messages 5003 - 5033 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