Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 744 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 744 Bytes

Minecraft Avatar

PHP/GD creation of a Minecraft facial avatar or full skin preview based on a given username, constructed from their Minecraft skin.

If username is not found, then it uses the default skin: http://www.minecraft.net/skin/char.png

Facial Avatar

Steve Avatar

<img src='face.php?u={username}&s={size}' />

Where {size} can be between 8 and 250 pixels

Skin Preview

Steve Skin

<img src='skin.php?u={username}&s={size}' />

Where {size} can be between 40 and 800 pixels