mattiabasone/minecraft-skin
最新稳定版本:v2.0.0
Composer 安装命令:
composer require mattiabasone/minecraft-skin
包简介
Package for generating Minecraft avatars and skins from raw skin image
README 文档
README
This package provide some utilities for manipulating Minecraft skins.
For instance, if you want to render an avatar:
use MattiaBasone\MinecraftSkin\Flat\Avatar; use MattiaBasone\MinecraftSkin\Component\Side; $avatar = new Avatar("/path/to/minecraft-skin.png"); $avatar->render(256, Side::FRONT); // Get the \GdResource $resource = $avatar->getResource(); // or as string $rawImage = (string) $avatar; file_put_contents("/my/output/file.png", $rawImage);
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2023-02-15