Need to perform JPEG2000 test

  • Follow


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:













7/18/2012 11:45:00 AM


Reply: