Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge all avatar cogs into one. Also includes some in_executor and ↵ | 2021-02-18 | -54/+0 | |
| | | | | max_concurrency code. | |||
* | Actually use 256 colours | 2021-01-09 | -1/+1 | |
| | ||||
* | 8bitify: Use NEAREST to resize avatar. | 2020-09-24 | -1/+1 | |
| | | | | It used to be the default, but it got changed in Pillow 7.0 | |||
* | Deseasonify: rename `seasons` pkg to `exts` | 2020-03-28 | -0/+54 | |
It is believed that this is now a more logical name for the package, as extensions no longer bind to seasons. Internally, packages are still grouped into seasonal sub-packages. There are quite a few, and it makes sense to group them by a common theme that inspired their functionality. |