I need to create a simple test environment. I need to Lossless compress a
..TGA image using JPEG2000. I will transfer it to another computer and
automatically Lossless decompress the image at the other end.
I'm looking for the simpliest method to perform this. Is there a
utility/program that could do this without coding? If not, is there an
ActiveX/DLL/library that I could compile in a simple program to accomplish
this?
Thanks for any help.
|
|
0
|
|
|
|
Reply
|
wfpeterson (1)
|
11/18/2003 12:17:33 AM |
|
I need to do this in a Windows environment.
Thanks.
"William Peterson" <wfpeterson@comcast.net> wrote in message
news:1dOdnaxqAf8l-CSiRVn-gg@comcast.com...
> I need to create a simple test environment. I need to Lossless compress a
> .TGA image using JPEG2000. I will transfer it to another computer and
> automatically Lossless decompress the image at the other end.
>
> I'm looking for the simpliest method to perform this. Is there a
> utility/program that could do this without coding? If not, is there an
> ActiveX/DLL/library that I could compile in a simple program to accomplish
> this?
>
> Thanks for any help.
>
>
|
|
0
|
|
|
|
Reply
|
William
|
11/18/2003 12:18:52 AM
|
|
Hi,
> I need to create a simple test environment. I need to Lossless compress a
> .TGA image using JPEG2000. I will transfer it to another computer and
> automatically Lossless decompress the image at the other end.
> I'm looking for the simpliest method to perform this. Is there a
> utility/program that could do this without coding? If not, is there an
> ActiveX/DLL/library that I could compile in a simple program to accomplish
> this?
What do you mean by "without coding?" Surely JPEG2000 includes encoding
the image, that's the point...
Anyhow, here's a Java implementation that should work platform independent
and will also offer the lossless compression path:
http://jj2000.epfl.ch/
Besides, there are several commercial trail-programs available. If you
want to test one of them, let me know.
So long,
Thomas
|
|
0
|
|
|
|
Reply
|
Thomas
|
11/18/2003 9:16:28 AM
|
|
To clarify, I meant without having to write source code to implement a
JPEG2000 ActiveX/DLL/Library. I just wanted a simple program, already
written, to accomplish the task as stated below. Or something close to it.
bill peterson
"Thomas Richter" <thor@cleopatra.math.tu-berlin.de> wrote in message
news:bpco1c$n9$4@mamenchi.zrz.TU-Berlin.DE...
> Hi,
>
> > I need to create a simple test environment. I need to Lossless compress
a
> > .TGA image using JPEG2000. I will transfer it to another computer and
> > automatically Lossless decompress the image at the other end.
>
> > I'm looking for the simpliest method to perform this. Is there a
> > utility/program that could do this without coding? If not, is there an
> > ActiveX/DLL/library that I could compile in a simple program to
accomplish
> > this?
>
> What do you mean by "without coding?" Surely JPEG2000 includes encoding
> the image, that's the point...
>
> Anyhow, here's a Java implementation that should work platform independent
> and will also offer the lossless compression path:
>
> http://jj2000.epfl.ch/
>
> Besides, there are several commercial trail-programs available. If you
> want to test one of them, let me know.
>
> So long,
> Thomas
|
|
0
|
|
|
|
Reply
|
William
|
11/19/2003 1:31:52 AM
|
|
Hi,
> To clarify, I meant without having to write source code to implement a
> JPEG2000 ActiveX/DLL/Library. I just wanted a simple program, already
> written, to accomplish the task as stated below. Or something close to it.
Yes, as said, look into the JJ2000. It is a command-line only tool that
should be sufficient for a test. It is Java and thus platform independent.
It will allow you to compress a file on one system, and to decompress it
on another. How to move the data from here to there is a problem that must
be solved outside, however.
So long,
Thomas
|
|
0
|
|
|
|
Reply
|
Thomas
|
11/19/2003 9:24:45 AM
|
|
"Thomas Richter" <thor@cleopatra.math.tu-berlin.de> wrote in message
news:bpfcst$nuv$1@mamenchi.zrz.TU-Berlin.DE...
> Hi,
>
> > To clarify, I meant without having to write source code to implement a
> > JPEG2000 ActiveX/DLL/Library. I just wanted a simple program, already
> > written, to accomplish the task as stated below. Or something close to
it.
>
> Yes, as said, look into the JJ2000. It is a command-line only tool that
> should be sufficient for a test. It is Java and thus platform independent.
> It will allow you to compress a file on one system, and to decompress it
> on another. How to move the data from here to there is a problem that must
> be solved outside, however.
>
Also, look at Kakadu.
http://www.kakadusoftware.com
|
|
0
|
|
|
|
Reply
|
Pete
|
11/19/2003 5:25:46 PM
|
|
Thanks for your help. I will look into both options.
bill
"Pete Fraser" <pete@rgb.com> wrote in message
news:vrn9ro1ug1mb98@news.supernews.com...
>
> "Thomas Richter" <thor@cleopatra.math.tu-berlin.de> wrote in message
> news:bpfcst$nuv$1@mamenchi.zrz.TU-Berlin.DE...
> > Hi,
> >
> > > To clarify, I meant without having to write source code to implement a
> > > JPEG2000 ActiveX/DLL/Library. I just wanted a simple program, already
> > > written, to accomplish the task as stated below. Or something close
to
> it.
> >
> > Yes, as said, look into the JJ2000. It is a command-line only tool that
> > should be sufficient for a test. It is Java and thus platform
independent.
> > It will allow you to compress a file on one system, and to decompress it
> > on another. How to move the data from here to there is a problem that
must
> > be solved outside, however.
> >
>
> Also, look at Kakadu.
>
> http://www.kakadusoftware.com
>
>
>
|
|
0
|
|
|
|
Reply
|
William
|
11/20/2003 3:07:08 AM
|
|
|
6 Replies
130 Views
(page loaded in 0.124 seconds)
Similiar Articles: JPEG2000 standard test images - comp.compressionJPEG2000 standard test images - comp.compression code for jpeg image compression - comp.soft-sys.matlab JPEG2000 standard test images - comp.compression UBC JPEG-LS Source ... Durbin Test - comp.soft-sys.matlabHi, I need to perform rank test to test the null hypothesis of no difference among treatments (I hope this makes sense: think about the Friedman te... jpeg2000 dynamic ROI or random access - comp.compression ...The JJ is a simple command line tool that converts PGM/PPM files to JPEG2000 files. It doesn't display them. If you need to do that, run for example "xv" (or the image ... a question about JasPer compression (JPEG2000) - comp.compression ...JPEG2000 standard test images - comp.compression a question about JasPer compression (JPEG2000) - comp.compression ... This would also be my >> next question ... haven't ... Sample Size determination for a multiple comparisons to control ...Hi there, I need to find out how many patients I need to power sufficiently my primary analysis, which would be a Dunnett's test comparing means o... Weighted paired t-test - comp.soft-sys.matlabHi, I wanted to perform a weighted paired t-test. In my understanding, the only difference ... and unweighted t-test is the fact that for the weighted t-test I need ... TO STATS: Does a generalized Dunnet's test exist ? - comp.soft-sys ...Hi there, I need to compare 2 dose groups to a control group and ... > > > Now, I thought about the Dunnet's test, that allows to perform both > > comparisons in a single ... jpeg decoding speeds: x86, ARM, dsp, fpga, GPU - comp.compression ...Thus, yes, if you can put it on a chip completely, and do not need to exchange ... JPEG2000 standard test images - comp.compression jpeg decoding speeds: x86, ARM, dsp, fpga ... source code for jpeg2000 - comp.soft-sys.matlabneed source code for jpeg2000 in matlab ... ... UBC JPEG-LS Source Code acquisition - comp.compression JPEG2000 standard test ... Why we need log transformation? - comp.soft-sys.stat.spss ...Why we need to do the transformation for regression analysis? Any help will be much ... In other words, tests of normality fail to detect important departures from ... How To Get Certified To Do Cholesterol Tests | LIVESTRONG.COMDetermine what type of phlebotomy certification you need to perform cholesterol blood tests. For example, the California Department of Public Health offers three ... How To Perform A DNA Sample Collection for DNA TestingIf you are planning to do a DNA Paternity test, or any other DNA ... Seven Facts You Need to Know About DNA Testing; Are You My Real Father? DNA Paternity ... 7/18/2012 11:45:00 AM
|