Re: [PyQt] QImage, transparent.

2009-01-20 Thread Matt Smith
> El 19/01/2009, a las 21:20, Matt Smith escribi: > > > I want to be able to draw lines on an image, without modifying the > > image. More specifically I want two images one with the lines and > > then > > the original image below it. Can somebody recommend some classes, > > preferable I woul

Re: [PyQt] QImage, transparent.

2009-01-20 Thread Grzegorz Adam Hankiewicz
El 19/01/2009, a las 21:20, Matt Smith escribió: I want to be able to draw lines on an image, without modifying the image. More specifically I want two images one with the lines and then the original image below it. Can somebody recommend some classes, preferable I would like to use 2 QIma

Re: [PyQt] QImage, transparent.

2009-01-19 Thread Filip Gruszczyński
Why don't you just clone first image and draw on the other one? 2009/1/19 Matt Smith : > I want to be able to draw lines on an image, without modifying the > image. More specifically I want two images one with the lines and then > the original image below it. Can somebody recommend some classes,

[PyQt] QImage, transparent.

2009-01-19 Thread Matt Smith
I want to be able to draw lines on an image, without modifying the image. More specifically I want two images one with the lines and then the original image below it. Can somebody recommend some classes, preferable I would like to use 2 QImages, but I don't know if I can display one on top of the