-
Hello. Is it planned to support image encoding in JPEG format. If yes, then when? |
Beta Was this translation helpful? Give feedback.
Answered by
soywiz
Dec 29, 2022
Replies: 1 comment
-
It is possible already. Please, copy these files in your project: https://github.com/korlibs/korge/tree/8820c03f3b6c5d32410f6658d3ebea00a6c5493c/%40old/korim-jpeg/src/commonMain/kotlin/com/soywiz/korim/format/jpg If using kproject, just include: https://github.com/korlibs/korge-image-formats/tree/main/korim-jpeg Then: RegisteredImageFormats.register(JPEG) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
soywiz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible already. Please, copy these files in your project: https://github.com/korlibs/korge/tree/8820c03f3b6c5d32410f6658d3ebea00a6c5493c/%40old/korim-jpeg/src/commonMain/kotlin/com/soywiz/korim/format/jpg
If using kproject, just include: https://github.com/korlibs/korge-image-formats/tree/main/korim-jpeg
Then: