Skip to content

Could add the support to save BigTIFF directly? #181

Open
@JiangXL

Description

@JiangXL

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions