タグ

2009年7月16日のブックマーク (2件)

  • PIL Tutorial: Converting Between PNG and GIF | Nadia Alramli's Blog

    Submitted by Nadia Alramli on Mon, 07/14/2008 - 23:03 PIL supports both PNG and GIF image formats, but converting between the two while keeping transparency can be tricky. Inside is a list of tips for dealing with transparency and dithering issues when processing GIF image formats in PIL. If you are only interested in the final solution you can skip this tutorial and go directly to the code Saving

    IanLewis
    IanLewis 2009/07/16
    PIL supports both PNG and GIF image formats, but converting between the two while keeping transparency can be tricky. Inside is a list of tips for dealing with transparency and dithering issues when processing GIF image formats in PIL.
  • MqExtension - Mercurial

    Mercurial Queues Extension This extension is currently being distributed along with Mercurial. Author: Chris Mason 1. A word of warning for new users MQ is rarely needed for new Mercurial users. If you're used to it and you like it, by all means, keep using it. But if you are learning Mercurial, instead use modern tools, such as hg rebase, hg histedit, hg graft, hg strip, hg strip --keep, and hg c

    IanLewis
    IanLewis 2009/07/16
    The patch queue extension integrates quilt functionality into Mercurial. Changes are maintained as patches which are committed into Mercurial. Commits can be removed or reordered, and the underlying patch can be refreshed based on changes made in the working directory. The patch directory can also b