Search the web
Sign In
New User? Sign Up
kakadu_jpeg2000 · Kakadu JPEG2000 Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5775 - 5804 of 5971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5775
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...
David Taubman
taubman_ds
Offline Send Email
Jun 3, 2009
10:38 am
5776
Hi Saurabh, The default rendering precision and default rendering signed/unsigned behaviour are supposed to be entirely disregarded unless you supply 0 for the...
David Taubman
taubman_ds
Offline Send Email
Jun 3, 2009
10:41 am
5777
Hi John, I would like to refer you to Michael D'Aprix (CC'd) who can discuss matters of licensing with you. Cheers, David...
David Taubman
taubman_ds
Offline Send Email
Jun 3, 2009
10:56 am
5778
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?...
calle.hanson
Offline Send Email
Jun 4, 2009
2:06 am
5779
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. ...
David Taubman
taubman_ds
Offline Send Email
Jun 4, 2009
2:48 am
5780
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...
soodsaurabh
Offline Send Email
Jun 9, 2009
9:09 pm
5781
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...
zachary.brando
Offline
Jun 10, 2009
5:10 pm
5782
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...
zachary.brando
Offline
Jun 11, 2009
1:28 pm
5783
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,...
Gary Templeton
gftempleton
Offline Send Email
Jun 11, 2009
7:26 pm
5784
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...
kasana_s
Offline Send Email
Jun 15, 2009
7:17 pm
5785
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...
David Taubman
taubman_ds
Offline Send Email
Jun 18, 2009
5:14 am
5786
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. ...
David Taubman
taubman_ds
Offline Send Email
Jun 18, 2009
5:17 am
5787
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...
drburken
Offline
Jun 22, 2009
3:04 am
5788
I finally have reading/writing working within my software. But somewhere along the line it seems Kakadu is over-brightening the images causing major...
zachary.brando
Offline
Jun 22, 2009
5:27 pm
5789
Looks like you probably forgot some offsets along the way or something like that. Best to read the documentation concerning sample values very carefully. ...
David Taubman
taubman_ds
Offline Send Email
Jun 23, 2009
6:17 am
5790
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...
Michael Ledford
michael.ledford
Offline Send Email
Jun 29, 2009
1:54 pm
5791
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 ...
ornot2008
Offline Send Email
Jun 29, 2009
1:54 pm
5792
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...
drmarkwpowell
Offline
Jun 29, 2009
1:54 pm
5793
Hi, I haven't really checked your attachments but I guess increasing the value of a certain variable will help Check this out:...
lschmxx
Offline Send Email
Jun 29, 2009
5:31 pm
5794
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...
zachary.brando
Offline
Jun 29, 2009
6:20 pm
5795
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...
vzocca
Offline
Jul 1, 2009
8:07 pm
5796
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...
soodsaurabh
Offline Send Email
Jul 2, 2009
8:42 pm
5797
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...
bbsong1980
Offline
Jul 2, 2009
8:43 pm
5798
Maybe your problem is that the decompress time includes writing the file to disk -- file writing is often slower than file reading. Cheers, David...
David Taubman
taubman_ds
Offline Send Email
Jul 3, 2009
2:29 am
5799
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...
David Taubman
taubman_ds
Offline Send Email
Jul 3, 2009
2:39 am
5800
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 --...
David Taubman
taubman_ds
Offline Send Email
Jul 3, 2009
4:19 am
5801
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...
zachary.brando
Offline
Jul 8, 2009
9:50 pm
5802
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...
zachary.brando
Offline
Jul 15, 2009
5:05 am
5803
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...
zachappies
Offline Send Email
Jul 15, 2009
5:05 am
5804
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...
dekellior
Offline
Jul 15, 2009
5:06 am
Messages 5775 - 5804 of 5971   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help