try using the Image.convert("L") method on you image. That will make
it greyscale
Edward Cannon

On Wed, Dec 1, 2010 at 6:38 AM,  <pyt...@bdurham.com> wrote:
> Any suggestions on a PIL receipe that will allow me to take a color image
> and create a grayscale version of this image that gives the image a disabled
> appearance similar to the effect that Windows applies to show disabled
> icons?
>
> My use case is to dynamically create disabled versions of my application's
> graphics when a specific feature is disabled or unavailable.
>
> Thank you,
> Malcolm
> _______________________________________________
> Image-SIG maillist  -  image-...@python.org
> http://mail.python.org/mailman/listinfo/image-sig
>
>
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to