pantson.YUV v1.1


Converts YUV information and displays it on a pixmap.

Download here

v1.1
- Re-wrote conversion into C. Runs a lot quicker now.





YUV reference
  pantson.yuv: Functions Modinfo  

YUV

Functions Summary

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.

Functions

Function YUVdrawY:Int(p:TPixmap,Y:Byte Ptr)
ReturnsTrue.
DescriptionDraw 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)
ReturnsTrue.
DescriptionDraw a YUV data onto a pixmap. Y U V must be pointers to the YUV data. This will produce a color image.

Module Information

Version2.00
AuthorRichard Hanson
Modserverpantson