Re: Grafik-Konversion

From: Philipp Matthias Hahn (pmhahn@titan.lahn.de)
Date: Tue Jul 29 2003 - 09:07:03 CEST


Moin Claudia!

On Mon, Jul 28, 2003 at 11:41:12PM +0200, Claudia Neumann wrote:
> Kann mir jemand helfen einen doc-Tux vom png-Format nach svg-Format zu
> konvertieren. Ich möchte damit einen pdf-File mit fop-apache bestücken und
> der will nur mit einem svg-File. Bild ist angehängt.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
    "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="90px" height="100px">
  <image xlink:href="apwpinguin.png" x="0" y="0" width="90px" height="100px"/>
</svg>

Oder falls du nur eine Datei haben willst, kannst du apwpinguin.png auch
inline Base64 kodieren, indem du 'apwpinguin.png' durch die Ausgabe von
(echo -n "data:image/png;base64," ; recode l1..l1/b64 < apwpinguin.png)
ersetzt.

BYtE
Philipp

-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de


This archive was generated by hypermail 2.1.7 : Tue Jul 29 2003 - 09:07:43 CEST