Improve verbosity of colorspace selection

This commit is contained in:
James R. Barlow
2023-10-25 00:38:56 -07:00
parent eb17dc1ecf
commit 56f9bc311d
+1
View File
@@ -518,6 +518,7 @@ def rasterize(
device_idx = at_least('png16m')
if pageinfo.has_vector:
log.debug("Page has vector content, using png16m")
device_idx = at_least('png16m')
device = colorspaces[device_idx]