SPRITE-DETECTION PROJECT
Sprite-detection is a tool using python library to detect sprite sheet in a image
This tool will help you spend less time when you want to detect sprite to making a game or animetion, ...
How to using this tool
First you must Download our tool and import to your device
Before start using you should download all depencencies of this tool
Second pass an image path or Image object to SpriteSheet Object of our. That's it easy right^^.
EXAMPLE:
from sprite_detection_tool.spriteutil import SpriteSheet
a = SpriteSheet(path/Image object)
We have 2 method of SpriteSheet object in this tool you can using:
- find_sprites() method will return a list [sprites, label_map]
EXAMPLE:
from sprite_detection_tool.spriteutil import SpriteSheet
a = SpriteSheet(path/Image object)
sprites, label_map = a.find_sprites()
- create_sprite_labels_image() method return an Image object
EXAMPLE:
from sprite_detection_tool.spriteutil import SpriteSheet
a = SpriteSheet(path/Image object)
sprites, label_map = a.find_sprites()
a.create_sprite_labels_image().show()
How you can help
- Use our community test server and write up issues
- If you are a developer, install the software for development
Release files for sprite-detection-tool 3.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sprite-detection-tool-3.2.7.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sprite_detection_tool-3.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.1 kB
Release files / sprite-detection-tool-3.2.7.tar.gz
| Download URL | sprite-detection-tool-3.2.7.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9efb7693fecc51cd0f163c45f6eda10dac3575feaff317c89d329cda0e1c387b
|
|
BLAKE2b-256 checksum How to use checksums |
527163140ff51fcdf14aea464a0517b7713103c47b90790394022d46694a2bd2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
|
Release files / sprite_detection_tool-3.2.7-py3-none-any.whl
| Download URL | sprite_detection_tool-3.2.7-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91ce6dee9e4e539478e8de2e610f27fc6e3717317535cad072d177c846eabbc6
|
|
BLAKE2b-256 checksum How to use checksums |
27382875a59ea058816a14fe71d903b733f05df7c11b93825fad474958ad3f06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
|