alpha is a uint16, not a uint16 pointer. #139
This commit is contained in:
parent
f761e6815c
commit
ac3aa4d664
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ class ImageCompType(ctypes.Structure):
|
|||
|
||||
# alpha channel
|
||||
# TODO: exclude for 2.0, 1.5
|
||||
("alpha", ctypes.POINTER(ctypes.c_uint16))]
|
||||
("alpha", ctypes.c_uint16)]
|
||||
|
||||
|
||||
class ImageType(ctypes.Structure):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue