So I tried the following on a single gif file:C:\Program Files\Inkscape> inkscape -f \\LS-VLA70\Misc\Graphics\frog.gif frog.svg
(inkscape.exe:3628): Gtk-WARNING **: Could not find the icon 'object-visible'. The 'hicolor' theme was not found either, perhaps you need to install it.
You can get a copy from: http://icon-theme.freedesktop.org/releases
** (inkscape.exe:3628): WARNING **: Can't open file: frog.svg (doesn't exist)
^C
C:\Program Files\Inkscape>
Note the ^C. The above command did not exit so I had to "control-C" to get back to command line.
Anyway I went to the http://icon-theme.freedesktop.org/releases location and found these:Index of /releases
[ICO] Name Last modified Size Description
[PARENTDIR] Parent Directory -
[ ] default-icon-theme-0.1.tar.gz 2005-02-02 12:52 1.4K
[ ] hicolor-icon-theme-0.2.tar.gz 2005-02-02 12:52 1.5K
[ ] hicolor-icon-theme-0.3.tar.gz 2005-02-02 12:52 2.2K
[ ] hicolor-icon-theme-0.4.tar.gz 2005-02-02 12:52 24K
[ ] hicolor-icon-theme-0.5.tar.gz 2005-02-02 12:52 31K
[ ] hicolor-icon-theme-0.6.tar.gz 2005-02-02 12:52 31K
[ ] hicolor-icon-theme-0.7.tar.gz 2005-02-04 09:17 31K
[ ] hicolor-icon-theme-0.8.tar.gz 2005-04-08 08:06 31K
[ ] hicolor-icon-theme-0.9.tar.gz 2006-01-12 15:18 32K
[ ] hicolor-icon-theme-0.10.tar.gz 2006-11-22 12:02 33K
[ ] hicolor-icon-theme-0.11.tar.gz 2009-09-25 13:57 37K
[ ] hicolor-icon-theme-0.12.tar.gz 2010-01-13 10:20 37K
[ ] hicolor-icon-theme-0.13.tar.gz 2013-12-17 12:16 40K
[ ] hicolor-icon-theme-0.14.tar.xz 2014-12-09 12:48 50K
[ ] hicolor-icon-theme-0.15.tar.xz 2015-03-24 10:37 50K
Apache/2.4.10 (Debian) Server at icon-theme.freedesktop.org Port 443
Notice the last two that are dated 2014 and 2015? The extension seems to be incorrect? I changed the 2015 one to .gz and then I was able to unarc the file with 7zip.
However the unarc'ed contents looks to be linux based. I am running windows 7?Another thing to note is after I executed the command, a "gif bitmap image import" window popped open requesting some image information (DPI, rendering mode).
Once I clicked ok, the inkscape gui opened with the gif file displayed along with an error that the file frog.svg cannot be found?
I was expecting everything to take place in the background? That's what batch jobs are supposed to do?
So one question is: Is this "hicolor theme" required for Windows?
Ideas?
Ray