Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JPEG 2000 values are doubled #51

Open
bogdan-grama opened this issue Sep 29, 2016 · 0 comments
Open

JPEG 2000 values are doubled #51

bogdan-grama opened this issue Sep 29, 2016 · 0 comments

Comments

@bogdan-grama
Copy link

bogdan-grama commented Sep 29, 2016

On a simple conversion to UInt16 TIFF, the result pixel values are doubled.

As sample data use any of the Sentinel 2 bands from Amazon S3:
http://sentinel-s2-l1c.s3-website.eu-central-1.amazonaws.com/#tiles/35/T/MN/2016/8/29/0/

using Images
using FileIO

img = load("B01.jp2");
save("B01julia.tif", img);

I think the load function is responsible for this.
Any explanation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant