python-lottie
0.6.11+devc144cca
A framework to work with lottie files and telegram animated stickers (tgs)
|
Classes | |
class | PngRenderer |
Functions | |
def | export_png (animation, fp, frame=0, dpi=96) |
def | PngRenderer (animation, dpi) |
def | export_pdf (animation, fp, frame=0, dpi=96) |
def | export_ps (animation, fp, frame=0, dpi=96) |
Variables | |
bool | has_cairo = True |
def lottie.exporters.cairo.export_pdf | ( | animation, | |
fp, | |||
frame = 0 , |
|||
dpi = 96 |
|||
) |
def lottie.exporters.cairo.export_png | ( | animation, | |
fp, | |||
frame = 0 , |
|||
dpi = 96 |
|||
) |
def lottie.exporters.cairo.export_ps | ( | animation, | |
fp, | |||
frame = 0 , |
|||
dpi = 96 |
|||
) |
def lottie.exporters.cairo.PngRenderer | ( | animation, | |
dpi | |||
) |