You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
FileIO.jl can load BigTIFF, but fail to save it.
convert -list format
shows the ability to save as BigTIFF.So, how can ImageMagick.jl do
save(File(format"TIFF64","result.tiff"), img
as ImageMagick doconvert input.tiff TIFF64:result.tiff
?Thanks!
The text was updated successfully, but these errors were encountered: