You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Slávek Banko
8b12682035
|
8 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 8 years ago | |
Makefile.am | 15 years ago | |
README | 15 years ago | |
dither2YUV.cpp | 15 years ago | |
dither2YUV.h | 15 years ago | |
rgb2yuv16.cpp | 15 years ago | |
rgb2yuv16.h | 15 years ago | |
rgb2yuv32.cpp | 15 years ago | |
rgb2yuv32.h | 15 years ago | |
rgb2yuvdefs.h | 11 years ago |
README
* we have a Dither2Yuv base class. Currently this is not derived from a basic ditherWrapper class because we don not have this in mpeglib yet. TODO: change in mpeglib DitherWrapper->Dither2RGB and make DitherWrapper pure virtual and derive Dither2YUV Dither2RGB from this class. * Note we do not support 8 Bit here, thus the constructor looks dofferent.