view client/digitallibrary/jquery/img/make_icon.cmd @ 734:7773ccc93729 jquery

image-drag now with full background image :-) if your browser supports background-size. and some cleanups.
author robcast
date Wed, 02 Feb 2011 20:03:36 +0100
parents b21606c8db09
children
line wrap: on
line source

@echo off
setlocal

rem saxon embedded.svg embedded_icons.xsl

set ink=C:\prog_mr\inkscape-0.48.1\inkscape.exe

%ink% embedded\svg\%1.svg --export-png=embedded\16\%1.png -w16 -h16
%ink% embedded\svg\%1.svg --export-png=embedded\32\%1.png -w32 -h32

endlocal