All, I've checked in an ossim kakadu plugin. See: http://trac.osgeo.org/ossim/browser/trunk/ossim_plugins/kakadu The immediate target was for DigitalGlobe...
I need a software decoder / video player for Linux. Can anyone please tell me if the SDK includes source for something close to this? I can not find the...
HI Ed, There is no Linux version I'm afraid. However, I am thinking that the MAC version might port extremely easily to Linux using GnuStep. This is because...
Hi Dave, It would be nice to know why the higher precision `process' function did not work for you. The white stretching thing is only relevant for very low...
Hi David, I am very eager to know how long it normally takes to get the SDK in my hands if I submit an online credit card order for a $250 US non-commercial...
HI Ed, Should take about one day, but if you wish to confirm, you can email Amber Myers directly, since she is the one who will process the payment. Sorry...
The ADV202 allows compressed data to be output in the following formats: 1. ADV202 Raw Format 2. J2C Format 3. JP2 Format Because of my working ,I need choose...
... Could the "a.meyers@*" email address be dead? Or at least I tried it during the first week of December received and no response. This is the email...
I am working on similar issues. Can you please send me or point me to a link to a video file in the ADV202 Raw Format file? Perhaps we can help each other. ...
HI Ed, It is possible that Amber is on leave. I have CC'd this to the other players in the Kakadu marketing team, who may be able to inform you of the exact...
Dear all, Does someone know whether Kakadu, or any other JPEG 2000 encoder/tool, has support for constructing PLM marker segments? After having browsed through...
Hi Wesley, You are right; Kakadu only generates PLT marker segments. I guess you could write your own tool (perhaps using "kdu_maketlm" as a guide) to move...
HI David, I guess you must have solved this already, but in case you didn't (and to complete the thread), your file is probably a JP2 file, rather than a raw...
Hi David, Your API documentation is awesome and yes I did read it. When I used no precision bits and let it go to 16 bit the histogram revealed only 255...
Hello Everyone, I am starting to use Kakadu and I having some problems to use Kdu_compress for compressing a reversible CDF 9/7 Wavelet. I have alrealy read...
Hello all, I constantly get a "Unrecognized/unimplemented marker code, 0xffd8, found in code-stream." exception whenever i try to open any jp2 file! The...
Hello, I would be grateful if a Kakadu representative could please as to whether or not Kakadu can be used to enable following operations to be performed on...
Item 1 can easily be done by Kakadu and is in fact what is done in the sample kdu_show application. Doing otherwise would be extremely inefficient for even...
On Wed, 14 Jan 2009 22:57:29 -0000, mikeunverferth <no_reply@yahoogroups.com> wrote: Mike, Thank you for you quick reply. Please see my comments below. ... My...
For item 1, sure you can decompress only a selected portion of the image. The kdu_region_decompressor does this for any rectangular portion of any jp2 image,...
Hi David, Just woundering whether you've had a chance to look at my sample rgbcmykw.jpx file mentioned in my previous post? I understand that you've had some...
On Thu, 15 Jan 2009 03:53:12 -0000, mikeunverferth ... These sound like the answers I was hoping for and the solutions the user community of the GIS I use,...
I have a 3 channel RGB image composed of 256 columns by 384 rows, with unsigned 8-bit pixels, ranging for 0 to 255. With the 3 channels stored in 3 raw files ...
kdu_show -> View provides Zoom in and Zoom out. At the maximum amount of Zoom out the display says Res=3.1% = 100/2/2/2/2/2. For large images, a Zoom out of...
Hello Members, I am implementing MJ2 animation feature in java with kakadu 6.0 support. I could open an MJ2 image with "Kdu_region_compositor" class,but the ...
Passing to kdu_compress a larger value for Clevels enables kdu_show to zoom out further on large images. Using Clevels=16, kdu_show offers Res=0.2%, and...
I am working at determining the size in bytes of each tile in a jpeg2000 image. I have put together a binary that uses a slightly changed version of the...
I sort of got around the problem by ignoring the failed check in copy_block, and then just not doing the memcpy at the end of the routine and just passing...