We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3392085 commit b9ce93aCopy full SHA for b9ce93a
Sources/JxlCoder/JXLCoder.swift
@@ -66,7 +66,7 @@ public class JXLCoder {
66
colorSpace: JXLColorSpace = .rgb,
67
compressionOption: JXLCompressionOption = .lossy,
68
effort: Int = 7,
69
- quality: Int = 100) throws -> Data {
+ quality: Int = 0) throws -> Data {
70
return try shared.encode(image, colorSpace: colorSpace,
71
compressionOption: compressionOption,
72
effort: Int32(effort),
0 commit comments