Various improvements

This commit is contained in:
Ilya Laktyushin
2024-03-24 15:14:58 +04:00
parent 037380707d
commit 9166178440
44 changed files with 1096 additions and 824 deletions

View File

@@ -365,7 +365,8 @@ extension ImageARGB {
aBuffer.baseAddress!.assumingMemoryBound(to: UInt8.self),
Int32(self.argbPlane.width),
Int32(self.argbPlane.height),
Int32(self.argbPlane.bytesPerRow)
Int32(self.argbPlane.bytesPerRow),
false
)
}
}