Dear All, Good day, Firstly, I would like to thank you for giving me the time to read my eamil. I'm using a Kakadu-SDK to handle JP2 images. Recently, I'm...
Hi All: I am attempting to gauge the extent to which developers in the JPEG 2000 community are using JPIP. Can parties using this capability please send me -...
Dear All Does any one have a better documentation for the SDK functions and its arguments? Thanks -- Hasan Al-Halabi Research And Development Engineer. ...
Better in what way? Did you generate the hyperdoc using the compiling instructions provided? This documentation contains very detailed descriptions of all of...
I see what you mean. It occurs on Windows systems as well. I had no problem decoding with "kdu_expand" or "kdu_show" or "kdu_buffered_expand". Each of these...
Hai everyone, I am a masters student from the department of electrical engineering in stillwater , Oklahoma , U.S.A . We are presently working on identifying...
I am creating a "release" version of my command line application with Visual Studio 2005. It reported the following interesting warning about the messaging...
HI John, This warning is not significant. It is true that the default destructor calls "exit" as its last statement, but that kills the process which cannot...
Dear Kakaduers, I'm currently working with licensed Kakadu SDK to develope a client-server application in C# that make use of the JPIP. unfortunately, there...
Hi, I am very interested in some help on this issue as well. I have scoured the web for any examples on how to setup a jpip stream. I have tried converting...
Hi Mr. Taubman & others, I want to encode multiple ROIs with different Rweight values in implicit method. Can it be implemented using Kakadu software? Regards...
... Hi Michael, this sounds like the a error occoured in my code. I also want to use the kdu_stripe_compressor(v5.2.2) in multiple threads and a got a crash...
Hello again, I have done some more testing, and I think I might have found an answer. The missing_msbs variable of a kdu_block seems to correspond to the MSBs...
Dear Kakaduers, I'm trying to trace and investigate the Kdu_Show sample application ... I use the following parameters to make a request to a JP2 file: (by...
Hi all, I'm tracing the Kdu_Show and Kdu_server sample applications provided with Kakadu-SDK. both of them works fine, but I get a problem. When I set the...
Hi All, I was wondering if the 'kdu_simple_file_target' methods simply append to an "existing" file. I'd like to create a file with my headers then have the...
Should I be able to run KduRender2, or is it incompatible with version I'm using? (v5_2_2-00693N on Windows NT) I get this error: Exception in thread "main"...
I have georectified aerial orthoimagery "tiles" that I would like to compress into a single regional mosaic. My data is tiled into about 1600 GeoTIFF images ...
I believe I have traced this problem to the Kakadu core system, but I have no idea how to fix it at present. In order to test, I created a "demo" application...
do anyone have a simpler implementation of the client-server application which make use of JPIP to transfere JPEG2000 images ... do anyone have a tutorial that...
Hi, I am actually looking for an old version of kakadu if its available. Something that is compatible with the ISO/IEC Final committee draft. The new version...
Hi there, I'm hoping that someone can guide me through the process required for the following scenario. I have two TIFF files: - one of 10800x5400 which...
I have previously been using v5.0 and I just received v5.2.2, so I'm pretty excited to build it to use the C# safe functionality. I am using vs2005 on Windows...
I would like to use the kdu_compress utility to create JP2 files from TIFF files that contain ICC color profiles (which meet the restrictions required by JPEG...
As kakadu said that it's high optimized,I want to know how much time it need to encode and decode a fixed size image such as cif?Another question is that...
Hi Greg: Perhaps I'm interpreting the usage instructions incorrectly, but to me they indicate that I can specify command line arguments that will generate a...
I have solved the problem by adding `msvcmrt.lib` as an additional linker dependency. From what I've found on the internet, it looks like this issue could be a...
Discrete wavelet transform (DWT) on GPU has been studied. Some results are in http://www.cse.cuhk.edu.hk/~ttwong/demo/dwtgpu/dwtgpu.html Does someone know...