Module dlib.image.animation

Animated images

Functions

NameDescription
animatedImage(w, h, channels, bitDepth, numFrames) Factory function for animated images
animatedImageFactory() Get default AnimatedImageFactory singleton
unmanagedAnimatedImage(w, h, channels, bitDepth, numFrames) Factory function for UnmanagedAnimatedImage

Interfaces

NameDescription
SuperAnimatedImage Animated image interface

Classes

NameDescription
AnimatedImage Extension of standard Image that handles animation
AnimatedImageFactory Factory class for animated images
UnmanagedAnimatedImage AnimatedImage that uses dlib.core.memory instead of GC
UnmanagedAnimatedImageFactory Factory class for UnmanagedAnimatedImage

Aliases

NameTypeDescription
AnimatedImageL16 AnimatedImage!(4) Specialization of AnimatedImage for 16-bit luminance pixel format
AnimatedImageL8 AnimatedImage!(0) Specialization of AnimatedImage for 8-bit luminance pixel format
AnimatedImageLA16 AnimatedImage!(5) Specialization of AnimatedImage for 16-bit luminance-alpha pixel format
AnimatedImageLA8 AnimatedImage!(1) Specialization of AnimatedImage for 8-bit luminance-alpha pixel format
AnimatedImageRGB16 AnimatedImage!(6) Specialization of AnimatedImage for 16-bit RGB pixel format
AnimatedImageRGB8 AnimatedImage!(2) Specialization of AnimatedImage for 8-bit RGB pixel format
AnimatedImageRGBA16 AnimatedImage!(7) Specialization of AnimatedImage for 16-bit RGBA pixel format
AnimatedImageRGBA8 AnimatedImage!(3) Specialization of AnimatedImage for 8-bit RGBA pixel format
UnmanagedAnimatedImageL16 UnmanagedAnimatedImage!(4) Specialization of UnmanagedAnimatedImage for 16-bit luminance pixel format
UnmanagedAnimatedImageL8 UnmanagedAnimatedImage!(0) Specialization of UnmanagedAnimatedImage for 8-bit luminance pixel format
UnmanagedAnimatedImageLA16 UnmanagedAnimatedImage!(5) Specialization of UnmanagedAnimatedImage for 16-bit luminance-alpha pixel format
UnmanagedAnimatedImageLA8 UnmanagedAnimatedImage!(1) Specialization of UnmanagedAnimatedImage for 8-bit luminance-alpha pixel format
UnmanagedAnimatedImageRGB16 UnmanagedAnimatedImage!(6) Specialization of UnmanagedAnimatedImage for 16-bit RGB pixel format
UnmanagedAnimatedImageRGB8 UnmanagedAnimatedImage!(2) Specialization of UnmanagedAnimatedImage for 8-bit RGB pixel format
UnmanagedAnimatedImageRGBA16 UnmanagedAnimatedImage!(7) Specialization of UnmanagedAnimatedImage for 16-bit RGBA pixel format
UnmanagedAnimatedImageRGBA8 UnmanagedAnimatedImage!(3) Specialization of UnmanagedAnimatedImage for 8-bit RGBA pixel format