actow
Results
3
comments of
actow
Great. The build instructions were not linked from README.md. That's why I wasn't able to locate them earlier. Thanks. I'm able to build and run now.
Very rough, not well tested code that applies the orientation. ```swift extension UIImage { func fixedOrientation() -> UIImage { guard imageOrientation != .up else { return self } guard let...
C API documentation would be nice too.