changes in v2: - added SPDX licence identifier - added comment on modification done on qoiconv.c - added pr_fmt macro and removed keep_file_data=1 in lib/gui/qoi.c - reword few commits. --- Jules Maselbas (5): filetype: Add QOI format image type gui: Add qoi image format scripts: Add qoiconv to convert png to qoi logo: Enable image format selection for the logo logo: Add choice for the QOI image format option common/filetype.c | 3 + include/filetype.h | 1 + lib/gui/Kconfig | 5 + lib/gui/Makefile | 1 + lib/gui/qoi.c | 97 + lib/gui/qoi.h | 673 ++++ lib/logo/Kconfig | 27 +- lib/logo/Makefile | 55 +- lib/logo/logo.c | 10 +- scripts/Kconfig | 5 + scripts/Makefile | 1 + scripts/qoiconv.c | 63 + scripts/stb_image.h | 7756 +++++++++++++++++++++++++++++++++++++++++++ 13 files changed, 8682 insertions(+), 15 deletions(-) create mode 100644 lib/gui/qoi.c create mode 100644 lib/gui/qoi.h create mode 100644 scripts/qoiconv.c create mode 100644 scripts/stb_image.h -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox