bibliopixel.util.image.old_gif module

This is probably not used and should likely be replaced by the code in BiblioPixelAnimations.matrix.ImageAnim

bibliopixel.util.image.old_gif.animated_gif_to_colorlists(image, container=<class 'list'>)[source]

Given an animated GIF, return a list with a colorlist for each frame.

bibliopixel.util.image.old_gif.convert_mode(image, mode='RGB')[source]

Return an image in the given mode.

bibliopixel.util.image.old_gif.image_to_colorlist(image, container=<class 'list'>)[source]

Given a PIL.Image, returns a ColorList of its pixels.