Andrew Watson
09/26/2023, 7:41 PMUIImage
in kotlin-wrapped iOS code? The compose imageviewer sample doesn't have this case covered, and trying to translate the common code online doesn't work. For example, this doesn't work:
let rotationTransform = CGAffineTransform(rotationAngle: rotationAngle)
Andrew Watson
09/26/2023, 7:42 PMval rotMat = CGAffineTransformMake(0.0, 1.0, -1.0, 0.0, 0.0, 0.0)
Andrew Watson
09/26/2023, 7:42 PMAndrew Watson
09/26/2023, 11:24 PMDima Avdeev
10/24/2023, 1:31 PM