12 lines
257 B
Batchfile
12 lines
257 B
Batchfile
REM @echo off
|
|
set root="%~dp0.."
|
|
php -dmemory_limit=1G %root%/_scripts/convert.php ^
|
|
2016-todo ^
|
|
%root%/asset/gallery ^
|
|
%root%/gallery ^
|
|
--export 1920x1080 ^
|
|
--export 200x200 ^
|
|
--export 96x96 ^
|
|
--export 640w ^
|
|
--importdir %1
|