Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| import ctypes | |
| from ctypes_enum import CtypesEnum | |
| class CImageManipulationSettings(ctypes.Structure): | |
| _fields_ = [ | |
| ("mirrorImage", ctypes.c_uint), | |
| ("reserved1", ctypes.c_uint), | |
| ("reserved2", ctypes.c_uint), | |
| ("reserved3", ctypes.c_uint), | |
| ] | |