Skip to main content

Build Status Version Downloads License (MIT) Supported Python versions

Tilequant is a utility to reduce the colors in an image (quantizing). The current version is based on Tilequant by Aikku93 (the same name is coincidental)).

It does so by limiting each tile (by default an area of 8x8 pixels) of the image to a subset of colors (a palette). The whole image has one big palette that consists of those smaller palettes.

This tool is a standalone part of SkyTemple, the ROM editor for Pokémon Mystery Dungeon Explorers of Sky. By default it produces images that can be used by SkyTemple. However the images are probably also useful for use with other games that have similar restrictions for backgrounds.

Make sure the input image is a RGB image without an alpha channel. The image library used has some problems with converting other image types to RGB in some cases.

The output is an image with a palettes as shown in the example.

https://github.com/SkyTemple/tilequant/raw/master/examples/export_example2.png

(This example is based on an old legacy version).

This tool is not affiliated with Nintendo, Spike Chunsoft or any of the parties involved in creating Pokémon Mystery Dungeon Explorers of Sky. This is a fan-project.

Installation

Python 3 is required.

Via pip3:

pip3 install -U tilequant

Usage

Usage: tilequant [OPTIONS] INPUT_IMAGE OUTPUT_IMAGE

  Converts any image into a indexed image containing a number of smaller
  sub-palettes (--num-palettes), each with a fixed color length (--colors-
  per-palette). The conversion will assign each tile in the image one of
  these sub-palettes to use (single-palette-per-tile constraint).

  INPUT_IMAGE is the path of the image to convert and OUTPUT_IMAGE is where
  to save the converted image. All image types supported by PIL (the Python
  image library) can be used. :return:

Options:
  -n, --num-palettes INTEGER      [Default: 16] Number of palettes in the
                                  output.
  -c, --colors-per-palette INTEGER
                                  [Default: 16] Number of colors per palette.
                                  If transparency is enabled, the first color
                                  in each palette is reserved for it.
  -t, --transparent-color TEXT    A single color value (hex style, eg. 12ab56)
                                  that should be treated as transparent, when
                                  doingthe conversion with transparency
                                  enabled.
  -v, --loglevel [DEBUG|INFO|WARNING|ERROR|FATAL|CRITICAL]
                                  [Default: INFO] Log level.
  --help                          Show this message and exit.

Examples

For the new version no examples exist yet. However to get a general idea, you can view the examples of the old version in “examples”.

Transparency

The actual amount of colors per palette is one lower than specified and a “transparency color” is added at index 0 of all palettes. If transparent-color is specified, the image is scanned for pixels with this color first and in the end, those pixels will be assigned their local “transparent color” index.

Legacy version

Originally (before integrating the new and much better newer version based on Tilequant by Aikku93) there was a pretty bad pure-Python based version of this tool. It is no longer available in current versions of this lib, to access it see versions prior to 1.x.

The only thing left over from the legacy implementation is Tilequant.simple_convert (only accessible via API) which allows trying to convert images without running any sort of quantization on them, failing if not possible.

Special Thanks

  • Aikku93

  • Nerketur

  • AntyMew

  • psy_commando

Download files

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

Source Distribution

tilequant-1.2.1.tar.gz (45.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

tilequant-1.2.1-cp314-cp314t-win_amd64.whl (50.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

tilequant-1.2.1-cp314-cp314t-win32.whl (47.7 kB view details)

Uploaded CPython 3.14tWindows x86

tilequant-1.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

tilequant-1.2.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

tilequant-1.2.1-cp314-cp314t-macosx_11_0_arm64.whl (45.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

tilequant-1.2.1-cp314-cp314-win_amd64.whl (50.4 kB view details)

Uploaded CPython 3.14Windows x86-64

tilequant-1.2.1-cp314-cp314-win32.whl (47.7 kB view details)

Uploaded CPython 3.14Windows x86

tilequant-1.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

tilequant-1.2.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

tilequant-1.2.1-cp314-cp314-macosx_11_0_arm64.whl (45.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tilequant-1.2.1-cp313-cp313-win_amd64.whl (49.8 kB view details)

Uploaded CPython 3.13Windows x86-64

tilequant-1.2.1-cp313-cp313-win32.whl (47.2 kB view details)

Uploaded CPython 3.13Windows x86

tilequant-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

tilequant-1.2.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

tilequant-1.2.1-cp313-cp313-macosx_11_0_arm64.whl (45.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tilequant-1.2.1-cp312-cp312-win_amd64.whl (49.8 kB view details)

Uploaded CPython 3.12Windows x86-64

tilequant-1.2.1-cp312-cp312-win32.whl (47.2 kB view details)

Uploaded CPython 3.12Windows x86

tilequant-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

tilequant-1.2.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

tilequant-1.2.1-cp312-cp312-macosx_11_0_arm64.whl (45.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tilequant-1.2.1-cp311-cp311-win_amd64.whl (49.8 kB view details)

Uploaded CPython 3.11Windows x86-64

tilequant-1.2.1-cp311-cp311-win32.whl (47.2 kB view details)

Uploaded CPython 3.11Windows x86

tilequant-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (75.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

tilequant-1.2.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

tilequant-1.2.1-cp311-cp311-macosx_11_0_arm64.whl (45.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tilequant-1.2.1-cp310-cp310-win_amd64.whl (49.8 kB view details)

Uploaded CPython 3.10Windows x86-64

tilequant-1.2.1-cp310-cp310-win32.whl (47.2 kB view details)

Uploaded CPython 3.10Windows x86

tilequant-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (75.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

tilequant-1.2.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

tilequant-1.2.1-cp310-cp310-macosx_11_0_arm64.whl (45.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file tilequant-1.2.1.tar.gz.

File metadata

  • Download URL: tilequant-1.2.1.tar.gz
  • Upload date:
  • Size: 45.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1.tar.gz
Algorithm Hash digest
SHA256 9f45b399f5b8e5c1156de428ab49d08eda822c5d5d48530e53c3e9a9b8fc6c88
MD5 038fe8d8d80f5151db401a03b151b4ef
BLAKE2b-256 f45582135b70e2323746f64d8c22f4eb939db7a7a4700a102decfea4f2802b84

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 50.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fa320642d37f92d1f80b35071c2bcd96b108525e213455914b74b7caf2ce47c8
MD5 9f0c219ad72b117767a8ac602b8f7d25
BLAKE2b-256 67dee9092c071d1c2d34b73c89cf02f251c556ce6b6de6b04b71e5e6c159e224

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 47.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3f4ec1e75c90605a4e79782d91dc22b8338f84a2035a2a88870dd8b87f345212
MD5 8ff4e45451c18a7e729acd8909c36e81
BLAKE2b-256 68d4b9f6ee88fc4dd5d87755faea14c4c9ee6562d6f1dd770fc0bde60ca05ae6

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38ab134d5f5a5afa72983f62a723ce5c0fd66f49f6e54bac0c1f8f26de3ce84c
MD5 1e6d634fe7fbc69671723874e6481773
BLAKE2b-256 625ee4036ea3c7c719fe57d4411d9861f8273782072b55647335effcc2711dc5

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 690ce35d1cd79f51b2a8daacf5248d01c51533075df5417f6c64d58deed80c68
MD5 090bf2695c39d01037cb2c87adce3994
BLAKE2b-256 8fa12bf526ba2210cf7f3921354389627d59fb0ccbf1d38aede2be9ba449af24

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 636b10a4cf1dc482996c3f27948b95fb6f2cf3ca41f05df6ac435d3d839f842e
MD5 65c9aba95aadc222b6f28f3bd4f3a306
BLAKE2b-256 8a72ddb3dfafba252cbec196e88b5b69a18e8a2fff0a531ebbf094719726e4ff

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 50.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 376150a9aa9bf9cf834177eca46b2a3312681c1cc8e8b16d127568c841b45dd7
MD5 5b7ef0c02a9080e316e26b055bfcd62f
BLAKE2b-256 f33392a2dc6b1b577686c2fc45d1924abcee42ac41d973b91de31e5c58a551ba

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 47.7 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 90b0b8d4deefae6151cfb38465711b1ce0907e7d772d6fb001ca74649d02107d
MD5 48b729b19effd639489bfd281e6b1714
BLAKE2b-256 3c79152005e7cedd9959c277b38256b03ddab77f4991f9e7f24c02187ed86234

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a12f53d10766ed1f4bb2c304b512820b3d3ec81eb2cdb49e5e324ecab3a9c1ab
MD5 ee3eeb8becf8d3b33da6a04a441b59c4
BLAKE2b-256 4f0d19be0f5e559cdbe71a664e5d490c4f2b56a794ce2dc60bcd9ac2857f63d0

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 90a48e7c8f059aba94af3c5cac5fd7335e6ef4dd029d56c7e650341fe4ddfc0a
MD5 a2489ca50a89f8076073c20d30f0f68a
BLAKE2b-256 4f8e38e62afae0613e8b02cd9c6690c051219680bfaf5ce6c9be86a197b6470f

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c623f45a7af0fc703fe6a4f2c5aaa643a2cbeb0877a09101ffeefe406822a630
MD5 36e84935d8ce253def94f69988d1f1fb
BLAKE2b-256 14399de591958ab3da44bbc27410b34d91dd43f4b8f87aa42ca618dbd45341a6

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 57d3dfaff8d1b6368c790f255e2740636d58882fd54846031a74520f44b1f5df
MD5 43756b54249ba78481ba82590c42fb38
BLAKE2b-256 77a5e17d170f382248cbaba2f6c37b64ef95ed6b1983a15704640e2182bc2917

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 681e5d7c4512288d10c7d4823c6c53f5213548300bd25a01f7361e2710dbc09b
MD5 b7b636ab6aad2fc7b7a2b308510b282c
BLAKE2b-256 7501fc7d32f9e8cd8798aa41dab7b519f71e6c1944d2ad871dba274b2c2e8ec3

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 199270f101ac5d139ce052765c248f10965fa9a32fd79ec824a281ae865b5a12
MD5 253439eda0828c4cdf6f9ee2afc493c6
BLAKE2b-256 f9c2d20b2059367e65ca0a7ceeb5d4eff8491adf9ad9f147c0e81a33e070be6d

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 da19d65c71d9d84b80bff00b6c9bdaab04b13bfc6648e2d7a50f7b4ff38cbc0f
MD5 e648373a63f21b5eba433fdcbecea8e9
BLAKE2b-256 dedd1746f32a3273f41fe238a3be4b87caa0e10c955bd989b053b5200f88f857

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1f8c1ade531ea92676576f531bd132fde57465dd74a5b41cffadfd7ab6056df
MD5 2157676c7dbb0a7ff8f08b3febd57fcf
BLAKE2b-256 093ad5eac80a43476f695a95892667123a0c1ae1169c950cfbe9bd09eefb337e

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1ef5f657d09e90f859084637aced2ef949127a1bc3a778186f48366cc50fb6a0
MD5 a9da7f03040df764e283303e568a9b72
BLAKE2b-256 23b889c12517f6b93545232b8cecab08cb5ac4feea7f295c27d491d0df318cd1

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2214f8d0bed3aab72d880beba132817b70c45da9a9f1f38508b3a0f623972efa
MD5 b4eca48d2937343786a81350968d0844
BLAKE2b-256 3e4d499e21f35ce4c0121c17d5571e42bc49e3bb1ea0e91aa774601538f4760f

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9de8611c42fe36073fb2e5796f941a13f9ccdb86f9eb5353bcd841e253ff14ac
MD5 1b88af853b9e26ba1707355df8def05f
BLAKE2b-256 fbe15bc3ea54037d098ff6a535f349dd3e2f39c108f8c3e3851a37cc00cb6862

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9608147839b5260f80fb06a7a813c27574e318e96c5aae8bb3bb8044343bf85e
MD5 031f0ee23075e4599f6b256dd1f4ab4e
BLAKE2b-256 7597e2b9966e9fbdd7fb8025cc9b0617fa40fcd24e41305c615bcdeba562b7f3

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8db81bd712be1cef500f4fccd7f1a0f08f1b8c63734624c0bef0489094c8f85c
MD5 92a54a52b25b6646f712c40ce8b8af17
BLAKE2b-256 1fa9f02f657ab4a0cd90fd65265e03159cd10a20997439961c6c9835693f93e8

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c182e9b3252184b18df8c89c249530b508beac86395e94aa30dbbf5a1d03957b
MD5 49f40b37ca29ddf5d7e4fc923bf0bbf4
BLAKE2b-256 a0db082e5b7093c27d4958b679847d66feeaa77123e813dd87523f21553d0b8b

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 07ef7897df9490a6beda5ab71efa4ef21b723dd3f194682c756f7089bd645764
MD5 06bc408bbb0ed41ce8d7b8cceebb172e
BLAKE2b-256 f84970af5730bf12b2eec9afac028b85ccd3ae4c9c6b52b8366318283be6de49

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74b916c88d146cc1e7910d2d3e686f2bc0031f89cc2f9d07de5bcfdd2e70a225
MD5 f5abdbc9ec6f81d7438f3e25b287b5aa
BLAKE2b-256 6d3bdf886e7afd041a3aff83811bcc5f89bf80dbec3a44fb98ca58345fd116b7

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ba912a1dba5adfd4cc0699a237a5044f8f13085f7dcb6bbfcd6355db4ed99d44
MD5 d383c19732fb62c6e971f700aaf8c42b
BLAKE2b-256 dbc41d2c004711b2df2c1c00f06193b2410d1b2ae086052a460ad0f3e25ae1ff

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5718c4d544d39d6cb4eca841cf37b88b2a5f0a6feb806e86bec35683a4035631
MD5 9cecb6d06661642ebaf7ca62b8f6335d
BLAKE2b-256 6e1288d1ac88358d8e2a1dc055de565e4eeb975377b15551fb27fe3f16806b78

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03712565dfa912e45f64113e442b477d0aef16052cc06eabed9875d4736f5fc0
MD5 cc4445e7dcdf9b7fd271c205f267d97f
BLAKE2b-256 27c267c7f3d7fd64a8a838ce798512554897f4e8c315b2ac2b5baa72b1fe9468

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: tilequant-1.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for tilequant-1.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 33521b0806d9b32e7b0ffc9d6ed5b64bff39a79b5223e341f6ce257098a4b474
MD5 bdb5b2bb985e3b5954d8bf1ade41bb00
BLAKE2b-256 96329765cfdcfb3f39343eca5485cab38931a657cca14dc9194d0d3853af75a7

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60e9c82f963631472817df37673a7ae6f271ba7950bf3855ee18d8aeb8ce5ace
MD5 1395728d0c6cb238c754081424e867a5
BLAKE2b-256 4fff94be01fa7bf48bee666d6b74d418944552853a299a5611a8919b516a0ebf

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f5d96bf01ca302e5ad580d276e27a23f9a19c2049d9e0d4577dc6f2b919b59c8
MD5 0131a642993651b6c811582c1f52caf2
BLAKE2b-256 9595c8ef09681dfe15865759adbccd3736aca5757131a920462a0bde5e1c4f04

See more details on using hashes here.

File details

Details for the file tilequant-1.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tilequant-1.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57f2e607c7051c1dcea85192ee7fda933def2a175b1da013c8afa08f5fa129a6
MD5 f46a73ba63183b1d0e1c241cef90b6c5
BLAKE2b-256 5883df4b8d87ad64132b516e1caca15b81231915dd9f97f7853b9c3edb3bc1ec

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.2.1 This release

31 files

1.2.0

29 files

1.1.0

17 files

1.0.0

17 files

0.4.1.post1

22 files

0.4.1.post0

12 files

0.4.1

9 files

0.4.0.post0

20 files

0.4.0

9 files

0.3.0

4 files

0.2.1

4 files

0.2.0

4 files

0.1.1

4 files

0.1.0.post1

4 files

0.1.0

4 files

0.0.1.post1

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page