Oct 5, 2007
Oct 3, 2007
Openclipart thumbnail
I couldnt find the option to add a thumbnail and couldnt find any help either.
But it was simple actually, just upload the png file
generated by a shell command like : for i in *.svg; do inkscape -f "$i" -e "$i.png" -w 80; done
And then put that png file in the first position and the thumbnail shows up
But it was simple actually, just upload the png file
generated by a shell command like : for i in *.svg; do inkscape -f "$i" -e "$i.png" -w 80; done
And then put that png file in the first position and the thumbnail shows up
Subscribe to:
Posts (Atom)
Popular Posts
-
Assuming a table like this: create table test (id integer primary key autoincrement, name text); and values like: insert into test va...
-
Step 1: download python.org/downloads/ Step 2: setup a directory to install Python via the command line "mkdir python3ver" for th...
-
Multiple vmdk file You might end up in situation where you will find xxx-000001.vmdk , xxx-000002.vmdk and so on (these are quite big fil...