- export SVG to 480x451 PNG
- extend with ImageMagick to a 512x512
ImageMagick command:
$ convert logo-blank.svg \ -gravity center \ -background transparent \ -extent 512x512 \ logo-blank-512px.png
Fixes T568.
Differential D60
Blank logo 512x512 dereckson on Nov 14 2015, 02:43. Authored by Tags Referenced Files
Subscribers None
Details
ImageMagick command: $ convert logo-blank.svg \ -gravity center \ -background transparent \ -extent 512x512 \ logo-blank-512px.png Fixes T568. test on Docker Hub
Diff Detail
|