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 to share photos of your group with the world? 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 2703 - 2733 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2703
Error expanding codestreamHi Anthony, I am not aware of this as a bug in v4.1, but have you tried also decompressing your image using, say, v4.2 on Windows....
David Taubman
taubman_ds
Offline Send Email
Feb 2, 2005
1:02 am
2704
Hello everybody, I have problems compressing vix files to MJ2 when I try to add the TLM marker. Without the marker, there is no problem with the compression. I...
francois_oliv
Offline
Feb 3, 2005
2:17 pm
2705
At present we have an RGB image of some width and height. It is at 8- bits per band (24-bits per pixel). I am converting it to a J2C codestream using Kakadu...
pretzelwithmustard
pretzelwithm...
Offline Send Email
Feb 3, 2005
2:19 pm
2706
I'm looking to divide an RGB 3840x2160 image into 4 quadrants (1920x1080 each) and then compress each quadrant using several ADV202s. I'm wondering if anybody...
mdmsys
Offline Send Email
Feb 3, 2005
2:20 pm
2707
Hi, Thanks for the reply. The image definately has multiple layers, though. kdu_show verfies this (Clayers=3, and I can also scroll through the layers with <...
Michael Wildermoth
orange_of_doom
Offline Send Email
Feb 3, 2005
2:20 pm
2708
The kakadu server cannot be run as a windows service for two reasons. Firstly, the directory containing the images cannot be specified in the standard...
Owen, Michael
michaelowen75
Offline Send Email
Feb 3, 2005
2:20 pm
2709
Where can I get mj2 sample file? Or can I get sample vix file? Help me......
kosuel
Offline Send Email
Feb 3, 2005
2:21 pm
2710
Hi, Thanks for the answer. I beleive I'm already doing bin-data truncation as you put it; when you use client's post_window function, one of kdu_window's...
Michael Wildermoth
orange_of_doom
Offline Send Email
Feb 3, 2005
2:21 pm
2711
Hello. I'm using 1.3GHz PPC with altivec and want to integrate a jpeg2000 compression solution in my system. The requirements are to compress 8 or 16-bit...
elitml
Offline Send Email
Feb 3, 2005
2:21 pm
2712
Can i specify the shape information of ROI from the receiver in kakadu? how to do it if i can? Otherwise, Can i use General Scaling method instead of Maxshift...
jpeg3k
Offline
Feb 3, 2005
2:22 pm
2713
Hi David, Thanks for the tips. I decided to use the first approach. However I was wrong in assuming that the TIFFTAG_XMLPACKET would be saved in a jp2_xml and...
Lou.Sakey@...
ljsrider
Offline Send Email
Feb 3, 2005
2:22 pm
2714
Hi Francois, ... Exactly. It is very easy to add rewriting support to the compressed data target though. Just take a look at the `kdu_simple_file_target' ...
David Taubman
taubman_ds
Offline Send Email
Feb 3, 2005
11:23 pm
2715
Certainly all your steps are possible. The internal RGB->YUV conversion step in Kakadu implements the so-called Irreversible Colour Transform (ICT). This is a...
David Taubman
taubman_ds
Offline Send Email
Feb 3, 2005
11:32 pm
2716
Hi Michael, The `kdu_region_compositor::get_max_available_quality_layers' function basis its information on the values reported by ...
David Taubman
taubman_ds
Offline Send Email
Feb 3, 2005
11:41 pm
2717
HI Eli, I can't give you actual benchmark figures for the power PC but I don't think you will achieve the 30 MByte/s mark. In my experience, a Pentium 4 at 2...
David Taubman
taubman_ds
Offline Send Email
Feb 3, 2005
11:48 pm
2718
Receiver driven ROI in JPEG2000 is based on code-blocks, precincts and/or tiles, all of which are rectangular elements of various sizes. You cannot specify...
David Taubman
taubman_ds
Offline Send Email
Feb 3, 2005
11:51 pm
2719
The kakadu server cannot be run as a windows service for two reasons. Firstly, the directory containing the images cannot be specified in the standard...
Owen, Michael
michaelowen75
Offline Send Email
Feb 4, 2005
4:21 pm
2720
Hi, Using the intructions from message #1173 I am trying to compile the kakadu under mac os x 10.3.7 but I got some link errors: Making all in coresys/make ar...
dacianpitic
Offline Send Email
Feb 4, 2005
4:21 pm
2721
We build here with MetroWerks. Do you want a project file? Lou Sakey DFIS WW S+SE LOWELL DEVELOPMENT CTR Lou.Sakey@... KNET 27-67676 978-323-7676 ...
Lou.Sakey@...
ljsrider
Offline Send Email
Feb 4, 2005
8:43 pm
2722
Yes thanks, Would be even more useful if you can import the metrowerks project to xcode and send me the xcode's project file. Thanks again, dacian ... ...
dacian pitic
dacianpitic
Offline Send Email
Feb 4, 2005
10:11 pm
2723
Hi David, Thanks for your kind and fast reply. I am looking forward to the new version with the new features. In the mean time I have yet another question. I...
lschmxx
Offline Send Email
Feb 5, 2005
4:19 am
2724
thanks for your reply in advance. ... Actually, I just want to specify the regular rectangular elements in the receiver side. What i really want to know is...
jpeg3k
Offline
Feb 6, 2005
9:18 pm
2726
Hi Dacian, You need to be sure not to define KDU_PENTIUM_GCC when compiling for something other than a Pentium. Remove the line "-DKDU_PENTIUM_GCC" from the...
David Taubman
taubman_ds
Offline Send Email
Feb 7, 2005
12:48 am
2727
Hi Lars, Kakadu does not provide any support for editing content via JPIP. To be honest, it probably will not provide such support anywhere in the foreseeable...
David Taubman
taubman_ds
Offline Send Email
Feb 7, 2005
12:52 am
2728
HI Michael, This is exactly what you can do with JPIP. You give the coordinates for what you want, relative to a full resolution display size of your own...
David Taubman
taubman_ds
Offline Send Email
Feb 7, 2005
12:55 am
2729
Hi David, Your were right. Since I was porting the make file from Linux I was including things related to MMX ( pentium ). Thanks again for your prompt...
dacian pitic
dacianpitic
Offline Send Email
Feb 7, 2005
2:34 pm
2730
David, We have images that have been created by splitting a beam of light that has passed through some biological material into, say, six beams. These are ...
Roland Sweet
roland_a_sweet
Offline Send Email
Feb 9, 2005
2:15 pm
2731
Hi Roland, JP2 would not let you store this image unless you also stored a pseudo-colored RGB image; JP2 is focused on interoperability for the majority case....
scott.houchin@...
houchin
Offline Send Email
Feb 9, 2005
2:29 pm
2732
Scott, Thanks for the help. I have downloaded the final draft spec plus amendments for JPX and will look into the vendor specific colorspace. Roland ... From:...
Roland Sweet
roland_a_sweet
Offline Send Email
Feb 9, 2005
4:55 pm
2733
One thing I thought of after I hit send the first time. Kakadu will NOT display these correctly unless you convince David to support your vendor colorspace. If...
scott.houchin@...
houchin
Offline Send Email
Feb 9, 2005
5:00 pm
Messages 2703 - 2733 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