Hello all, I was just wondering, is it possible to get the actual binary size of a cairo_surface_t* created by cairo_image_surface_create. I am guessing that this should be proportional to width*height where the actual size depends on the given cairo_format_t. Is there some function to determine this value? ax487