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

# Python Imaging Library
# $Id$
#
# stuff to read GIMP palette files
#
# History:
# 1997-08-23 fl     Created
# 2004-09-07 fl     Support GIMP 2.0 palette files.
#
# Copyright (c) Secret Labs AB 1997-2004.  All rights reserved.
# Copyright (c) Fredrik Lundh 1997-2004.
#
# See the README file for information on usage and redistribution.
#

 
Modules
       
re
string

 
Classes
       
GimpPaletteFile

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

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