Hi Ryan, Both of these outcomes are conceivably correct, depending upon the internal tile structure of your image. Use "kdu_show" or "kdu_macshow" to view the...
Hi Saurabh, The default rendering precision and default rendering signed/unsigned behaviour are supposed to be entirely disregarded unless you supply 0 for the...
Is it possible, using Kakadu, to decode a compressed image in a scale smaller then the limit(?) set by the number of wavelet decomposition levels present?...
No, I'm afraid if you want to go smaller you have to do it yourself -- unless you want to expand and re-compress the image with more decomposition levels. ...
Thanks for the reply. Yes multiple versions of 'process' make it somewhat tricky to read over all essential parts of documentation especially when you don't...
I am using the kdu_buffered_compress as a reference and also the documentation in jp2_target. I have an array with the pixel values and need to compress them...
I was also wondering if there is a debug version of kdu_jni for linux? Debugging Kakadu JNI is very difficult. Most of the time I do not receive any indication...
I'm doing a study on the personality and values profiles of online social networks. As a member of kakadu_jpeg2000, you are invited to participate. To do so,...
Hi I want to fetch the samples of each line in kdu_compress.cpp. For this, I write the code in the following function void kd_multi_line::apply_offset(int...
You can build a debug version of course. Under Windows this is easy -- just select the debug option when building the managed workspace. For the MAC, the...
Make sure you provide an error message handler -- see the Java demo apps -- so that you receive any Kakadu error messages. They are usually very informative. ...
Hello Everyone, Just want to pass on that I've completed the plugin for reading NITF images with J2K compressed blocks. I'm panning around a GeoEye1 image in...
I finally have reading/writing working within my software. But somewhere along the line it seems Kakadu is over-brightening the images causing major...
Looks like you probably forgot some offsets along the way or something like that. Best to read the documentation concerning sample values very carefully. ...
Hello, I am in the process of working Kakadu into a piece of software. We turn on some compiler warnings, in particular GCC_WARN_SHADOW, that are not on by...
Hi,There, I Have a medical image as attached. When I retrieve it with the following JPIP request: Get /FailDueToCrop.jp2/jpip?cid=JPH_12345678&len=4096 ...
Does the JPIP protocol allow a client to do a PUT instead of a GET? In other words, if a client wants to produce image content, can it send it to the...
I am using the JNI Kakadu. My software performs operations on tiles. I am trying to write out a block of tiles at a time. Therefore I need to set the stripe...
I am using Kakadu to decompress JPEG2000 imagery. When a JPEG2000 with geographical info is loaded, the image is loaded onto a tiled earth. For each tile I...
Layer info comment can be easily disabled but is there a way to disable writing default comment by Kakadu? I can see KDU_IDENTIFIER define which probably can...
Recently,I test the speed of KAKADU6.1R to encode/decode 10 bit/pixel image on HP BL460c G6 platforms. Computer Configure: hardware platform: BL460c G6, Dual...
HI Michael, I think you will get a whole ton of shadow warnings like that, since I very regularly use the same name for a constructor argument as the member...
JPIP upload commands are not currently supported by Kakadu. Upload in JPIP was done rather hastily and is not necessarily the best way to upload to a server --...
I am using KduRender to view a grayscale image from HiRiSE and the image appears all black? The data is not being decompressed correctly. I have tried other...
The image I am trying to decompress has 1 band that is 16 bits. The sample bit mask is 2#0000001111111111# I am using the 5th overloaded process function of...
I am struggling to get an simple decompression example (based on simple_exampe_d), which includes both resolution reduction and ROI, to work. I modified the...
I am attempting to write very large images (up to 100 GB) using kakadu 6.2 (C#) in winXP 32bit. In the writing process of the very large images kakadu causes...