mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 15:16:17 +01:00
Allow values for limitInputPixels larger than 32-bit #3238
This commit is contained in:
@@ -49,7 +49,7 @@ namespace sharp {
|
||||
std::string file;
|
||||
char *buffer;
|
||||
VipsFailOn failOn;
|
||||
int limitInputPixels;
|
||||
uint64_t limitInputPixels;
|
||||
bool unlimited;
|
||||
VipsAccess access;
|
||||
size_t bufferLength;
|
||||
|
||||
Reference in New Issue
Block a user