16-bit grayscale images

Skip Montanaro skip at pobox.com
Fri Mar 1 18:05:59 EST 2002


    Jeff> With Python/Tkinter is there a way to read in, write out, and
    Jeff> display 16 bit grayscale images?

I suggest you check out PIL and VTK:

    http://www.pythonware.com/downloads/index.htm#pil

    http://public.kitware.com/VTK/

Completely different approaches, but I suspect there will be code in both
that does what you want.

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)




More information about the Python-list mailing list