[wxPython] handling images

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriele Farina *DarkBard*

    [wxPython] handling images

    Hi, there is a way to handle images directly from wxPython? I'd like to
    manage simple image handling, like drawing only a portion of an image,
    switching between two colors or drawing only some pixels.

    there's a way to do it?

    bye
  • Mel Wilson

    #2
    Re: [wxPython] handling images

    In article <Wd9oc.175595$h c5.7592750@news 3.tin.it>,
    Gabriele Farina *DarkBard* <darkbard@exten ding-php.net> wrote:[color=blue]
    >Hi, there is a way to handle images directly from wxPython? I'd like to
    >manage simple image handling, like drawing only a portion of an image,
    >switching between two colors or drawing only some pixels.
    >
    >there's a way to do it?[/color]

    Docs for wx.Image should give you a start. Also the
    various "Draw..." methods for wx.DC .

    Regards. Mel.

    Comment

    Working...