fti2svg.pl converts SGI Irix .fti vector-based icons to .svg images suitable for Nautilus or any other SVG-capable program.
| Tags | Desktop Environment Theme Resources Icons Application Themes Nautilus Text Processing Filters |
|---|---|
| Operating Systems | POSIX IRIX Linux |
| Implementation | Perl |
Recent comments
31 Oct 2002 09:58
Documentation
This program lacks any documentation at all. So to anybody actually trying to use this, here goes:
It expects a minimum of 2 arguments:
fti2svg infile.fti outfile.svg
You can pass it multiple .fti files and it will composite them from the bottom up:
fti2svg infile1.fti infile2.fti infile3.fti outfile.svg
It also does no error checking and will happily overwrite your files with no warning.