feat: add pngmonod raster device to enum (#1688)

This commit is contained in:
James R. Barlow
2026-06-05 11:40:49 -07:00
parent 87f918f58c
commit 09f2d6c386
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ class GhostscriptRasterDevice(StrEnum):
JPEGGRAY = 'jpeggray'
JPEGCOLOR = 'jpeg'
PNGMONO = 'pngmono'
PNGMONOD = 'pngmonod'
PNGGRAY = 'pnggray'
PNG256 = 'png256'
PNG16M = 'png16m'