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...
Show off your group to the world. Share a photo of your group with us.

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 3094 - 3123 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3094
Thanks David, It's exactly what I want. I do some tests with the weigths of CSF and I want to see the difference between the images. Cheers, Olivier ... The...
brouard olivier
brouard_olivier
Offline Send Email
Jun 1, 2005
1:09 pm
3095
I have been working on a version using wxWindows; but it's subject to extensive delay as I do not have to have it at present. I'd estimate completion around...
Administrator
hetzerrr
Offline Send Email
Jun 1, 2005
1:11 pm
3096
Thanks Dr. Taubman !! I got that that working by iterating over all precintcts and accumulating packet_samples .. Although it might be more useful for Kakadu...
Saurabh Sood
soodsaurabh
Offline Send Email
Jun 1, 2005
8:02 pm
3097
Hi David, So right now I have modified the kdu_compress example to have n number of threads individually flushing out a row of tiles (at the moment it uses a...
quantum_mirages
Offline
Jun 2, 2005
1:26 pm
3098
I use a serie of commands as follows to merge lot of tiles in a huge jp2. (Windows, v4.5 tools, NTFS) kdu_compress -i in.tif -o out.jp2 -frag 4,8,1,1...
rogmax64
Offline Send Email
Jun 3, 2005
2:03 am
3099
Well, I've compressed an image of 2.8GB and have never run into a problem. We use the following options: kdu_compress -i in.bmp -o out.jp2 Clayers=10 -rate...
Michael Wildermoth
orange_of_doom
Offline Send Email
Jun 3, 2005
4:19 am
3100
Hi, First, 2GB seems not to be any limit for kdu_compress. I have created without any problem a 4.1GB compressed file (100 fragments, Windows XP Pro, NTFS file...
jratike80
Offline Send Email
Jun 3, 2005
1:35 pm
3101
I think you're right! Now I know it should work, I will check my Windows / hardware / drivers. Problem should be there. The only difference between your sample...
rogmax64
Offline Send Email
Jun 5, 2005
2:28 am
3102
Hello, Using slopes is simple. First just compress an image with suitable -rate argument. When ready, kdu_compress returns on the screen something like: Layer...
jratike80
Offline Send Email
Jun 6, 2005
1:15 pm
3103
Hi folks, I'm still having a bit of problem using kdu_client in my java application. It seems to crash when I request an image that isn't there from the...
Michael Wildermoth
orange_of_doom
Offline Send Email
Jun 7, 2005
1:04 am
3104
Sorry for the delay in responding to this message. If you have not already solved your problem, I believe that you almost certainly have an overwrite problem. ...
David Taubman
taubman_ds
Offline Send Email
Jun 7, 2005
1:54 am
3105
Hi Ronan, There are two possible causes for your problem that I can imagine: 1) You may be working with an older version, which reached a 2 GByte limit if you...
David Taubman
taubman_ds
Offline Send Email
Jun 7, 2005
2:09 am
3106
Hi Ronan, You can find quite a lot of past messages which discuss the use of the "-slope" parameter in the archives of this email discussion group. There is a...
David Taubman
taubman_ds
Offline Send Email
Jun 7, 2005
2:43 am
3107
Hi David, Currently, I don't have TLM marker being generated and I have reverted back to a single thread version but retained using multiple codestream objects...
quantum_mirages
Offline
Jun 7, 2005
8:30 pm
3108
Hello, I'm trying to build a simple viewer through a jpip connection, and I'm missing something to make work the connection, and I don't know what. The client...
med_rabah
Offline Send Email
Jun 7, 2005
8:32 pm
3109
Hi again :-) It was told me in private that the steps for a synchronous jpip connection are : 1) wait for main header received 2) jpip_client.post_window() 3)...
Rabah Mehdi
med_rabah
Offline Send Email
Jun 10, 2005
4:11 pm
3110
Hi, If I have a jp2 image that has 1 quality layer, what processing is involved in adding quality layers ( with specified bit-rates ) and how fast/slow might...
littlehampton1961
littlehampto...
Offline Send Email
Jun 13, 2005
7:12 pm
3111
Hello Dr. Taubman, Another simple question and hoping that solution would be simple too. I am transfering just j2c codestream over JPIP. If I have to transfer ...
pretzelwithmustard
pretzelwithm...
Offline Send Email
Jun 13, 2005
8:58 pm
3112
Hi Steve, Adding layers after the image has been compressed is not easy. Content providers are strongly encouraged to provide a large number of layers in...
David Taubman
taubman_ds
Offline Send Email
Jun 14, 2005
4:37 am
3113
Hi Saurabh, JPIP does not really support the transfer of metadata other than metadata which can be defined within one of the box-based file formats defined for...
David Taubman
taubman_ds
Offline Send Email
Jun 14, 2005
5:04 am
3114
Hi, Can kakadu accept, compress, display 16 bit images? If not how should the code be modified to do so. thank you. Arvin...
eflame1979
Offline Send Email
Jun 14, 2005
6:12 pm
3115
Hi again again ;-) I'm still stuck with a simple JPIP problem, so I will try to better explain my situation, hoping someone could help me. I'm trying to get...
Rabah Mehdi
med_rabah
Offline Send Email
Jun 14, 2005
6:12 pm
3116
Hello, I want to expand my own class from the abstract class "kdu_output". While compiling Java wants to call a constructor of "kdu_output". But the...
sw11500
Offline Send Email
Jun 15, 2005
1:54 am
3117
I can only help you with the 2 part .. To get the dimensions you need to create a codestream object with the source as kdu_client.. Then all the access...
pretzelwithmustard
pretzelwithm...
Offline Send Email
Jun 15, 2005
1:54 am
3118
Thanks Dr. Taubman for the quick reply.. The idea of encapsulation in JP2/JPX has struck me before too but I wanted to work with j2c streams beacuse of their...
pretzelwithmustard
pretzelwithm...
Offline Send Email
Jun 15, 2005
1:55 am
3119
HI Arvin, No problem at all with 16-bit images -- even much higher bit-depth. The demonstration applications "kdu_compress" and "kdu_buffered_compress"...
David Taubman
taubman_ds
Offline Send Email
Jun 15, 2005
2:02 am
3120
Professor Taubman has advised me that the Kakadu Software does not read nor write GeoTIFF and GeoJPEG2000 images, and he asked me to post a public message...
greg_coatman
Offline Send Email
Jun 15, 2005
7:35 pm
3121
The server is designed to support all the JPIP syntax for interchange purposes, whereas the client does not necessarily use all possible requests. The ROI...
David Taubman
taubman_ds
Offline Send Email
Jun 16, 2005
4:14 am
3122
Actually, you could not create an instance of `kdu_output' in C++ either, since it contains a pure virtual function. Only derived objects which define the...
David Taubman
taubman_ds
Offline Send Email
Jun 16, 2005
4:19 am
3123
HI Mehdi, The key thing to keep in mind is that the server returns the minimal amount of information to satisfy your requests. If you open a raw codestream, it...
David Taubman
taubman_ds
Offline Send Email
Jun 16, 2005
4:40 am
Messages 3094 - 3123 of 5972   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