If MSB is first in a raw image and I am using only 10bits. There seems to be a problem in compression. The compression seems to be better obtained with a 16bit...
... Try using parameters like these for the compression (change Ssize, Stiles, and Sdims to match your image dimensions, of course.) Sprofile=2 Ssize={256,256}...
Michael, Thank you so much. This is really helpful. But I still can not get to what I want. After I get the Kdu_compositor_buf, what can I do with the buf in...
Hi, The way I ended up going about it is a little awkward, and I imagine there's an easier way to do it, but nonetheless it works for me. It involves a bit of...
Hi Jim, I don't have an immediate answer for you, but the error you report must be occurring in the call to `start' and the only reason it can occur (normally)...
Hi all, I just downloaded kakadu 5.0 and copied the kdu_v51R.dll to system32 folder. Then I tried to used kdu_show, for .jp2 files in my harddisk, they can be...
Hi David, It turned out I didn't have the region compressor in persistent mode. Things are working better now that I do... I'm still not having any luck...
Hi Jason, I tried to find the API of Kakadu in this site http://www.kakadusoftware.com/ but it seems that there isnt available document for this API in...
Hi, Thanx for the response...but half the features are default anyways. Now the procedure I tried with your commands. I had a MSB and LSB swap - otherwise the...
Sorry, to be honest I don't have a solution for you. In my situation, the company I work for licensed the API whereby granting me full access to the source....
Hi Huynh, You need a license to get the API and source code. cheers, david ... From: "anhvu28" <anhvu28@...> To: <kakadu_jpeg2000@yahoogroups.com> Sent:...
Hi Huynh, The reason for your problem is that you are not talking to the Kakadu server at all. Instead, you are talking to a regular HTTP server. In the...
Hi Noid, It seems that you are a little confused about byte and bit order issues. The ".raw" format assumes big-endian byte order The ".rawl" format assumes...
Professor Taubman, This year Apple Computer is shipping all of its newly designed computers with Intel Core Duo CPUs with SSE hardware acceleration, instead of...
I am pleased to observe that the online Kakadu version 5.1 Usage Examples demonstrate support for reading and writing GeoTIFF and GeoJP2 files, plus support...
Hi Ingrid, "kdu_show" has become difficult to understand because it does so much. Once you are up and running, though, it can prove a valuable source of...
Hi Jonathan, "kdu_region_compositor" is built on top of "kdu_region_decompressor" which does everything you need if you have only individual images. The extra...
One more thing: you can compare the way `kdu_region_compositor' and `kdu_region_decompressor' are used by looking at the different demo code fragments in the...
Dear Pro. David, I managed to remotely show the .jp2 files. Thanks. Regards, Huynh Anh Vu ... 5.1 and Call ... system32 ... they can ... server." ... proxy, ...
I posted this a couple of months ago but never got a reply. I think it got buried under all the other messages. The message board has been busy lately. Hi...
Hi everyone, I'm new to JPEG2000 and Kakadu, but I do have a question that I haven't found immediately obvious in the documentation. I'm working with software...
Hi everyone, I'm new to JPEG2000 and Kakadu, but I do have a question that I haven't found immediately obvious in the documentation. I'm working with software...
Sorry for the duplicate, btw. Also, I wanted to mention that I need random access to the slices. I have looked into the kdu_stripe_decompressor::pull_stripe,...
Hi Amanda, Indeed you can get out just one slice at a time. The way this is done in Kakadu is by configuring the `kdu_codestream' interface to make it look as...
Hello everyone: I would greatly appreciate it if someone could answer my question. I have a bitmap image of size 512*512 and I need to compress it by a ratio...
While attempting to compile Kakadu version 5.1 under Mac OS X, I get a fatal compile error trying to build coresys, and later an error trying to build apps. ...
Hello everyone, We are in the process of trying to create a jpip server for the pocket PC. We have compiled the coresys and are currently working on getting ...