Hi Charlie, I don't know about the size of the files, but you should find that the imagery is identical. It may be that you are working with a palettized ...
The benefit of just directly decompressing the file at reduced resolution over the LAN depends on the order in which the data was stored -- "Corder=RPCL" would...
HI Karsten, A general rule of thumb is that lossless compression of photographic imagery saves you about 4 bits per pixel over the original bit-depth -- this...
Hello Kakadu community, I remember reading on this list that in JPIP there is no concept of quality layers. So it is not possible to detect when a quality...
Hello, I am currently trying to recompress a kakadu compressed file: http://www.creatis.insa-lyon.fr/~malaterre/jpeg2000/CT_Phillips_JPEG2K_Decompr_Problem.jpc...
Dear experts, Recently I'm doing some experiments on JPEG2000 performance on error prone channels. Instead of insert bit errors, I tried to drop the whole...
This is not always the case, because I have compressed longer sequences without degradation in the image quality (the longest is about 1500 frames). - Michael ...
Hi, I used the kdu_v_compressed.exe to do a JPEG2000 compression on a 16 bit tiff image. The compression worked smoothly. But there were regular artifacts...
hi i tried to compress a 16 bit uncompressed tiff image using kdu_buffered_compress. the compression went fine but there were introduction of noise-like...
Hi Xin, JPEG2000 codec is designed to loaclize the bit errors within the code blocks in which the error occurs. So, Ideally speaking the decoder marches ahead...
Hello, Karthik, Thank you very much for your clarification. Accoding to your explanation, I think, still take the example I used before, an 8 layers bitstream...
I'am trying to understand the basic architecture of EBCOT. I'am confused about how the Rate control part is implemented. Specifically, how the Distortion Slope...
Hello. I used kdu_v_compress.exe of Kakadu v4.2 to compress the foreman cif sequence(16 frames) losslessly with several intermediate quality layers. ... Then,...
Dear experts, I have a question about truncating code-blocks. If I somehow have optimum code-block truncation lengths, I can truncate non-layered bitstream...
What is the best way to handle PPM images through Kakadu JNI? Is there a way to pass a byte array or InputStream to the Encoder or visa versa with the Decoder?...
Hi, Does anyone know why it happen that sometime get_max_available_quality_layers return 1 although there is more than 1 quality layer ? (excluding programming...
hi, I tried using kdu_buffered compress on tiff image indicating a roi but it gave me an error saying that: Unused argument: "-roi" Unused argument:...
hi David and j2k folks, where can I find a fast implementation for JPEG2000 tag-tree? is kakadu tag-tree implementation adapted for hardware implementation? ...
Hi, Hi, Hi, http://groups.yahoo.com/group/kakadu_jpeg2000/message/2716 Sorry for disturbing you. If you can, don't send the other mails :-) /* False */ ...
Hi Matt, have a look at the "simple_example_c" project in the "apps\simple_example" folder of your version of kakadu. There you can learn how to parse the...
hi, what exactly is a bit-plane coder?I read quite a bit about this to understand its function but still not very clear on it.I'd really appreciate it if...
I have seperate Red, Green, and Blue TIFF images that I want to input to kdu_compress, with the output being the RGB channels combined, as though I had input a...
Hi Arvin, First, these are all just demonstration applications. They are there to help you build your own applications. The most comprehensive compression...
Hi Rabah, Have you read the function documentation? It states that the value returned by this function will change as tiles are opened by the internal...
HI Sehoon, Sure there are plenty of ways to do this, but "kdu_v_expand" just doesn't offer you that functionality -- it is just a simple demonstration...
Are you sure you are compressing the actual TIFF imagery? "kdu_buffered_compress" does not read TIFF images. It treats every non-PGM image as raw data....