Re: HomeBank accounting manager

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Re,

> $ inkscape --export-png=account.png account.svg
> 
> So I just have to creat a tiny script to modify all SVG files in once
> = package soon on the mirror.

Oh, and Inkscape can also resize images (inkscape --help). To give an
idea, if we keep icons to 48x48 the package does 312 Kb, if we resize
all images to 32x32 we fall to 268 Kb!

Here is the script used in the receipt to resize all SVG images,
you must be in the images directory (cd images):

for img in *.svg
do
	inkscape --export-width=32 --export-height=32 \
		--export-png=${img%.svg}.png $img
done


- Christophe

---
SliTaz GNU/Linux Mailing list.
Web site : http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/