Hi! What do you mean with "the result given by an other software and it's quite different"? In how far are they different, what did you expect? Maybe using wxImage helps. Create an wxImage, use wxImage::Scale() on it and draw the result. Just a guess, though, but I suppose that wxImage processed images may look better than just scaled bitmaps... In general I'd advise you to use wxImage instead of wxBitmap whenever possible and convert wxImages to wxBitmaps if needed.
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |