Open nmichlo opened 3 hours ago
coregraphics is currently largely unexposed via darwinkit.
Some of the functions are needed for efficient coreml inference, especially if creating CGImages from raw data or bytes.
e.g. CGDataProviderCreateWithData and CGImageCreate
CGDataProviderCreateWithData
CGImageCreate
Yep! Functions are next on roadmap.
coregraphics is currently largely unexposed via darwinkit.
Some of the functions are needed for efficient coreml inference, especially if creating CGImages from raw data or bytes.
e.g.
CGDataProviderCreateWithData
andCGImageCreate