I am trying to view with KDU_SHOW two images (as two tiles on one reference canvas)whic were compressed independently using the ADV202 codec. The frames play...
I have been trying to view two j2c file as two individula tiles in one large display (two tiles/frame). Kdu_show displays both tiles correctly when the tiling...
HI Paresh, The problem has nothing to do with Kakadu. The fact of the matter is that tiles in JPEG2000 all sit on a common coordinate canvas, against which...
Hello everyone, i have a Debian machine with gcc and g++ 3.4.6 installed on it and i have build the kakadu Library v6.0 successfully on it. This is my System...
hi all, I am recently studying the implementation of ROI coding in KAKADU software, but I am confused by the calling procedure of the functions implemented ROI...
Hi All, I need help to compress the raw image data t ojp2 using Kakkadu using Java JNI. Pls send me the java code if any body have ported kdu_compress cpp to ...
Hello everyone, I'm trying the kakadu binaries on Windows platform. After some tests, I've some problems to convert Tiff files with colour palette. My input...
You should be able to find this in the interface comments. An ROI object reference is passed into the constructor for `kdu_analysis' and `kdu_encoder', which...
Well to update this in case someone happens by... I *think* I have determined that the Acquire/Release_lock() functions for the Kdu_cache derived object need...
Dr. Taubman, Thanks for the update. I hope they can work out the bugs in the server ports, but seeing as how the windows version works flawlessly it doesn't...
Hello, I've been looking for the update policy concerning kakadu software, but I couldn't find it in the licences on the web site. Could you tell me what it is...
Hi Fabrice, At www.kakadusoftware.com/Purchasing.html it is stated that licenses include all version 6.x releases. There is no gurantee about 7.x, but my...
Do you know how to compress an image with a given number of layers by setting a distorsion (in dB) that results from each layer decoding? Actually, in...
Dear friends Could anyone please tell me, How can I extract 16 bit buffer image in Kakadu client application (Kakadu_Show). Currently I am using following code...
Thank you, David for the response. I am using the "kdu_region_compositor" class in the KDU_Show demo client application for getting the response from the...
Hello, is there a way to redirect the output to stdout instead of a file? kdu_compress -i ~/lena.pgm -o - did not work; the -o options seems to be required ...
Peter Meerwald
pmeerw@...
Mar 11, 2008 2:03 pm
5161
The problem was the options for g++: in coresys/make/Makefile-Linux-x86-32-gcc i just commented the lines ifdef BUILD_LIBKDU_STACKSAFE32_A C_OPT +=...
Hi Brian, If your CPU handles MMX, but not SSE, you can just define KDU_PENTIUM_GCC everywhere and eliminate KDU_X86_INTRINSICS. Cheers, David ... From:...
Dear users, During my work placement, I currently work on the compression of the multispectral and hyperspectral images. I would like to use the compressor...
Hi David, I am using Kakadu v6.0 kdu_server is coverting the file path and name to lower case always. below the code snippet // Convert the file name to lower...
Your problem is probably just with the command-line tool "kdu_compress" not accepting sufficient input file names. You should be able to make your own small...
Hi Alvin, The `kdu_region_compositor' class seems not to be necessary for your application -- it is not central to making requests to the server; it is just a...
Kakadu supports hardware acceleration for reading and writing JPEG2000 files using multiple processors via -numthreads plus Intel SSE. Is there any Kakadu...
Hi David, I am running kdu_server in linux and i forgot to mention this. So i have changed the connection.cpp in contrib folder. Now it support the both lower...
... Hash: SHA1 Has anyone written code to read a JPEG2000 from a Java InputStream class? I'm guessing it would be possible to write a shim derived from the...
Hi Greg, Not really. As you probably know, "kdu_show" is the only Kakadu demo app that runs only on Windows. Everything else runs or has been ported to OS-X...