5 lines
144 B
Batchfile
5 lines
144 B
Batchfile
@echo off
|
|
mkdir work\out\g4compressed
|
|
cd work\out
|
|
"c:\Program Files (x86)\IrfanView\i_view32.exe" .\*.tif /tifc=4 /convert=.\g4compressed\*.tif
|