1
0
Fork
You've already forked JXLTranslator
0
A JXL file format translator for Haiku, forked from https://github.com/wattoc/JXLTranslator
  • C++ 92.8%
  • Makefile 7.2%
Find a file
2025年11月13日 18:41:17 +01:00
.gitignore Fix the entire translator 2025年05月30日 00:26:33 +02:00
BaseTranslator.cpp Fix the entire translator 2025年05月30日 00:26:33 +02:00
BaseTranslator.h Fix the entire translator 2025年05月30日 00:26:33 +02:00
configview.cpp Add progressive encoding 2025年11月13日 18:12:02 +01:00
configview.h Add progressive encoding 2025年11月13日 18:12:02 +01:00
JXLMain.cpp Fix saving not writing final frame properly 2025年06月05日 17:02:50 +02:00
JXLMime.rdef Fix saving not writing final frame properly 2025年06月05日 17:02:50 +02:00
jxltranslator.cpp Switch to use Modular when encoding losslessly 2025年11月13日 18:41:17 +01:00
jxltranslator.h Add progressive encoding 2025年11月13日 18:12:02 +01:00
JXLTranslator.rdef Fix the entire translator 2025年05月30日 00:26:33 +02:00
LICENSE First commit 2021年07月28日 17:55:32 +01:00
Makefile Add mimetype resource definition 2025年06月04日 18:35:34 +02:00
README.md First commit 2021年07月28日 17:55:32 +01:00
TranslatorSettings.cpp Fix the entire translator 2025年05月30日 00:26:33 +02:00
TranslatorSettings.h Fix the entire translator 2025年05月30日 00:26:33 +02:00

JPEG-XL Translator for Haiku.

This is a Translator for converting to and from JPEG-XL files within Haiku OS.

It depends upon libjxl and is mostly based on example code from that project and other existing Translators for Haiku.

It does not support animation or ICC profiles currently. I'm not sure if they are possible/convenient at this time.