Skip to content

Enhancement: add support for bigtiff output #4421

@chenhongtu

Description

@chenhongtu

Feature request

What are you trying to achieve?

I want to export tiff files larger than 4GB and need bigtiff support

When you searched for similar feature requests, what did you find that might be related?

What would you expect the API to look like?

sharp(input)
  .tiff({ bigtiff: true})
  .toFile('output_large.tif');

What alternatives have you considered?

I have considered using libvips directly to implement

Please provide sample image(s) that help explain this feature

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions