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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 113 - 142 of 5460   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
113
Dear Kakadu users, I have been experimenting with the Motion JPEG 2000 component of kakadu 3.2, and am trying to compress a sequence of images. I have written...
George Beckett
george@...
Send Email
May 1, 2002
10:30 am
114
The problem is if I use our system to read the picture data and compress it by Kakadu, the color will chang from RED ->Blue, GREEN stays green, Blue will...
imm100
Offline Send Email
May 1, 2002
1:51 pm
115
Hi, David: I only used part of your program to compress my picture. The question is as following: 1) I found that our system change the data from RGB to BGR, ...
imm100
Offline Send Email
May 1, 2002
6:26 pm
116
Hi, The change from BGR to RGB (or any other combination for that matter) is trivial. It does not need any extra code, or arrays, memory or run-time ...
Ramkumar Ramani
ramkumar_ramani
Offline Send Email
May 1, 2002
6:41 pm
117
Hi, The problem is that we got the data into the memory already. I can't change the data order when I read it because we use BGR for all the processing. I am...
imm100
Offline Send Email
May 1, 2002
7:27 pm
118
Hi, ... David can probably tell that. But in any case, even if you hold images in memory, you should still be able to do the trick I told u... all you are...
Ramkumar Ramani
ramkumar_ramani
Offline Send Email
May 1, 2002
8:03 pm
119
If I don't do anything, the color change a lot. I need to do 2 steps. If I do only one step, it doesn't work. 1)I added an array to change the data from BGR to...
imm100
Offline Send Email
May 1, 2002
9:10 pm
120
In order to implement alpha channels (referred to as opacity channels in the Taubman & Marcellin text), a JP2 file would need to have a channel definition box....
Steven Kortze
skortze01
Offline Send Email
May 1, 2002
11:13 pm
121
Hi George, Looks like there was a stupid bug in "kdu_v_compress" that reads the first frame and discards it before starting up -- must have left a couple of...
David Taubman
taubman_ds
Offline Send Email
May 2, 2002
6:23 am
122
I really don't know what you mean by "use kakadu". As mentioned, there is pretty much nothing in Kakadu which assumes an order for the colour components. There...
David Taubman
taubman_ds
Offline Send Email
May 2, 2002
6:25 am
123
My guess, although you are not saying so, is that you are using the "simple_examle" program as your base for understanding Kakadu. It reads in a PPM file (RGB...
David Taubman
taubman_ds
Offline Send Email
May 2, 2002
6:32 am
124
HI Steve, You are right about using the channel definition box. You just indicate to the Kakadu initialization functions for that box which components you...
David Taubman
taubman_ds
Offline Send Email
May 2, 2002
6:50 am
125
... We use the word opacity because the term alpha is used for both opacity and transparency (is code value 0 fully transparent or fully opaque?). In JP2,...
J. Scott Houchin
houchin
Offline Send Email
May 2, 2002
12:45 pm
126
David, Thank you for response. However, as I do not have a licence for the kakadu software and am only using the demostration apps., would it be possible...
g_beckettuk
Offline Send Email
May 3, 2002
1:38 pm
127
David, I am trying to build kdu_jni.dll from the jni_source.dsw in java\jni_source. The compilers is complaining about being unable to find jni_md.h. I have...
Joe Kloiber
joe_kloiber
Offline Send Email
May 3, 2002
5:59 pm
128
David, I think I may be building the kdu_jni.dll incorrectly. For example, the java native function Native_Create should correspond to ...
Joe Kloiber
joe_kloiber
Offline Send Email
May 3, 2002
7:34 pm
129
Hi Joe, "jni_md.h" is part of Sun's standard Java SDK. It is a platform dependent include file included from the main "jni.h" header. You just need to...
David Taubman
taubman_ds
Offline Send Email
May 6, 2002
4:20 am
130
Hi Joe, There is no problem. The 1 is required by the Java native function naming convention. Underscores in the Java function name become _1 escape sequences...
David Taubman
taubman_ds
Offline Send Email
May 6, 2002
4:38 am
131
I have updated the Win32 executables, downloadable from the links at http://www.kakadusoftware.com. Cheers, David ... David Taubman Senior Lecturer, School of...
David Taubman
taubman_ds
Offline Send Email
May 7, 2002
2:51 am
132
Dr. Taubman, I'm having a fairly straightforward problem, and I'm hoping you can point me in the right direction. My application is based on...
Reid, Jim
jreidxerox
Offline Send Email
May 7, 2002
3:19 pm
133
Hello, Appreciate if anyone can shed some light on the following question. We are looking into posibility of converting all common image formats found on the...
vfridman94002
Offline Send Email
May 8, 2002
3:11 am
134
Hi Jim, This is not a Kakadu problem per se, it is a question of code-stream organization. The set_max_bytes function simply truncates the code-stream when...
David Taubman
taubman_ds
Offline Send Email
May 8, 2002
4:19 am
135
For compressing graphics and line art with a small palette of different colours, I would probably recommend that you compress the indices into the colour...
David Taubman
taubman_ds
Offline Send Email
May 8, 2002
4:49 am
136
Great. I get it. Thanks much! X_________ _____ Jim Reid jreid@... (716) 422-9690 ... From: David Taubman [mailto:d.taubman@...] Sent:...
Reid, Jim
jreidxerox
Offline Send Email
May 8, 2002
2:16 pm
137
We often work with irregularly bounded images, sometimes even having interior holes. The invalid pixels (outside the "boundary") are usually represented by a...
Michael Unverferth
mikeunverferth
Offline Send Email
May 10, 2002
8:44 pm
138
Hi Michael, There is nothing to explicitly take care of the "null" pixels in the way you desire. I understand your concern, which is not so much that bits get...
David Taubman
taubman_ds
Offline Send Email
May 13, 2002
1:30 am
139
Dear Sirs, please allow me a question regarding "metadata" generation based on jp2 or jpx code streams. Are there tools available that take jp2 or jpx code...
seb_andreo
Offline Send Email
May 13, 2002
9:08 am
140
This is a follow-up to the question that was previously asked about gif to jpeg2000 conversion. Your answer, David was very helphful and the parameters you...
plerohel
Online Now Send Email
May 13, 2002
6:25 pm
141
Hi Philippe, Regrettably, this is a problem you are stuck with. Kakadu's BMP processor automatically rearranges the colour map in an attempt to improve...
David Taubman
taubman_ds
Offline Send Email
May 14, 2002
5:36 am
142
Dear Kakadu community, I don't get it to convert a RAW-file (720x576, 8bpp) to a proper JP2. There must be an unconscious difference between the way I...
Mark Peters
mark_j_peters
Offline Send Email
May 14, 2002
9:12 am
Messages 113 - 142 of 5460   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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