pantson.YUV v1.1 |
pantson.yuv: | Functions | Modinfo |
YUVdrawY | Draw a YUV data onto a pixmap. Y must be a pointer to the Y data. This will produce a greyscale image. |
YUVDrawYUV | Draw a YUV data onto a pixmap. Y U V must be pointers to the YUV data. This will produce a color image. |
Function YUVdrawY:Int(p:TPixmap,Y:Byte Ptr) | |
Returns | True. |
Description | Draw a YUV data onto a pixmap. Y must be a pointer to the Y data. This will produce a greyscale image. |
Function YUVDrawYUV:Int(p:TPixmap,Y:Byte Ptr,U:Byte Ptr,V:Byte Ptr) | |
Returns | True. |
Description | Draw a YUV data onto a pixmap. Y U V must be pointers to the YUV data. This will produce a color image. |
Version | 2.00 |
---|---|
Author | Richard Hanson |
Modserver | pantson |