|
Methods defined here:
- ColorHistogram(self, ignore_color=None, tolerance=0)
- Crop(self, left, top, width, height)
- Diff(self, other)
- GetBoundingBox(self, color, tolerance=0)
- GetPixelColor(self, x, y)
- IsEqual(self, other, tolerance=0)
- WritePngFile(self, path)
- __init__(self, bpp, width, height, pixels, metadata=None)
Static methods defined here:
- FromPng(png_data)
- FromPngFile(path)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- bpp
- height
- metadata
- pixels
- width
|