mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-05 13:21:12 +08:00
Use c_void_p to handle (*BYTE) in freeimage plugin.
This commit is contained in:
@@ -23,7 +23,7 @@ API = {
|
||||
[ctypes.c_void_p]),
|
||||
'FreeImage_GetPitch': (ctypes.c_uint,
|
||||
[ctypes.c_void_p]),
|
||||
'FreeImage_GetBits': (ctypes.c_int,
|
||||
'FreeImage_GetBits': (ctypes.c_void_p,
|
||||
[ctypes.c_void_p]),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user