ArchivedTools/ScanScripts/Windows/1 - Indexed using ref image_old.cmd

4 lines
152 B
Batchfile
Raw Normal View History

2023-12-21 00:48:37 +00:00
mkdir indexed
for %%i in (*.tif) DO (
convert %%i -separate -threshold 75%% -combine -remap "..\..\..\..\commodore_3_colour_index_ref.tif" indexed\%%i
)