Module Image.PixelSource

Sourcetype rgba = int * int * int * int
Sourcetype rgb = int * int * int
Sourcetype yuv = int * int * int
Sourcetype yuva = yuv * int
Sourceval yuv_of_rgb : rgb -> yuv
Sourceval rgb_of_yuv : yuv -> rgb