[Image-SIG] Re: How to generate optimal palettes ?

Chris Cogdon chris at cogdon.org
Wed Aug 13 00:19:20 EDT 2003


Gah... this is some fine re-introduction to the list :) ... A little google 
searching found this item from this very mailing list that I missed...

http://mail.python.org/pipermail/image-sig/2002-September/001989.html

Essentially, just doing the following will work for me just fine:

i3 = i2.convert('P',palette=Image.ADAPTIVE,colors=256, dither=Image.NONE)

It's not in the docs or docstrings, though... so... anyone need help setting 
up decent, help()able docstrings? :)


-- 
   ("`-/")_.-'"``-._        Chris Cogdon <chris at cogdon.org>
    . . `; -._    )-;-,_`)
   (v_,)'  _  )`-.\  ``-'
  _.- _..-_/ / ((.'
((,.-'   ((,/   fL



More information about the Image-SIG mailing list