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

Go to the source code of this file.

Classes

class  lottie.gui.import_export.GuiProgressReporter
 
class  lottie.gui.import_export.GuiBasePorter
 
class  lottie.gui.import_export.GuiExporter
 
class  lottie.gui.import_export.GuiImporter
 
class  lottie.gui.import_export.ExportThread
 

Namespaces

 lottie.gui.import_export
 

Functions

def lottie.gui.import_export.get_open_filename (parent, title, dirname)
 
def lottie.gui.import_export.get_save_filename (parent, title, dirname)
 
def lottie.gui.import_export.start_export (parent, exporter, animation, file_name, options)
 
def lottie.gui.import_export.gui_importer_from_filename (filename)
 
def lottie.gui.import_export.gui_exporter_from_filename (filename)
 

Variables

 lottie.gui.import_export.gui_exporters = list(map(GuiExporter, exporters))
 
 lottie.gui.import_export.gui_importers = list(map(GuiImporter, importers))