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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 4567 - 4597 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4567
Dear Prof. Taubman, why Kakadu give me three files (one for each component) when I decode an image .j2k in a raw file? Is not possible to decompress an image...
vergari.alessandro
vergari.ales...
Offline Send Email
Feb 1, 2007
1:40 pm
4568
Hi, You will have to remove the ADV header of 16bytes prior to decomporessing.I hope that is done The Noid ... ...
The Noid
slotchpot
Offline Send Email
Feb 2, 2007
4:12 am
4569
HI Magnus, Kakadu has three types of class constructions, which are given the names "INTERFACE", "COPY" and "REFERENCE". Each of these are bound in different...
David Taubman
taubman_ds
Offline Send Email
Feb 2, 2007
1:55 pm
4570
HI Sylvain, You should not do this. In the end there can be only one global header, with one tile size for the entire image. The fact that you get away with...
David Taubman
taubman_ds
Offline Send Email
Feb 2, 2007
1:57 pm
4571
Hi Alessandro, You are talking about the "kdu_compress" demonstration application here, not the Kakadu toolkit itself. The demo application provides raw files...
David Taubman
taubman_ds
Offline Send Email
Feb 2, 2007
1:57 pm
4572
Suppose I converted jp2 to bmp. Then bmp to jp2. Is it possible to recreate same image. I mean to say, does kakadu command interface provides sufficient...
Amit Bhatia
bhatia_amit2003
Offline Send Email
Feb 2, 2007
2:00 pm
4573
Does anyone have an example for accessing region-compositor codestreams from c#? In the C++ example a NULL is passed to "get_next_codestream". The c#...
Frank Evans
frankhevans
Offline Send Email
Feb 2, 2007
5:29 pm
4574
rather than passing a null pointer have you tried passing a null instance of "kdrc_stream" ie private static kdrc_stream nullstream = null; kdrc_stream *str =...
Jason Mummery
jason_mummery
Offline Send Email
Feb 2, 2007
10:48 pm
4575
You might find this helpful, http://www.c10n.info/archives/454 Sachin Garg [India] www.sachingarg.com | www.c10n.info...
Sachin Garg
schngrg
Online Now Send Email
Feb 5, 2007
1:52 pm
4576
HI Frank, I am not familiar with the IntPtr() constructor which has no arguments. However, it should work to construct an IntPtr object with the value zero, as...
David Taubman
taubman_ds
Offline Send Email
Feb 5, 2007
1:54 pm
4577
I'm using a raw codestream here, since I don't know much about the jpeg2000 standard. I'm not sure if I need some other container format (jp2/jpx) to make...
Magnus Naeslund
mag@...
Send Email
Feb 6, 2007
11:17 pm
4578
Using kdu_compress, version 5.2.6, to convert an input TIFF to an output JP2, I find that when the input file is a single channel TIFF image 1.99 GB or...
Greg Coats
greg_coatman
Offline Send Email
Feb 8, 2007
8:20 pm
4579
I have both reversible and irreversible Jpeg2000 medical images of the same pixel data from a vendor which originally had 8-bit unsigned values for RGB...
donmeis
Offline Send Email
Feb 9, 2007
8:27 pm
4580
Two questions: 1) I'm looking to test an ADV202 (along with some other hardware), and I was wondering is Kakadu able to exactly replicate the lossy compression...
Steve King
steveking9876
Offline Send Email
Feb 9, 2007
8:30 pm
4581
Hello All I telecharger Kakadu_V2.2.3. and when I executer the " simple_exemple_c " I find an error at the time of the opening of the file " kdu_v22D.lib ": ...
med_7ammi
Offline Send Email
Feb 14, 2007
6:23 pm
4582
i try to compile kakadu on sun pro but i have some bugs Thanks for yor help make –f Makefile-Solaris-sunpro-5.0 id*(*)(void*). 1 Warning(s) detected. CC...
mbaye1234
Offline Send Email
Feb 14, 2007
6:32 pm
4583
You have to compile the core system first! Cheers, David ... From: "med_7ammi" <med_7ammi@...> To: <kakadu_jpeg2000@yahoogroups.com> Sent: Wednesday,...
David Taubman
taubman_ds
Offline Send Email
Feb 15, 2007
2:01 pm
4584
Looks like "sunpro" has a slightly different interpretation of private type declarations to "gcc". Anyway, these errors are easily removed. As you can see ...
David Taubman
taubman_ds
Offline Send Email
Feb 15, 2007
2:11 pm
4585
HI Greg, Without looking into it, I am not sure if the problem comes from libTIFF or from Kakadu's own TIFF header reader. If possible, it would help if you...
David Taubman
taubman_ds
Offline Send Email
Feb 15, 2007
2:12 pm
4586
David, The problem I am experiencing occurs using the standard version of kdu_compress, compiled withOUT linking against libTIFF. Greg...
Greg Coats
greg_coatman
Offline Send Email
Feb 15, 2007
6:48 pm
4587
... Hash: SHA1 ... Kakadu also compiles not only successfully but cleanly on MacOSX 10.4.8 on a PowerPC G4 -- just switch the comments in the core Makefile to ...
Peter Murray
p_e_murray
Offline Send Email
Feb 16, 2007
1:40 pm
4588
When I examine a large (~1 GPxl) image with kdu_show talking to kdu_server the RoI always seems to get set to a fraction of the window. While this is nice for...
ke9tv
Offline Send Email
Feb 16, 2007
1:42 pm
4589
there is a hard coded constant in the server that can be altered to icrease the resources the server uses and this allows it to provide a larger roi. look for...
jason_mummery
Offline Send Email
Feb 16, 2007
6:10 pm
4590
Peter, Is there a version of kdu_show for the Mac? Jason M _____ From: kakadu_jpeg2000@yahoogroups.com [mailto:kakadu_jpeg2000@yahoogroups.com] On Behalf Of...
Jason Mummery
jason_mummery
Offline Send Email
Feb 16, 2007
6:12 pm
4592
... If anyone needs help on similar stuff, I have makefiles for compiling for linux32, amd64, win32 and macosx intel that selects arch automatically and also...
Magnus Naeslund
mag@...
Send Email
Feb 16, 2007
8:35 pm
4593
You can eliminate the msvcr80.dll dependency with VS2005: Project Properties, Configuration Properties, C/C++, Code Generation, Run-time Library Set it to...
Tom Grandgent
tgrandgent
Offline Send Email
Feb 16, 2007
9:43 pm
4594
Hi all, I am looking for a high speed JPEG2000 software decoder library that I can link into my own application. Our 1080i or 720p JP2 bit stream is encoded in...
scorpio603
Offline Send Email
Feb 19, 2007
4:29 pm
4595
Hi, I have 3 GIS images of 3 bands RGB respectively. If I compress them separately using kakadu I obtain a better performance with respect to RMSE than if ...
The Noid
slotchpot
Offline Send Email
Feb 19, 2007
4:29 pm
4596
Hi, ADV202 is compliant with JPEG2000 standard and does not necessarily match the compression of Kakadu. Noid ... There are humans... Shit....aliens too... ...
The Noid
slotchpot
Offline Send Email
Feb 19, 2007
4:31 pm
4597
There is a very good reason for this. Perhaps you have become so used to the message produced by "kdu_compress" that you have stopped reading it, but it prints...
David Taubman
taubman_ds
Offline Send Email
Feb 20, 2007
2:17 pm
Messages 4567 - 4597 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