Shadark
b3f41c7928
Fixed pngnq rename error in Windows
...
Fixed error 183 (File already exists) in Windows when trying to use
pngnq and trying to rename "file.png.tmp" to "file.png".
2014-05-14 01:49:45 +02:00
CounterPillow
6d28942626
Clarify optimizeimg docs; add warnings
...
The validator will now warn if it detects that a crushed output
is fed into something that is not a crusher.
The is_crusher method of an optimizer shall return True if the
optimisation process is lossless, and does try to find optimal
encoding parameters as opposed to only removing unneeded channels
or reducing palettes.
2014-05-08 20:56:46 +02:00
CounterPillow
03561dccfa
Use check_call(), add workaround for broken pngnq
...
Also -f pngnq to write files, in case something didn't work
last render.
2014-05-06 22:31:23 +02:00
CounterPillow
8817972b36
Move the check for program availability into class
...
We also actually execute it now. Go us!
2014-05-06 20:10:42 +02:00
CounterPillow
09477ed8a0
Rewrote image optimisation stuff.
...
The old one was broken anyway.
2014-03-04 00:39:59 +01:00
Aaron Griffith
71bd38a8aa
Merge branch 'master' into py-package
...
Conflicts:
overviewer_core/googlemap.py
2011-06-08 15:59:09 -04:00
Aaron Griffith
c10074e87f
Merge branch 'master' into py-package
2011-06-04 20:05:31 -04:00
Aaron Griffith
299f15a312
Merge branch 'dtt-c-render' into py-package
2011-04-13 02:42:22 -04:00
Aaron Griffith
42596416d9
sdist and install now work
...
next step is using a custom data dir, and falling back on the package
data dir. Also, fixing --version.
2011-03-29 13:49:50 -04:00