mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Adjust DCT quality
This commit is contained in:
parent
61b47ada27
commit
3e8fe53f47
1 changed files with 2 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ private final class AnimationCacheItemWriterInternal {
|
|||
|
||||
init?(allocateTempFile: @escaping () -> String) {
|
||||
self.dctQualityLuma = 70
|
||||
self.dctQualityChroma = 75
|
||||
self.dctQualityChroma = 88
|
||||
|
||||
self.compressedPath = allocateTempFile()
|
||||
|
||||
|
|
@ -442,7 +442,7 @@ private final class AnimationCacheItemWriterImpl: AnimationCacheItemWriter {
|
|||
|
||||
init?(queue: Queue, allocateTempFile: @escaping () -> String, completion: @escaping (CompressedResult?) -> Void) {
|
||||
self.dctQualityLuma = 70
|
||||
self.dctQualityChroma = 75
|
||||
self.dctQualityChroma = 88
|
||||
|
||||
self.queue = queue
|
||||
self.compressedPath = allocateTempFile()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue