matlab code for JPEG2000

15 views (last 30 days)
N/A
N/A on 14 Nov 2018
Commented: N/A on 15 Nov 2018
Can any one soon provide me matlab code for implementing JPEG2000 . Thank you in advance.

Accepted Answer

Steven Lord
Steven Lord on 14 Nov 2018
Just call imwrite with 'jp2' or 'jpx' as the fmt input argument.
  6 Comments
N/A
N/A on 15 Nov 2018
sir can you you help me in this @walter-roberson?
Thank you.
Walter Roberson
Walter Roberson on 15 Nov 2018
No, I cannot assist you with that. See Legal Problems

Sign in to comment.

More Answers (1)

N/A
N/A on 15 Nov 2018
If possible then Can any one do it for me as I dont have new version.
It will be a great help, please do it.
I am attaching required files --
thank you in advance.
X = imread('C:\work\Lena.png');
imwrite(X,'newImage.jp2','jp2','Comment','My JPEG2000 file')
imfinfo('newImage.jp2')
imfinfo('Lena.png')
Lena.png
  6 Comments
Walter Roberson
Walter Roberson on 15 Nov 2018
Edited: Walter Roberson on 15 Nov 2018
R2010a or later for JPEG 2000 support.
Your R14 (7.0.0) is over 14 years old. Time for you to upgrade.
N/A
N/A on 15 Nov 2018
Okay .
thank you sir.

Sign in to comment.

Categories

Find more on Images in Help Center and File Exchange

Tags

Products


Release

R2014a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!