implement optipng, fix recompressing

This commit is contained in:
Kilian Valkhof 2010-02-02 00:33:35 +01:00
parent e1972f814f
commit b02d6e0aa6
4 changed files with 54 additions and 11 deletions

24
todo
View file

@ -19,3 +19,27 @@
trimage: simple gui for:
optipng for png and gif, jpegoptim for jpeg. both are available in ubuntu as dependencies (our primary platform)
==========================================
todo app wise
- implement jpegoptim
- implement something for gifs
- implement drag and drop on table
- clean up code, make it PEP-8
- figure out what to do with:
- recompress and optipng ( o7? ) not really doing anything
- lockup when opening files (i'd like it to not lock up the file dialog)
todo else
- figure out dependencies for a .deb/how to make a .deb
- figure out launchpad repo or something
- figure out how to make mac and win versions
current dependencies:
python
python-qt4
hurry.filesize (bundled)
optipng
jpgegoptim