Wie man das Pil -Bild in Python 3 in das Wimper umwandeltPython

Python-Programme
Guest
 Wie man das Pil -Bild in Python 3 in das Wimper umwandelt

Post by Guest »

Stunden der Suche drehen Sie diesen Code weiter auf: < /p>

Code: Select all

mywxImage = wx.EmptyImage(*size*)
myPILImageRGB = MyPILImage.convert('RGB')
myPILImageData = MyPILImageRGB.tostring()
mywxImage.SetData(myPILImageData)
Aber MypilimageGB scheint keine toString () -Methode zu haben.>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post