Painting component

Iulian-Nicu Serbanoiu undergraver at gmail.com
Wed Aug 2 10:41:11 PDT 2006


wxImage, wxBitmap and then if you want to edit by drawing see the
mouse events and also wxDC and derived classes for drawing on a
wxBitmap. then you can create an wxImage from the wxBitmap and save a
file. with wxImage you can also load a file and transform it to
wxBitmap

This should help a little,

Iulian

On 8/2/06, Tomasz Sienkiewicz <azgaard at poczta.onet.pl> wrote:
> Hello Community ;)
>
> First of all, sorry for noobish question, but wxWidget world is still new to me.
>
> Is there component for wxWidgets that gives to user set of painting tools and allows painting on images ?
>
> I need to load image, allow user to make some paintings on it then save modified one.
>
> Thanks in advance
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>




More information about the wx-users mailing list