PaletteFile
index
/Library/Python/2.7/site-packages/PIL/PaletteFile.py

# Python Imaging Library
# $Id$
#
# stuff to read simple, teragon-style palette files
#
# History:
#       97-08-23 fl     Created
#
# Copyright (c) Secret Labs AB 1997.
# Copyright (c) Fredrik Lundh 1997.
#
# See the README file for information on usage and redistribution.
#

 
Modules
       
string

 
Classes
       
PaletteFile

 
class PaletteFile
     Methods defined here:
__init__(self, fp)
getpalette(self)

Data and other attributes defined here:
rawmode = 'RGB'