mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jules Maselbas <jmaselbas@kalray.eu>
To: barebox@lists.infradead.org
Cc: Jules Maselbas <jmaselbas@kalray.eu>
Subject: [PATCH v2 0/5] Add support for QOI image format
Date: Tue, 18 Jan 2022 00:02:30 +0100	[thread overview]
Message-ID: <20220117230235.13549-1-jmaselbas@kalray.eu> (raw)

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


             reply	other threads:[~2022-01-17 23:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17 23:02 Jules Maselbas [this message]
2022-01-17 23:02 ` [PATCH v2 1/5] filetype: Add QOI format image type Jules Maselbas
2022-01-17 23:02 ` [PATCH v2 2/5] gui: Add qoi image format Jules Maselbas
2022-01-17 23:02 ` [PATCH v2 3/5] scripts: Add qoiconv to convert png to qoi Jules Maselbas
2022-01-17 23:02 ` [PATCH v2 4/5] logo: Enable image format selection for the logo Jules Maselbas
2022-01-17 23:28   ` Trent Piepho
2022-01-18 17:00     ` Jules Maselbas
2022-01-20  8:13     ` Sascha Hauer
2022-01-20 10:38       ` Jules Maselbas
2022-01-17 23:02 ` [PATCH v2 5/5] logo: Add choice for the QOI image format option Jules Maselbas
2022-01-20  8:25 ` [PATCH v2 0/5] Add support for QOI image format Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220117230235.13549-1-jmaselbas@kalray.eu \
    --to=jmaselbas@kalray.eu \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox