[cairo-bugs] [Bug 4687] Getting pixel data

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 13 22:24:22 PDT 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=4687          
     

kareemullah.m at in.bosch.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kareemullah.m at in.bosch.com
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From kareemullah.m at in.bosch.com  2005-10-13 22:24 -------
I faced the same problem and used the following code to paint the existing 
image surface into newly created image_data_for_pixel. But the behaviour of 
this is not defined since we dont know the alpha value when we create a image 
surface.

    cairo_set_source_surface (m_pcrData, m_paSurfaceImage, 0, 0);
	cairo_paint (m_pcrData);
Tell me If I am wrong, or u have some new technique.

Regards
Kareem
kareemullah.m at in.bosch.com          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list