-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
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