mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Add background option to tile output operation (#1924)
This commit is contained in:
committed by
Lovell Fuller
parent
d82a6ee4fc
commit
08a6597626
@@ -213,6 +213,7 @@ const Sharp = function (input, options) {
|
||||
tileSize: 256,
|
||||
tileOverlap: 0,
|
||||
tileSkipBlanks: -1,
|
||||
tileBackground: [255, 255, 255, 255],
|
||||
linearA: 1,
|
||||
linearB: 0,
|
||||
// Function to notify of libvips warnings
|
||||
|
||||
Reference in New Issue
Block a user