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

Could add the support to save BigTIFF directly? #181

Open
JiangXL opened this issue Apr 16, 2020 · 0 comments
Open

Could add the support to save BigTIFF directly? #181

JiangXL opened this issue Apr 16, 2020 · 0 comments

Comments

@JiangXL
Copy link

JiangXL commented Apr 16, 2020

FileIO.jl can load BigTIFF, but fail to save it. convert -list format shows the ability to save as BigTIFF.

cd .julia/packages/ImageMagick/vMfoS/deps/usr/bin
./convert -list format
     TIFF* rw+   Tagged Image File Format (LIBTIFF, Version 4.0.9)
   TIFF64* rw-   Tagged Image File Format (64-bit) (LIBTIFF, Version 4.0.9)

So, how can ImageMagick.jl do save(File(format"TIFF64","result.tiff"), img as ImageMagick do convert input.tiff TIFF64:result.tiff?

Thanks!

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