
konvert
Source (link to git-repo or to original if based on someone elses unmodified work):
Supported:
- images: convertion/check
internal
'convert' + 'epstopdf'
- archives: convertion/extraction/creation/check
internal: tar, tgz, tbz, zip, arch[r/o]
external: lha[r/o], arj, rar, zoo[r/o], cpio[r/o], shar, jar, arc, cab[r/o], iso[w/o]
- compressed files: convertion/decompression/compression
internal: gzip, bzip2
external: 'lzop'
- audio: convertion
'sox' [wav, aiff, vorbis voc, ulaw]
- publishing: convertion
'dvips' + 'pdftops' + 'pdftotext' + 'ps2ascii'
'gs' [ps/pdf -> ps/pdf/eps/png]
'convert' [ps/pdf -> image])
0.8 (4 May 2004):
- archive filter: rar('unrar' r/o), arc('arc'), cab('cabextract' r/o),
iso('mkisofs' w/o), cpio('afio' r/o)
- compress filter: + gzip should be able to uncompressed 'compress' files and bzip2 'bzip' files
+ lzop('lzop')
+ integrity check is done with 'gzip' and 'bzip2'
- image filter: + 'convert'
+ 'identify'(check format)
- lossy conversion warning
- publishing filter: + 'pdftops'(pdf->ps), 'dvips'(dvi->ps),
+ 'gs'(ps/pdf -> ps/pdf/eps/png),
+ 'convert'(ps/pdf->images),
+ 'pdftotext'(pdf->text), 'ps2ascii'(ps/pdf->text)
- image filter: 'epstopdf'(eps->pdf)
- all filters supported simple copy for identical source and destination mimetypes
- add directory dialog: add directory itself or files (recursively or not) with filter
Ratings & Comments
2 Comments
I think it would be great to generalise this in way that additional conversions can be plugged in as test files or python modules. There is a wealth of command-line conversion tools in the unix world, but patchy GUI user friendlyness.
7-zip.org ?