Re: Conversion of YCbCr (4:2:2) to jpeg



Hi,

I am not sure you have solution other than doing the YCbCr to RGB conversion
by yourself and thus create the bitmap that will feed the interface you
described. You will find valuable information on the Internet by Googling
"yuv rgb" or "yuv2rgb".
However, I am not an expert and if there is one, I am as interested as you
in the solution :-)

HTH
Remi


.



Relevant Pages

  • Re: Return a Bitmap as IPicture
    ... System.Drawing.Bitmap does not implement the OLE IPicture interface. ... have to create your own implementation of that interface to wrap the Bitmap ... I created a System.Drawing.Bitmap object and load it with MyBitmap.bmp ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Passing bitmap back to COM based application
    ... I was able to get the bitmap to appear on the toolbar button. ... Other methods implemented in the same interface return string values with no ... IsBitmapValid = Validate_Bitmap(HBitmap); ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Driver writer hints (was [PATCH 3/4] Add ETHTOOL_[GS]PFLAGS sub-ioctls)
    ... to obtain a 32-bit bitmap ... Userland prints out a tag returned from ETHTOOL_GSTRINGS ... sort of "UNKNOWN_FLAG" might help flush-out little oopses like forgetting a string. ... The bitmap interface is completely invisible to the user, and given the interface I felt the easiest thing to do would be to define an "ignore any garbage" default policy. ...
    (Linux-Kernel)
  • Passing bitmap back to COM based application
    ... I have an application that uses a COM interface to get bitmaps for toolbar ... The RCW for this method has the parameter as an IntPtr. ... the bitmap using the Bitmap class and then call Bitmap.GetHBitmap, ... do not get a bitmap back on the calling side. ...
    (microsoft.public.dotnet.framework.interop)