python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
pixel.py File Reference

Go to the source code of this file.

Classes

class  lottie.parsers.pixel.Polygen
 

Namespaces

 lottie.parsers.pixel
 

Functions

def lottie.parsers.pixel.pixel_to_layer_paths (raster, scale=1, stroke_width=None)
 
def lottie.parsers.pixel.pixel_add_layer_paths (animation, raster)
 
def lottie.parsers.pixel.pixel_add_layer_rects (animation, raster)
 
def lottie.parsers.pixel.raster_to_embedded_assets (filenames, frame_delay=1, framerate=60, embed_format=None)
 Loads external assets. More...
 
def lottie.parsers.pixel.raster_to_linked_assets (filenames, frame_delay=1, framerate=60)
 Loads external assets. More...
 
def lottie.parsers.pixel.pixel_to_animation (filenames, frame_delay=1, framerate=60)
 Converts pixel art to vector. More...
 
def lottie.parsers.pixel.pixel_to_animation_paths (filenames, frame_delay=1, framerate=60)
 Converts pixel art to vector paths. More...