Convert image types in vb.net

  • Thread starter Thread starter John
  • Start date Start date
J

John

I am trying to convert from .j2k (jpg 2000) to the
standard .jpg format for pictures I will be using in my
app. I would like to do this through code. Does anyone
here have experience with this?

Thank you so much for any help!
 
* "John said:
I am trying to convert from .j2k (jpg 2000) to the
standard .jpg format for pictures I will be using in my
app. I would like to do this through code. Does anyone
here have experience with this?

The .NET Framework currently doesn't support JPEG2000, so you will have
to use a 3rd party library for the conversion.
 
Back
Top