K-Scale Labs

From Humanoid Robots Wiki
Revision as of 19:24, 4 May 2024 by Ben (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The K-Scale Labs logo.

K-Scale Labs is building an open-source humanoid robot called Stompy.

K-Scale Labs
NameK-Scale Labs
CountryUnited States
WebsiteWebsite
RobotsStompy

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