From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] system: grub: Convert grub background using rsvg-convert Date: Mon, 31 Aug 2015 23:05:27 +0200 Message-ID: <87twrf2mp4.fsf@gnu.org> References: <87egitx3r7.fsf@netris.org> <87twrkwhs9.fsf@gnu.org> <87zj17vnrm.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWWGh-0006Uu-MJ for guix-devel@gnu.org; Mon, 31 Aug 2015 17:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWWGg-0001Qt-Sr for guix-devel@gnu.org; Mon, 31 Aug 2015 17:05:31 -0400 In-Reply-To: <87zj17vnrm.fsf@igalia.com> (Andy Wingo's message of "Mon, 31 Aug 2015 10:57:17 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andy Wingo Cc: guix-devel@gnu.org, Luis Felipe =?utf-8?Q?L=C3=B3pez?= Acevedo Andy Wingo skribis: > We could use guile-cairo / guile-rsvg to convert, fwiw. Better to do > that than to cause our graphics people to modify the image. Indeed, that sounds even better. I had an old stash with Guile-{RSVG,Present}, so I=E2=80=99ve just finished= it and pushed. Would you like to rewrite =E2=80=98svg->png=E2=80=99 in (gnu system grub) t= he way you suggested? :-) A helper module, say (gnu build images) would probably be needed. Thanks, Ludo=E2=80=99.