|
image = wx.EmptyImage(*sz) |
|
image.SetDataBuffer(arr.data) |
|
bmp = wx.BitmapFromImage(image, depth=-1) |
|
image = wx.EmptyImage(self.width, self.height) |
|
image.SetDataBuffer(arr.data) |
|
bmp = wx.BitmapFromImage(image, depth=-1) |
First reported by @fred4ets in enthought/chaco#531 (comment)
enable/kiva/agg/src/x11/plat_support.i
Lines 114 to 116 in 588cde7
enable/kiva/cairo.py
Lines 97 to 99 in 6850385
First reported by @fred4ets in enthought/chaco#531 (comment)