Hi!
I tryed to resize a CfbsBitmap, and I used the Resize() method, but it did'nt work correctly, because if I wanted to resize the bitmap to 200*100, the method cuts the left (200*100) corner of the bitmap, instead of resize it.
the short code:
void CCameraCaptureEngine::ImageReady(CFbsBitmap* aBitmap,HBufC8* /*aData*/,TInt aError)
{
aBitmap->Resize(TSize(200,100));
...
}
Please help, if You have any idea!
Peter



