Kiva celiagg.GraphicsContext
init doesn't properly handle non-32-bit pix_formats
#1065
Labels
celiagg.GraphicsContext
init doesn't properly handle non-32-bit pix_formats
#1065
In the
__init__
method, it always creates a numpy buffer with 4 channels instead of 3 forrgb24
. Celiagg then throws an error when it is passed the buffer.The text was updated successfully, but these errors were encountered: