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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3497 - 3527 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3497
... a typo error somewhere... all file are jpeg2000, single color- component. my question is about merging these three, without recompress them...nor change...
stepph_j2k
Offline Send Email
Dec 1, 2005
3:07 pm
3498
Please remember that the applications provided with the Kakadu library are samples only, as has been stated many times in this forum. These are intended to be...
mikeunverferth
Offline
Dec 1, 2005
3:30 pm
3499
... Actually there are several Kakadu+GeoJP2 paths already available, both commercial (e.g. LizardTech) and open source (e.g. GDAL). Also, be aware that a...
mpg_flaxen
Offline Send Email
Dec 1, 2005
6:12 pm
3500
... I think it is. Unfortunately I can't share my code, but see: ...
Pete Fraser
pfraseroak
Offline Send Email
Dec 1, 2005
6:15 pm
3501
The LizardTech solution costs US $8,000.00 per copy, and is delivered without source code, and as a result it is not a practical solution. GDAL provides...
Greg Coats
greg_coatman
Offline Send Email
Dec 1, 2005
10:10 pm
3502
GDAL does support tiled TIFFs as well as overviews in TIFF files. I should think these concepts are similar to Kakadu's tiles and resolutions, so it may not...
John Novak
hetzerrr
Offline Send Email
Dec 2, 2005
12:03 am
3503
GDAL supports creating a tiled JPEG2000 ONLY if you are using JasPer, but GeoJasPer already does that, provides more options, and is about 10 times faster....
Greg Coats
greg_coatman
Offline Send Email
Dec 2, 2005
2:03 am
3504
... open source standard. You could try the ECW JPEG 2000 SDK, which is provided with source, supports GeoJP2 creation out of the box (files tested compatible...
entro1024
Offline
Dec 2, 2005
2:04 am
3505
... There is a solution there. see example a) under kdu_merge gives this syntax kdu_merge -i red.jp2,green.jp2,blue.jp2 -o rgb.jpx which does work. Greg...
Greg Coats
greg_coatman
Offline Send Email
Dec 2, 2005
2:07 am
3506
Under Kakadu Version 5.0, in directory apps/make, these 3 files properly build the Kakadu application kdu_merge Makefile-Linux-gcc Makefile-Solaris-gcc ...
Greg Coats
greg_coatman
Offline Send Email
Dec 2, 2005
2:08 am
3508
Dear, In the JPEG2000 concept, I dont understand the concept of tiling. If I have to give the input image as 512*512. Then I don't give any arguments for...
Philip Jebaraj
pv_jebaraj
Offline Send Email
Dec 2, 2005
1:54 pm
3509
hi all, RGB to YUV transform is optional. I'm going not to use it. The link say : "If I am happy with a CXXX progression order, can I just concatenate the...
stepph_j2k
Offline Send Email
Dec 2, 2005
2:02 pm
3510
Hi I have a full commerical license for kakadu, and I haven't received version 5. Do I need to upgrade in order to receive it? Thanks, -Jim...
James Carroll
mroublic
Offline Send Email
Dec 2, 2005
3:52 pm
3511
Hello, Could somebody let me know if there is good combination of subband weighting or Q-step size for each component (Y,U,V) for best coded result please? I...
yushincho
Offline
Dec 3, 2005
4:13 am
3512
Hi again, I remember now precisely why I was polling on Read_header() - the documentation for Kdu_client suggests it. However, it only includes instructions...
Michael Wildermoth
orange_of_doom
Offline Send Email
Dec 5, 2005
12:44 am
3513
I'm not sure exactly what the problem is here, but you might be interested to know that PGX is actually the format I created when I implemented the JPEG2000 ...
David Taubman
taubman_ds
Offline Send Email
Dec 5, 2005
3:02 am
3514
Hi Jim, No need for upgrade orders. Just email Lily Nguyen (CC'd) above, asking her to send you the latest. It should have been auto-mailed to you, but this...
David Taubman
taubman_ds
Offline Send Email
Dec 5, 2005
3:03 am
3515
Bottom line: don't use tiling unless you have a good reason to. If you don't understand tiling, perhaps you don't need it. By default, Kakadu's tools create...
David Taubman
taubman_ds
Offline Send Email
Dec 5, 2005
3:07 am
3516
Thanks, Greg. ... From: "Greg Coats" <gregcoats@...> To: <kakadu_jpeg2000@yahoogroups.com> Sent: Friday, December 02, 2005 12:58 PM Subject:...
David Taubman
taubman_ds
Offline Send Email
Dec 5, 2005
3:20 am
3517
Which version are you compiling? There were some occasional compiler-dependent problems in earlier versions. Cheers, david ... From: "eclipsecolpra"...
David Taubman
taubman_ds
Offline Send Email
Dec 5, 2005
3:50 am
3518
Hello, I have two questions: Background: I am using kdu_show to display 1024x1024 colour pictures generated by the Analog device ADV202. 1) I am using kdu_show...
bengrimo
Offline Send Email
Dec 5, 2005
4:19 pm
3519
I can agree fully with this issue. I made the same experience. Can anybody shed light on this? LARS. ... this...
lschmxx
Offline Send Email
Dec 6, 2005
5:23 am
3520
Hi David I'm using kakadu version 5.0 and Linux Red hat ES4 Thank you David Taubman <d.taubman@...> wrote: Which version are you compiling? There were...
A A
eclipsecolpra
Offline Send Email
Dec 6, 2005
2:50 pm
3521
I'm using kdu_expand.exe 5.0 to verify that the compressed images that I have created can be successfully decompressed. I have a number of test images...
pim_philipse
Online Now Send Email
Dec 6, 2005
2:51 pm
3522
Hi Benjamin, Could I get you to send me a copy of one of the codestreams which causes the problem. I would like to get to the bottom of the problem and give...
David Taubman
taubman_ds
Offline Send Email
Dec 7, 2005
3:22 am
3523
Hi Fouzi, I tested all of the examples given in the Usage_Examples.txt file myself so I am pretty sure that your problem is coming from a file which is too...
David Taubman
taubman_ds
Offline Send Email
Dec 7, 2005
3:29 am
3524
HI Noah, You are right that currently Kakadu does not pass through "kdu_error" when there is insufficient memory. In virtually all cases, some effort has...
David Taubman
taubman_ds
Offline Send Email
Dec 7, 2005
3:31 am
3525
Hi Greg, I will forward your comments to the my contacts in those companies to make sure they are aware, although they may well have seen your message already....
David Taubman
taubman_ds
Offline Send Email
Dec 7, 2005
3:33 am
3526
HI Greg, Looks like a Jasper mystery to me!! Kakadu's mission has never been to bundle auxiliary tools like the one to which you refer. I have my own tools...
David Taubman
taubman_ds
Offline Send Email
Dec 7, 2005
3:43 am
3527
Hi Steve, I can't say exactly why you get the 800K of data back, but there are a few things you need to take into account: 1) The Kakadu server will send back...
David Taubman
taubman_ds
Offline Send Email
Dec 7, 2005
5:23 am
Messages 3497 - 3527 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