We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: