[RFC PATCH] logo: Makefile: Replace inkscape with convert

Ian Abbott abbotti at mev.co.uk
Thu Oct 7 08:15:24 PDT 2021


On 07/10/2021 12:52, Jules Maselbas wrote:
> The uses of inkscape to convert svg to png hasn't been very stable from
> one version to another, and required quirks from one version to another.
> 
> I hope that convert from imagemagick will be a more stable solution.

I think the output from "imagemagick convert" also looks better than the 
output from "librsvg2 rsvg-convert" that I mentioned earlier in the thread.

I've attached the output from these commands for comparison:

1) convert -resize 640 barebox.svg barebox-640-convert.png
2) rsvg-convert --width 640 barebox.svg > barebox-640-rsvg.png

The logo's face-on vertical box edge looks a bit funky in the 
rsvg-convert output.

(I used "convert" version 6.9.11-60 and "rsvg-convert" version 2.50.7)

-- 
-=( Ian Abbott <abbotti at mev.co.uk> || MEV Ltd. is a company  )=-
-=( registered in England & Wales.  Regd. number: 02862268.  )=-
-=( Regd. addr.: S11 & 12 Building 67, Europa Business Park, )=-
-=( Bird Hall Lane, STOCKPORT, SK3 0XA, UK. || www.mev.co.uk )=-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: barebox-640-convert.png
Type: image/png
Size: 33948 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20211007/6f862880/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: barebox-640-rsvg.png
Type: image/png
Size: 25834 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20211007/6f862880/attachment-0003.png>


More information about the barebox mailing list