Raise max-image-mpixels again

PDFs are quite likely to have a lot of pixels, e.g. large high resolution scans.
250 MP is a page of A0 sized paper scanned at 400 DPI,
should be enough in most cases.
This commit is contained in:
James R. Barlow
2021-11-14 15:47:39 -08:00
parent 3810e576ff
commit 4634b20de5
+1 -1
View File
@@ -404,7 +404,7 @@ Online documentation is located at:
metavar='MPixels',
help="Set maximum number of pixels to unpack before treating an image as a "
"decompression bomb",
default=128.0,
default=250.0,
)
advanced.add_argument(
'--pdf-renderer',