feat: Add Color Map Preprocessor

This commit is contained in:
blessedcoolant
2023-09-23 02:02:27 +05:30
committed by Kent Keirsey
parent cc280cbef1
commit 0363a06963
2 changed files with 28 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class FieldDescriptions:
mask = "The mask to use for the operation"
board = "The board to save the image to"
image = "The image to process"
tile_size = "Tile size"
class Input(str, Enum):