Skip to main content

A useful tool to find sprite image

Project description

Sprite Sheet

A sprite is a small raster graphic (a bitmap) that represents an object such as a character, a vehicle, a projectile, etc.

Sprites are a popular way to create large, complex scenes as you can manipulate each sprite separately from the rest of the scene. This allows for greater control over how the scene is rendered, as well as over how the players can interact with the scene.

Requirements:

Linux

Install:

#cd to your image folder

$cd image
$pip install Sprite-sheet-project
$python3

>>> from sprite_nvqMinh.spriteutil import SpriteSheet
>>> import timeit
>>> start = timeit.timeit()
>>> image = Image.open('1.png')
>>> sprite_sheet = SpriteSheet(image)
>>> sprites, labels = sprite_sheet.find_sprites()
>>> print(len(sprites))
>>> image = sprite_sheet.create_sprite_labels_image()
>>> end = timeit.timeit()
>>> print(end)

Functional testing:

Step 1 : clone from github to your  git repository
   git@github.com:intek-training-jsc/sprite-sheet-nvqMinh29101992.git
Step 2 : git branch to see all branches

Contributing

-Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Sprite_sheet_project-1.1.8.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

Sprite_sheet_project-1.1.8-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page