Experiments with RLE, color palette selection

This commit is contained in:
2024-11-03 01:14:42 -07:00
parent 90e3a213fb
commit fdb2d23d01
5 changed files with 3291 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[tool.poetry]
name = "color-cell"
version = "0.1.0"
description = ""
authors = ["Chris Mounce <christophermounce@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
jupyter = "^1.1.1"
matplotlib = "^3.9.2"
pillow = "^11.0.0"
numpy = "^2.1.2"
bitarray = "^3.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"