mirror of
https://github.com/furrysalamander/rubedo.git
synced 2025-11-04 15:49:40 +08:00
Cleaned up a lot of code. Some things are still kind of messy, but it's a vast improvement over what I used to have. Data is easy to pass around the system, and the pattern info has proved invaluable for cleanly connecting prints, scans, and analysis.
9 lines
157 B
Python
9 lines
157 B
Python
OUTPUT_GRAPH = False
|
|
OUTPUT_FRAMES = False
|
|
OUTPUT_HEIGHT_MAPS = False
|
|
|
|
CROP_X_OFFSET = 200
|
|
CROP_Y_OFFSET = 20
|
|
CROP_FRAME_SIZE_X = 200
|
|
CROP_FRAME_SIZE_Y = 60
|