Difference between revisions of "K-Scale Labs"
(Tag: Undo) |
|||
| (11 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [https://kscale.dev/ K-Scale Labs] is building an open-source humanoid robot called [[K-Scale Labs | + | [[File:Logo.png|right|200px|thumb|The K-Scale Labs logo.]] |
| + | |||
| + | [https://kscale.dev/ K-Scale Labs] is building an open-source humanoid robot called [[Stompy]]. | ||
| + | |||
| + | {{infobox company | ||
| + | | name = K-Scale Labs | ||
| + | | country = United States | ||
| + | | website_link = https://kscale.dev/ | ||
| + | | robots = [[Stompy]] | ||
| + | }} | ||
| + | |||
| + | == Logos == | ||
| + | |||
| + | Here are some other versions of the K-Scale Labs logo. | ||
| + | |||
| + | <gallery> | ||
| + | Logo.png | ||
| + | K-Scale Labs Raw Logo.png | ||
| + | K-Scale Padded Logo.png | ||
| + | K-Scale Raw Padded Logo.png | ||
| + | KScale Raw Transparent Padded Logo.png | ||
| + | K-Scale Raw Padded White Logo.png | ||
| + | Aesthetic A.png | ||
| + | Aesthetic B.png | ||
| + | Aesthetic C.png | ||
| + | Aesthetic D.png | ||
| + | Aesthetic E.png | ||
| + | Aesthetic F.png | ||
| + | Aesthetic G.png | ||
| + | </gallery> | ||
| + | |||
| + | === Adding Padding === | ||
| + | |||
| + | Here's a helpful command to add padding to an image using ImageMagick: | ||
| + | |||
| + | <syntaxhighlight lang="bash"> | ||
| + | convert \ | ||
| + | -channel RGB \ | ||
| + | -negate \ | ||
| + | -background black \ | ||
| + | -alpha remove \ | ||
| + | -alpha off \ | ||
| + | -gravity center \ | ||
| + | -scale 384x384 \ | ||
| + | -extent 512x512 \ | ||
| + | logo.png \ | ||
| + | logo_padded.png | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | [[Category:Companies]] | ||
| + | [[Category:K-Scale]] | ||
Latest revision as of 22:51, 30 November 2024
K-Scale Labs is building an open-source humanoid robot called Stompy.
| K-Scale Labs | |
|---|---|
| Name | K-Scale Labs |
| Country | United States |
| Website | Website |
| Robots | Stompy |
Logos[edit]
Here are some other versions of the K-Scale Labs logo.
Adding Padding[edit]
Here's a helpful command to add padding to an image using ImageMagick:
convert \
-channel RGB \
-negate \
-background black \
-alpha remove \
-alpha off \
-gravity center \
-scale 384x384 \
-extent 512x512 \
logo.png \
logo_padded.png