Page MenuHomeDevCentral

Blank logo 512x512
ClosedPublic

Authored by dereckson on Nov 14 2015, 02:43.
Tags
Referenced Files
F24543518: D60.id128.diff
Thu, Feb 26, 10:25
F24542370: D60.id128.diff
Thu, Feb 26, 08:57
F24541156: D60.id128.diff
Thu, Feb 26, 07:32
F24540004: D60.id128.diff
Thu, Feb 26, 06:05
Unknown Object (File)
Sun, Feb 15, 02:18
Unknown Object (File)
Thu, Feb 12, 07:07
Unknown Object (File)
Wed, Feb 11, 11:07
Unknown Object (File)
Sat, Feb 7, 15:03
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
No Lint Coverage
Unit
No Test Coverage
Branch
logo
Build Status
Buildable 59
Build 59: arc lint + arc unit

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.