Emoji improvements

This commit is contained in:
Ali
2022-07-22 23:30:46 +02:00
parent 7b663a3445
commit 61b47ada27
34 changed files with 484 additions and 206 deletions

View File

@@ -263,7 +263,7 @@ public func cacheVideoStickerFrames(path: String, size: CGSize, cacheKey: String
return Signal { subscriber in
let cancelled = Atomic<Bool>(value: false)
let source = SoftwareVideoSource(path: path, hintVP9: true)
let source = SoftwareVideoSource(path: path, hintVP9: true, unpremultiplyAlpha: true)
let queue = ThreadPoolQueue(threadPool: softwareVideoWorkers)
queue.addTask(ThreadPoolTask({ _ in