Trimage/todo

44 lines
1.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 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 something for gifs (or not)
- 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