ArchivedTools/ScanScripts/Windows/1 - Indexed using ref image_old.cmd
2023-12-21 01:48:37 +01:00

4 lines
152 B
Batchfile

mkdir indexed
for %%i in (*.tif) DO (
convert %%i -separate -threshold 75%% -combine -remap "..\..\..\..\commodore_3_colour_index_ref.tif" indexed\%%i
)