dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Switch from PIL to PyCairo for image manipulation #35

Closed dripton closed 14 years ago

dripton commented 14 years ago

We use PIL to put text and lines on PNGs. We should use PyCairo for that instead. That will give us more consistent font handling with GTK, and let us lose PIL as a dependency. (PyGTK has PyCairo as a dependency.)

dripton commented 14 years ago

Done in [82d32806e0e54bdea1c99eaa11d5f5e31bde9f8c]. sliceborder is broken but looks close to correct.

dripton commented 14 years ago

Fixed sliceborder in [96387db7df6fac1aa5c7e66228f02ca0172b0b51].