-
Hi
I would like to save a JPEG2000 file. When I saw your project I thing it is that fantastic, that I like to include now your libaries. But I am not that code in C++ to understand how to manage it. Please is it possible to give me any small sample how to work with Visual Studio 2005 and your libary?
Regards
goldengel.
2009-06-30 08:56:39 UTC by goldengelch
-
I saw the debut of 6.00 on CodeProject.com, i hope SF gets an update too. =)
2009-06-26 06:51:15 UTC by corecorecore
-
Maybe it's wrong in U and V, I think U and V was been exchanged.
RGBQUAD CxImage::RGBtoYUV(RGBQUAD lRGBColor)
{
int Y,U,V,R,G,B;
R = lRGBColor.rgbRed;
G = lRGBColor.rgbGreen;
B = lRGBColor.rgbBlue;
// Y = (int)( 0.257 * R + 0.504 * G + 0.098 * B);
// U = (int)( 0.439 * R - 0.368 * G - 0.071 * B + 128);
// V = (int)(-0.148 * R - 0.291 * G + 0.439 * B + 128);
Y = (int)(0.299f *...
2006-11-15 00:58:16 UTC by blworld
-
ing2 committed patchset 3 of module CxImage to the CxImage CVS repository, changing 32 files.
2004-10-17 17:34:26 UTC by ing2
-
ing2 committed patchset 2 of module CxImage to the CxImage CVS repository, changing 69 files.
2004-10-13 19:32:56 UTC by ing2
-
ing2 committed patchset 1 of module CxImage to the CxImage CVS repository, changing 69 files.
2004-10-13 19:32:56 UTC by ing2
-
Anonymous committed patchset 1 of module CVSROOT to the CxImage CVS repository, changing 11 files.
2004-05-18 20:13:56 UTC by nobody
-
Welcome to Developers.
2004-05-18 19:17:41 UTC by nobody
-
Welcome to Help.
2004-05-18 19:17:41 UTC by nobody
-
Welcome to Open Discussion.
2004-05-18 19:17:41 UTC by nobody