Increase the maxCanvasPixels value to 2 ** 25

This commit is contained in:
Calixte Denizet 2024-03-25 17:31:15 +01:00
parent ad791cc462
commit a4aca8a20d
3 changed files with 4 additions and 4 deletions

View file

@ -214,7 +214,7 @@ const defaultOptions = {
},
maxCanvasPixels: {
/** @type {number} */
value: 16777216,
value: 2 ** 25,
kind: OptionKind.VIEWER,
},
forcePageColors: {