diff --git a/Sources/Nuke/Internal/Graphics.swift b/Sources/Nuke/Internal/Graphics.swift index 9f1b73d83..c79342d68 100644 --- a/Sources/Nuke/Internal/Graphics.swift +++ b/Sources/Nuke/Internal/Graphics.swift @@ -198,7 +198,7 @@ private extension CGContext { if image.bitsPerPixel == 8 { return .none // The only pixel format supported for grayscale CS } - return .premultipliedLast + return .noneSkipLast } }