158 Commits

Author SHA1 Message Date
Chris kerr
16ac8c3edb small readme additions 2025-06-11 17:10:08 -04:00
Chris kerr
bc8dd6b26e remove fix file i used to fix transparancy layers 2025-06-11 16:55:38 -04:00
Chris kerr
4e99832bc4 optimized all PNGs in set 2025-06-11 16:54:55 -04:00
Chris kerr
e700815ab4 renamed and created sym links for weights 2025-06-11 16:35:28 -04:00
Chris kerr
3de8e3ddc4 set6 added, duplicate layers included to simulate a weighting system 2025-06-11 12:42:41 -04:00
e1ven
bd1e2a905c update dockerfile to use pyproject.toml. Commiting to master like a maniac v2.0 2025-05-30 17:30:53 -04:00
E1ven
ae26e994a3
Merge pull request #66 from e1ven/update-build
change to pyproject.toml instead of setup.py
2025-05-30 17:21:31 -04:00
e1ven
fd31b6a358 change to pyproject.toml instead of setup.py 2025-05-30 17:20:48 -04:00
E1ven
47a8420ded
Merge pull request #65 from e1ven/dependabot/pip/pillow-10.3.0
Bump pillow from 9.1.1 to 10.3.0
2025-05-30 16:57:05 -04:00
dependabot[bot]
b4d510c636
Bump pillow from 9.1.1 to 10.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.1 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.1.1...10.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 10.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-30 20:53:04 +00:00
E1ven
c6c65a7d9a
Merge pull request #63 from e1ven/dependabot/pip/tornado-6.5.1
Bump tornado from 6.1 to 6.5.1
2025-05-30 16:51:51 -04:00
dependabot[bot]
7d66b07ad7
Bump tornado from 6.1 to 6.5.1
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.5.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.5.1)

---
updated-dependencies:
- dependency-name: tornado
  dependency-version: 6.5.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-23 18:05:55 +00:00
E1ven
921998db0c
Merge pull request #60 from e1ven/2025-simple-updates
Update Robohash for modern Python, and to re-publish in Pypi
v2.0a
2025-03-15 16:35:01 -04:00
e1ven
0b241447a5 Update Robohash for PyPI republishing
Some users have asked for an updated version in PyPI, so I'm doing some minor cleanup.
No real functionality changes, just modernizing things that would be considered more
standard 10+ years after this code was written.

- Added note about maintenance mode in README
- Cleaned up Python 3 compatibility (removed Python 2 support)
- Added minimal test for image consistency
- Added Docker image + GitHub workflow to build/publish it
- Fixed some minor bugs and improved error handling
- Added better CLI help text

The project is now officially in maintenance mode as noted in the README.
2025-03-15 16:30:01 -04:00
E1ven
5fd27e18d3
Merge pull request #58 from ChrisFDev00/patch-1
Amend cat generator URL in readme
2024-11-06 19:46:59 -05:00
Chris
6018d4b389
Amend cat generator url in readme 2024-11-06 20:32:02 +00:00
Colin Davis
0e7b061ada
Merge pull request #53 from npellegrin/fix-pillow-deprecations
Migrate Image.ANTIALIAS to Image.LANCZOS to support Pillow>=10.0.0
2024-02-07 17:12:38 -05:00
Nicolas Pellegrin
8bf244914c Migrate Image.ANTIALIAS to Image.LANCZOS to support Pillow>=10.0.0 2023-07-09 21:49:07 +02:00
Robohash
cc3fd77d03 clarify 2022-11-04 14:46:02 -04:00
Robohash
9df91231a9 flatten after bgset 2022-11-04 14:31:20 -04:00
Robohash
2a3fc56a09 Fix extension parsing 2022-11-04 14:10:00 -04:00
Robohash
e04794dd87 hash 2022-10-25 13:54:17 -04:00
Username
d60a1c38fc Drop unneeded version restriction 2022-10-24 13:59:22 -04:00
Username
b5ee15f876 Fixes #52 2022-10-21 19:23:54 -04:00
Username
bc7037dfe8 RGBA fix 2022-10-21 00:11:35 -04:00
Username
47220128ba Copy Blank.png from 007 to 006 2022-10-20 23:57:31 -04:00
Username
44c4c503ee cleanup 2022-09-12 22:05:24 -04:00
Colin Davis
3dd2913343 Clarify that the backgrounds were created by Zikri 2020-09-16 16:11:30 -04:00
Colin Davis
d690273550 Merge pull request #42 from mrts/patch-1
Fix #41, UnicodeDecodeError during setup in Windows
2020-05-15 16:42:27 -04:00
Mart Sõmermaa
904934d090 Fix #41, UnicodeDecodeError during setup in Windows 2020-05-15 23:40:59 +03:00
Colin Davis
03ade66998 PNGcrush 1.1 2019-08-28 11:59:06 -04:00
Colin Davis
ac7e730ad5 Merge branch 'master' of github.com:e1ven/Robohash 2019-08-28 11:55:24 -04:00
Colin Davis
694485b5e5 pngcrush 2019-08-28 11:55:12 -04:00
Colin Davis
737fbd3d1f
Merge pull request #34 from Flimm/patch-1
Update example code to work in Python 3
2019-08-28 11:35:25 -04:00
David D Lowe
8ccf84a759
Update example code to work in Python 3 2019-08-21 14:18:38 +01:00
Colin Davis
8dbbf9e699 Move the avatars to the bottom 2019-04-09 18:24:01 -04:00
Colin Davis
4eb33e4d02 Fix set5 2019-04-09 17:37:06 -04:00
Colin Davis
b0b49207bd
Merge pull request #30 from simonfranz/master
added avataaars
2019-04-09 17:17:39 -04:00
Simon
0405a38311 Update Kurt.png
added transparency for "black glasses"
2019-03-04 22:23:15 +01:00
Simon
cf78e584c2 added some more variation to the glasses 2019-03-01 20:10:05 +01:00
Simon
8813c9db53 Removed blank images and added frackles
For not ending up that every person has a beard i've initially added multiple blank images. Because the images should be unique for one hash, multiple blank images would be against this. So I ended up adding frecckles, wrinkle and some minor details
2019-02-27 23:53:37 +01:00
Simon
270520a8ae added avataaars
Added the images from https://avataaars.com/ as single parts as "set5" and updated the docs.
2019-02-27 17:52:25 +01:00
Colin Davis
3653ef25f5
Merge pull request #27 from ofalk/master
Remove non-ascii chars from README.rst
2018-12-03 15:29:49 -05:00
Colin Davis
55cf464fd2
Merge pull request #26 from jedevc/master
Include set4 in package
2018-12-03 15:29:30 -05:00
Colin Davis
bb904862a8
Merge pull request #22 from Uncommon/commandline
Command line script
2018-12-03 15:29:07 -05:00
Colin Davis
697207178c
Merge pull request #28 from ofalk/remove-prints
Remove noisy prints
2018-12-03 15:26:47 -05:00
Oliver Falk
17eaeafb1b
Remove noisy prints 2018-12-03 17:19:54 +01:00
Oliver Falk
62e528ccdb
Remove non-ascii chars 2018-12-03 17:05:55 +01:00
Justin Chadwell
0b3fe353a7
Include set4 in package 2018-11-03 14:46:27 +00:00
David Catmull
803df338de Command line script 2018-01-11 22:27:54 -07:00