mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 13:46:19 +01:00
Improve thread-safety of error and warning message handling.
Ensures all message reading occurs before thread shutdown.
This commit is contained in:
@@ -366,7 +366,7 @@ const Sharp = function (input, options) {
|
||||
tiffPredictor: 'horizontal',
|
||||
tiffPyramid: false,
|
||||
tiffMiniswhite: false,
|
||||
tiffBitdepth: 8,
|
||||
tiffBitdepth: 0,
|
||||
tiffTile: false,
|
||||
tiffTileHeight: 256,
|
||||
tiffTileWidth: 256,
|
||||
|
||||
Reference in New Issue
Block a user