From: Sascha Hauer <sha@pengutronix.de>
To: Trent Piepho <trent.piepho@igorinstitute.com>
Cc: Jules Maselbas <jmaselbas@kalray.eu>, barebox@lists.infradead.org
Subject: Re: [PATCH v2 4/5] logo: Enable image format selection for the logo
Date: Thu, 20 Jan 2022 09:13:41 +0100 [thread overview]
Message-ID: <20220120081341.GI23490@pengutronix.de> (raw)
In-Reply-To: <CAMHeXxOQXTTd=u8M9fbtQeB6OAFnC+1t=Sx=CtwzocNc=HaDMg@mail.gmail.com>
On Mon, Jan 17, 2022 at 03:28:17PM -0800, Trent Piepho wrote:
> On Mon, Jan 17, 2022 at 3:03 PM Jules Maselbas <jmaselbas@kalray.eu> wrote:
> >
> > +choice
> > + prompt "Logo image encoding format to be used"
> > + default BAREBOX_LOGO_PNG
> > +
> > +config BAREBOX_LOGO_PNG
> > + bool "png"
> > + select PNG
> > + help
> > + Encode logo with the PNG image format
> > +
> > +config BAREBOX_LOGO_BMP
> > + bool "bmp"
> > + select BMP
> > + help
> > + Encode logo with the BMP image format
>
> You might say why one might want one format or ther other. What's the
> point of adding bmp support?
The point could be that for a small logo a bmp image + renderer is
smaller than a better compressed image + a bigger renderer. I don't know
if that's actually the case though.
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2022-01-20 8:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-17 23:02 [PATCH v2 0/5] Add support for QOI image format Jules Maselbas
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 [this message]
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=20220120081341.GI23490@pengutronix.de \
--to=sha@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=jmaselbas@kalray.eu \
--cc=trent.piepho@igorinstitute.com \
/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