Skip to content

Commit b9ce93a

Browse files
committed
added proper effort and distance
1 parent 3392085 commit b9ce93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JxlCoder/JXLCoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class JXLCoder {
6666
colorSpace: JXLColorSpace = .rgb,
6767
compressionOption: JXLCompressionOption = .lossy,
6868
effort: Int = 7,
69-
quality: Int = 100) throws -> Data {
69+
quality: Int = 0) throws -> Data {
7070
return try shared.encode(image, colorSpace: colorSpace,
7171
compressionOption: compressionOption,
7272
effort: Int32(effort),

0 commit comments

Comments
 (0)