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 3407 - 3436 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3407
HI Greg, Once again, thanks for catching this. I don't normally compile with the TIFF support enabled, so I missed a typo in the function prototype for...
David Taubman
taubman_ds
Offline Send Email
Nov 2, 2005
12:29 am
3408
David, Thanks for this fix. I have successfully compiled Kakadu Version 5.0 under Mac OS X 10.4.2. I can now begin to use and test it, and see if making...
Greg Coats
greg_coatman
Offline Send Email
Nov 2, 2005
8:04 am
3409
A detailed comparison applying 9 JPEG2000 compressors to 4 512x512 images at 6 compression rates, resulting in 216 images, is posted at ...
Greg Coats
greg_coatman
Offline Send Email
Nov 2, 2005
8:11 am
3410
Hi Greg, I took a look at your comparison. Your comparison of Y-PSNR is not so meaningful in the case of Kakadu's default settings, since "kdu_compress" ...
David Taubman
taubman_ds
Offline Send Email
Nov 3, 2005
1:33 am
3411
Professor Taubman, Regarding "your comparison" I am not in any way affiliated with, nor do I know at all the authors of this report. I just saw it on the...
Greg Coats
greg_coatman
Offline Send Email
Nov 3, 2005
2:50 am
3412
HI Greg, Sorry for the mix-up. Cheers, david ... From: Greg Coats To: kakadu_jpeg2000@yahoogroups.com Sent: Thursday, November 03, 2005 1:50 PM Subject: Re:...
David Taubman
taubman_ds
Offline Send Email
Nov 3, 2005
5:15 am
3413
Greg, I ran a few quick tests with the Photoshop JPEG2000 plug-in. The file produced says it was built with Kakadu-3.2. I also built the same image with as a ...
Larry Beck
beckforce
Offline Send Email
Nov 3, 2005
5:11 pm
3414
I'm getting an error on a particular image while trying to discard 6 levels of detail - basically, to scale it down to 1/64th by 1/64th of its original size....
Noah Gibbs
noah_gibbs
Offline Send Email
Nov 6, 2005
3:55 am
3415
HI Noah, Of course, the error message means just what it says -- that the image was compressed with less than 6 DWT levels. Kakadu provides various ways to...
David Taubman
taubman_ds
Offline Send Email
Nov 6, 2005
11:44 pm
3416
Hi all, Sorry if this has already been discussed already. I am trying to get kakadu to output all the marker segments in big endian order. I have already done...
adam_peters05
Offline Send Email
Nov 7, 2005
3:20 am
3417
HI Adam, Why not use the `kdu_params::write_marker_segment' function. It correctly writes any marker segment you have, with the correct byte order. Cheers, ...
David Taubman
taubman_ds
Offline Send Email
Nov 7, 2005
3:38 am
3418
I am using Kakadu version 5.0. I notice that as the compression ratio increases, the time for kdu_compress to perform the compression of the image decreases....
Greg Coats
greg_coatman
Offline Send Email
Nov 7, 2005
6:16 am
3419
Hey guys, I'm working on including the ability to read multi component transformed images in some viewing software. Previously I'd been using ...
Michael Wildermoth
orange_of_doom
Offline Send Email
Nov 8, 2005
1:59 am
3420
Hi Moatamri, If I understand you correctly you want to simulate errors (e.g. from a wireless link) in the code-stream. If that is the case I would strongly...
Worker Kau
workerkau
Offline Send Email
Nov 8, 2005
2:54 pm
3421
Hi, Can someone explain how to estimate the number of tlm markers to use when compressing with the -frag option. Also I have noticed that when using the...
rayjoslyn
Offline Send Email
Nov 9, 2005
9:30 pm
3422
Hi Greg, This is supposed to happen. Kakadu contains a couple of predictive strategies for assessing the likelihood that code-block coding passes will be...
David Taubman
taubman_ds
Offline Send Email
Nov 10, 2005
10:49 pm
3423
Just like a JPEG2000 image can consist of a series of tiles, like a checkerboard, so can a TIFF image be tiled. The standard libTIFF library supports tiled...
Greg Coats
greg_coatman
Offline Send Email
Nov 11, 2005
5:04 am
3424
I am interested in documents, available on the web, that explain and show the advantages of the JPEG2000 format to management, meaning to a non-technical...
Greg Coats
greg_coatman
Offline Send Email
Nov 11, 2005
5:28 am
3425
... First, add support for querying the TIFF tags related to tiled images: uint32 tileWidth, tileLength; TIFFGetField(tif, TIFFTAG_TILEWIDTH, &tileWidth); ...
hetzerrr
Offline Send Email
Nov 11, 2005
6:28 am
3426
HI Greg, You might like to take a look at Mike Gormish's materials. He has made a powerpoint presentation available which you might find useful amongst other...
David Taubman
taubman_ds
Offline Send Email
Nov 11, 2005
6:45 am
3427
Hi Greg, I've not got time to give you too many details, but the "image_io" library in Kakadu is quite simple -- not intended to be industrial strength, just...
David Taubman
taubman_ds
Offline Send Email
Nov 11, 2005
6:52 am
3428
Hi Ray, If you don't use the ORGtparts option and you do not use incremental flushing, there will be exactly one tile-part created for each tile. In this case...
David Taubman
taubman_ds
Offline Send Email
Nov 11, 2005
7:16 am
3429
Hi Michael, The reason `jp2_source' fails to read the MCT-endowed image is that JP2 files cannot contain any Part-2 features. The file is necessarily a JPX...
David Taubman
taubman_ds
Offline Send Email
Nov 11, 2005
7:48 am
3430
Hi: I used JASPER before. In JASPER, the compression parameter: -rate is the compression ratio. But I find that in Kadudu, the parameter: -rate seems not to be...
fjshjpp
Offline Send Email
Nov 11, 2005
1:53 pm
3431
David, I have found that if I use ORGtparts=R and do not use the ORGgen_tlm option and then after compression is finished run the kdu_maketlm that other...
rayjoslyn
Offline Send Email
Nov 11, 2005
3:14 pm
3432
Yes, that difference is confusing. For an RGB image with 8 bits of Red, Green, and Blue (which is a total of 24 bits), here is how to create a lossy 10:1...
Greg Coats
greg_coatman
Offline Send Email
Nov 11, 2005
4:30 pm
3433
I am getting an error on reading some JPC images: JP2KAK: Using ProcessYCbCrTile() for this dataset. ERROR 1: Kakadu Error: Packet body terminated with an FF! ...
gao_p
Offline Send Email
Nov 14, 2005
9:27 pm
3434
I want to know about kakadu api to compress/decompress jpeg...
Ambrish Choudhary
ambrish_ji
Offline Send Email
Nov 14, 2005
9:28 pm
3435
According to documentation/Overview.txt, Kakadu's kdu_expand supports output files of type BMP, PGM, PPM and RAW. Neither kdu_compress nor kdu_expand support...
Greg Coats
greg_coatman
Offline Send Email
Nov 14, 2005
10:35 pm
3436
It means bits/pixel, which is the common interpretation of bit-rate in the compression world. Specifically, in Kakadu it means total number of bits, divided by...
David Taubman
taubman_ds
Offline Send Email
Nov 14, 2005
11:34 pm
Messages 3407 - 3436 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