Skip to content

Instantly share code, notes, and snippets.

@machuiwen
Created October 21, 2015 18:31
Show Gist options
  • Select an option

  • Save machuiwen/f6f4573d81d7c1d18f08 to your computer and use it in GitHub Desktop.

Select an option

Save machuiwen/f6f4573d81d7c1d18f08 to your computer and use it in GitHub Desktop.
convert any image format to jpeg-2000 format
% convert any image format to jpeg-2000 format
img = imread('/path/to/your/source/image.xxx');
imwrite(img,'/path/to/your/destination/image.jp2', 'compressionratio', 60);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment