From: Mark H Weaver <mhw@netris.org>
To: "Luis Felipe López Acevedo" <felipe.lopez@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] system: grub: Convert grub background using rsvg-convert
Date: Fri, 28 Aug 2015 14:24:10 -0400 [thread overview]
Message-ID: <87wpwfi851.fsf@netris.org> (raw)
In-Reply-To: <f73bbdb8d2eddf33ec34c3fc8628c6e8@openmailbox.org> ("Luis Felipe López Acevedo"'s message of "Fri, 28 Aug 2015 12:15:49 -0500")
[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]
Hi Luis, thanks for the quick response.
Luis Felipe López Acevedo <felipe.lopez@openmailbox.org> writes:
> On 2015-08-27 16:19, ludo@gnu.org wrote:
>> Mark H Weaver <mhw@netris.org> skribis:
>>
>>> The main difficulty here was that our SVG artwork is partially
>>> transparent, and includes a "Background" layer with a checker-board
>>> pattern. I guess this layer is for convenience when editing in
>>> Inkscape, and apparently Inkscape excludes the "Background" layer when
>>> exporting to png. Other tools render all layers. Therefore, avoiding
>>> Inkscape required code to remove that layer before conversion to png.
>>
>> Fun. :-)
>>
>> If possible, I would rather remove said layer directly in the
>> guix-artwork repo, or somehow make that layer invisible to
>> rsvg-convert. Luis Felipe: What’s your take on this?
>
> If I understand correctly, the problem is transparency, right? I don't
> understand why transparency would be an issue when exporting PNG
> images, but I don't know how rsvg works.
>
> In any case, the SVG has transparency in several parts:
>
> - The logo.
> - The checkerboard pattern (which is part of the design as in the slim
> login screen).
Ah, okay, so my guesses were incorrect. I guess the problem is actually
that rsvg-convert (from librsvg) fails to render these SVG files
correctly. Here's how it renders grub/GuixSD-fully-black-4-3.svg on a
black background:
rsvg-convert --width 640 --height 480 --background-color black \
--format png --output ~/grub-background.png \
grub/GuixSD-fully-black-4-3.svg
[-- Attachment #2: rsvg-convert rendering of grub/GuixSD-fully-black-4-3.svg --]
[-- Type: image/png, Size: 71145 bytes --]
[-- Attachment #3: Type: text/plain, Size: 309 bytes --]
> Modifying the first to be fully opaque is time consuming, but can be
> done.
No need, we should keep the source file in the preferred form for
editing. I'll see if I can figure out what librsvg is doing wrong,
and in the meantime we can keep using inkscape to do the conversion.
Thanks again,
Mark
next prev parent reply other threads:[~2015-08-28 18:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-23 18:23 [PATCH] system: grub: Convert grub background using rsvg-convert Mark H Weaver
2015-08-27 21:19 ` Ludovic Courtès
2015-08-28 17:15 ` Luis Felipe López Acevedo
2015-08-28 18:24 ` Mark H Weaver [this message]
2015-08-28 22:38 ` Luis Felipe López Acevedo
2015-08-29 13:55 ` Luis Felipe López Acevedo
2015-08-31 8:57 ` Andy Wingo
2015-08-31 21:05 ` Ludovic Courtès
2015-10-17 13:17 ` Ludovic Courtès
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=87wpwfi851.fsf@netris.org \
--to=mhw@netris.org \
--cc=felipe.lopez@openmailbox.org \
--cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.