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 57a351b commit 195086dCopy full SHA for 195086d
common/src/main/kotlin/com/lambda/graphics/texture/TextureUtils.kt
@@ -26,7 +26,7 @@ import java.awt.image.BufferedImage
26
import java.nio.ByteBuffer
27
28
object TextureUtils {
29
- private const val COMPRESSION_LEVEL = 1
+ private const val COMPRESSION_LEVEL = -1
30
private const val THREADED_COMPRESSION = false
31
32
val encoderPreset = PngEncoder()
0 commit comments