Skip to main content

Create jigsaw puzzle pieces from an image

Project description

The Jigsaw Piece Maker

A jigsaw puzzle pieces generator that levels the playing field.

It creates jigsaw puzzle pieces in multiple formats: svg, jpg, and png. The number and size of pieces are set by passing the script different options. It takes a while to run if doing a lot of pieces. Extra JSON files are created with details on size of pieces and adjacent pieces information which is commonly used when verifying that two pieces can join together.

Try out by running the piecemaker.sh script that will prompt for necessary options and run piecemaker inside a docker container. It will use the files in the examples directory by default.

# Build and run using docker
./piecemaker.sh

Installing

Requires:

Python Packages:

Other Software needed:

If on ubuntu or other debian based distro

apt-get --yes install libspatialindex6
apt-get --yes install optipng
apt-get --yes install python3-pil
apt-get --yes install potrace libffi-dev libxml2-dev python3-lxml python3-xcffib
apt-get --yes install librsvg2-bin
apt-get --yes install python3-pip

Install with pip in editable mode for developing and use virtualenv to isolate python dependencies

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade --upgrade-strategy eager -e .

Usage

See the script.py for more. Not everything has been implemented. Use this example command to create 100 randomly generated jigsaw puzzle pieces from test.jpg image. This assumes that the 'test1' directory is empty since that is where it will be placing all the generated files. The test.jpg is the source image that will be used when creating the pieces. It is not modified.

piecemaker --dir test1  --number-of-pieces 100 test.jpg

Example of using an already existing svg file with jigsaw puzzle cut lines. The 'test2' directory should be empty as well. Note that the svg file (test2-custom-cut-lines.svg) and the image (test.jpg) both need to be the same width and height. Try this out by using a previously generated 'lines-resized.svg' from a different puzzle and a different image to create a new puzzle with identical piece cuts.

piecemaker --dir test2 --svg test2-custom-cut-lines.svg test.jpg

Contributing

Please contact Jake Hickenlooper or create an issue.

Any submitted changes to this project require the commits to be signed off with the git command option '--signoff'. This ensures that the committer has the rights to submit the changes under the project's license and agrees to the Developer Certificate of Origin.

License

GNU Lesser General Public License v3.0

Maintenance

Where possible, an upkeep comment has been added to various parts of the source code. These are known areas that will require updates over time to reduce software rot. The upkeep comment follows this pattern to make it easier for commands like grep to find these comments.

Example UPKEEP comment has at least a 'due:' or 'label:' or 'interval:' value surrounded by double quotes (").

Example-> # UPKEEP due: "2022-12-14" label: "an example upkeep label" interval: "+4 months"

Show only past due UPKEEP comments.

make upkeep

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

piecemaker-0.4.8.tar.gz (43.2 kB view details)

Uploaded Source

Built Distribution

piecemaker-0.4.8-py3-none-any.whl (56.6 kB view details)

Uploaded Python 3

File details

Details for the file piecemaker-0.4.8.tar.gz.

File metadata

  • Download URL: piecemaker-0.4.8.tar.gz
  • Upload date:
  • Size: 43.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for piecemaker-0.4.8.tar.gz
Algorithm Hash digest
SHA256 0bc547a3296809396c2959e64bd6a30950f49a19bfb94dcf43f276e24f5404d0
MD5 95339504d8e24ed6235ea3119d89de3b
BLAKE2b-256 51f3578a42b8dbd28dafc8db7d20d47f20cbebfb8e3ac3d1bae72c3fb7fc7f0e

See more details on using hashes here.

File details

Details for the file piecemaker-0.4.8-py3-none-any.whl.

File metadata

  • Download URL: piecemaker-0.4.8-py3-none-any.whl
  • Upload date:
  • Size: 56.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for piecemaker-0.4.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0276b3573904b3465d6c2fca12fcc9e6216c6bb38f6c6e0bcfb066728b0ee4ec
MD5 57dcd1e326c92607eaa90037cce49723
BLAKE2b-256 e8229701afd423f7f669d0cc930d33ced6b2585404c5135ce9231606d9d17511

See more details on using hashes here.

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