image drawing with some visual effects

36 views
Skip to first unread message

U.Mutlu

unread,
Mar 7, 2012, 6:50:05 PM3/7/12
to wx-di...@googlegroups.com
Hi,
for a small presentation application I need to
draw images (jpeg, png) by using some basic visual effects
(for example in a window drawing the image from right to left etc.).
Does wxWidgest have such functions?


Vadim Zeitlin

unread,
Mar 7, 2012, 7:22:51 PM3/7/12
to wxUsers mailing list, wx-di...@googlegroups.com
On Thu, 08 Mar 2012 00:50:05 +0100 "U.Mutlu" <for-...@mutluit.com> wrote:

U> for a small presentation application I need to
U> draw images (jpeg, png) by using some basic visual effects
U> (for example in a window drawing the image from right to left etc.).
U> Does wxWidgest have such functions?

Hello,

First, I really think you want to send questions like those to wx-users
mailing list, the -discuss one was supposed to be for non-technical
discussions and is not used at all any more, please follow up to -users.

Second, have a look at wxDC::SetAxisOrientation() and/or wxGraphicsContext
transformations methods. Or, if you need just to reflect the image, look at
wxImage::Mirror().

Regards,
VZ

Reply all
Reply to author
Forward
0 new messages