Skip to content

image input size limit #250

@anandthakker

Description

@anandthakker

Fantastic library--thanks for creating/maintaining!

I'm using it to resize some very large TIFs (> 1.5-2 billion pixels) and running into the input size limit. I'm able to use limitInputPixels() to increase the pixel limit, but the highest value that works for me is 2^32 - 1 = 2147483647. My undersatnding is that this is because on the C++ side, the limit is read as a 32-bit integer here. How feasible would it be to allow a larger value here?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions