add_encoders Function

Defined in pyglet.image.codecs

add_encoders(module)

Add an encoder module. The module must define get_encoders. Once added, the appropriate encoders defined in the codec will be returned by pyglet.image.codecs.get_encoders.

Previous topic

add_default_image_codecs Function

Next topic

get_animation_decoders Function