mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Input image decoding fail fast by default
This commit is contained in:
@@ -61,7 +61,7 @@ namespace sharp {
|
||||
|
||||
InputDescriptor():
|
||||
buffer(nullptr),
|
||||
failOnError(FALSE),
|
||||
failOnError(TRUE),
|
||||
bufferLength(0),
|
||||
density(72.0),
|
||||
rawChannels(0),
|
||||
|
||||
Reference in New Issue
Block a user