Todd Mars
2009-05-22 17:39:14 UTC
HI!
Is this true for now? (correct I mean) To get byte size of pixel data
in wxImage:
int GetPixelSize(wxImage &img)
{
if (img.HasAlpha())
return 4;
return 3;
}
Thanks!
Todd.
Is this true for now? (correct I mean) To get byte size of pixel data
in wxImage:
int GetPixelSize(wxImage &img)
{
if (img.HasAlpha())
return 4;
return 3;
}
Thanks!
Todd.