On 08/17/2012 08:48 PM, [email protected] wrote: > From: Camaleon <[email protected]> > Date: Fri, 17 Aug 2012 15:19:25 +0000 (UTC) >> ... really mean you were not aware that there existed the >> <img> tag for displaying images in html? > > Used <img border= ...> in many places. In this instance > I became so preoccupied with transforming the example > to my case, that <img> didn't cross my mind. "Tunnel vision" > or "tunnel thinking". > > Incidentally, > http://members.shaw.ca/peasthope/Category2.html#Product0x0Test0 > has two artifacts which are noticeable on comparison with > http://members.shaw.ca/peasthope/Category2.xhtml . > I used convert from Imagemagick to make the png from the svg.
I did not try this with your SVG graphics as I did not bother to extract them from the XHTML source but you could probably try librsvg2-bin. The command rsvg [source] [destination] easily converts SVG to PNG. I also had some problems with convert's SVG rendering. It was too slow for my 300 MiB svg file and I found that rsvg did this much faster (and also used a lot more RAM). > > Regards, ... Peter E. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

