python-lottie
0.6.11+devc144cca
A framework to work with lottie files and telegram animated stickers (tgs)
|
Public Member Functions | |
def | __init__ (self, iterations=100, match=glaxnimate.utils.quantize.MatchType.MostFrequent) |
def | get_colors (self, image, n_colors) |
Public Attributes | |
iterations | |
match | |
def lottie.parsers.raster.KMeansPalette.__init__ | ( | self, | |
iterations = 100 , |
|||
match = glaxnimate.utils.quantize.MatchType.MostFrequent |
|||
) |
def lottie.parsers.raster.KMeansPalette.get_colors | ( | self, | |
image, | |||
n_colors | |||
) |
Reimplemented from lottie.parsers.raster.PaletteAlgorithm.