makdim
Цитата:
Уже раз 100 выкладывали
Код: for %%a in (BMP_RS\*.jpg) do call :cnvrt %%a
goto :eof
:cnvrt
convert %1 -white-threshold 55000 -black-threshold 54990 -monochrome -interpolate integer -negate -fx "p[0,-2]*p[0,-1]*p*p[0,+1]*p[0,+2]" -negate %1.bmp
Цитата:
Еще вопросик, а можно как нибудь много файлов конвертануть с помощью usd.exe и convert.exe ну наверно еще какой-нибудь батник надо сделать.
Уже раз 100 выкладывали
Код: for %%a in (BMP_RS\*.jpg) do call :cnvrt %%a
goto :eof
:cnvrt
convert %1 -white-threshold 55000 -black-threshold 54990 -monochrome -interpolate integer -negate -fx "p[0,-2]*p[0,-1]*p*p[0,+1]*p[0,+2]" -negate %1.bmp