add_decoders Function

Defined in pyglet.image.codecs

add_decoders(module)

Add a decoder module. The module must define get_decoders. Once added, the appropriate decoders defined in the codec will be returned by pyglet.image.codecs.get_decoders.

Previous topic

ImageEncodeException

Next topic

add_default_image_codecs Function