Skip to content

Commit

Permalink
Fix testThatImageOrientationIsPreservedForProcessedImages
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 18, 2024
1 parent 3d91b6d commit 7395c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nuke/Internal/Graphics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 7395c7a

Please sign in to comment.