<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
On 2011-05-29 23:07, <a class="moz-txt-link-abbreviated" href="mailto:sigmundv@gmail.com">sigmundv@gmail.com</a> wrote:
<blockquote
cite="mid:BANLkTimDmmnHdHGqYZhUM8vK-==eArHseg@mail.gmail.com"
type="cite">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">Note that I created<br>
the image in Inkscape, and used some rather fancy clipping
boxes etc. of<br>
which I don't know how portable they are.</blockquote>
<div><br>
</div>
<div>Using TikZ (TikZ ist kein Zeichenprogramm) would make the
image generation very portable. It doesn't output SVG though,
but still it outputs vector graphics (PDF/EPS - I know, PDF is
technically not an image format).</div>
</div>
</blockquote>
<br>
Just for clarification: I didn't refer to "portable" in the sense of
cross-platform compatibility (svg is simply a text file, so it
should be loadable/editable on any system), but rather in the sense
of "I don't know which tools can render it properly" (and sadly,
Charlie confirmed these doubts).<br>
<br>
Anyway, I figured that none of this actually matters. Using the
mac-installer-background-no-version.png, it should be easy to add
the version number with just about any image editing tool. You can
try the following command line, for example (assuming the
environment variable TW_VERSION is set to the string you want to
add):<br>
convert mac-installer-background-no-version.png -fill white -font
'FreeSans-Mittel' -pointsize 20 -draw "gravity SouthWest text 17,7
'$TW_VERSION'" mac-installer-background.png<br>
<br>
Of course, the font is specific to the installation, something like
Helvetica would probably be more Mac'ish.<br>
<br>
Cheers,<br>
Stefan<br>
</body>
</html>