Hi, while programming a little application, that does painting with QPainter i ran into serious problems and now I am completely stuck. I need the color of a distinct Pixel from a QPixmap. It is common, that QPixmap doesn't implement a function for this, so i must convert it into a QImage, which offers a function called pixel(int,int)
QRgb QImage::pixel ( int x, int y ) const Clear and brief, doesn't work with PyQt (3.14.1-r1). The binding for the function seems to work, but it allways returns -16777118 (yes, an integer) In my current situation, without getting the color of a pixel, it is impossible to finish the program, there is no way to resign it :( DustyDingo _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
