Mercurial > hg > digilib
diff client/digitallibrary/jquery/img/embedded_icons.cmd @ 659:b2ff035dc81a jquery
added small buttons image files
author | hertzhaft |
---|---|
date | Mon, 24 Jan 2011 00:48:17 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/digitallibrary/jquery/img/embedded_icons.cmd Mon Jan 24 00:48:17 2011 +0100 @@ -0,0 +1,14 @@ +rem @echo off +setlocal + +rem saxon embedded.svg embedded_icons.xsl + +set ink=C:\prog_mr\inkscape-0.48.1\inkscape.exe + +for %%f in (embedded\svg\*.svg) do ( + echo %%~nf + %ink% %%f --export-png=embedded\16\%%~nf.png -w16 -h16 + %ink% %%f --export-png=embedded\32\%%~nf.png -w32 -h32 + ) + +endlocal \ No newline at end of file