Page MenuHomeDevCentral

Blank logo 512x512
ClosedPublic

Authored by dereckson on Nov 14 2015, 02:43.
Tags
Referenced Files
F45708360: D60.id128.diff
Sun, Aug 23, 06:09
F45688940: D60.diff
Sun, Aug 23, 04:20
Unknown Object (File)
Tue, Aug 18, 05:15
Unknown Object (File)
Mon, Aug 17, 07:26
Unknown Object (File)
Sun, Aug 16, 17:05
Unknown Object (File)
Sun, Aug 16, 04:26
Unknown Object (File)
Sat, Aug 15, 21:36
Unknown Object (File)
Fri, Aug 14, 22:26
Subscribers
None

Details

Summary
  • 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.

Test Plan

test on Docker Hub

Diff Detail

Repository
rASSETS assets.nasqueron.org
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Blank logo 512x512.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
This revision is now accepted and ready to land.Nov 14 2015, 02:47
This revision was automatically updated to reflect the committed changes.