Created
October 21, 2015 18:31
-
-
Save machuiwen/f6f4573d81d7c1d18f08 to your computer and use it in GitHub Desktop.
convert any image format to jpeg-2000 format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % 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