Trimage/todo
2010-02-02 18:58:32 +01:00

49 lines
1.2 KiB
Text

- make an index of available command line tools
All:
- imagemagick? *
png:
- optipng * (better version of pngcrush)
- pngnq * (lossy, better version of pngquant)
- pngout http://www.jonof.id.au/kenutils
- pngcrush *
- pngquant * (lossy)
- advancecomp/advpng *
jpg:
- jpegoptim *
- libjpeg/jpegtran *
gif:
- optipng * no
- gifsicle * (maybe)
* = available in ubuntu
trimage: simple gui for:
optipng for png and gif, jpegoptim for jpeg. both are available in ubuntu as dependencies (our primary platform)
^ no gif. optipng optimized gif by converting to png
==========================================
todo app wise
- implement drag and drop on table
- clean up code, make it PEP-8
- implement threading (and include advpng then
-
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 2.6
python-qt4 4.4
hurry.filesize (bundled)
optipng 0.6.2.1
jpgegoptim 1.2.2
advancecomp 1.15
===========================================
1.5:
later versions:
pnypng api? http://www.gracepointafterfive.com/punypng/api
imagemagick/graphicmagick?