This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/server
Eva 64c5eec3d2 server/images: resize images in rgb, explicitly use bicubic
Indexed color PNGs would use their palette during scaling, leading to
very ugly dithering.
Convert to RGB32/RGB24, depending on if we intend to keep transparency.
For RGB24 this sets background color from the palette if there was one,
black otherwise although that may be undesirable.
Will have to find a way to fall back to a nicer color, or always use
the same color that we configure ourselves.
2024-03-21 21:58:35 +01:00
..
szurubooru server/images: resize images in rgb, explicitly use bicubic 2024-03-21 21:58:35 +01:00
.dockerignore client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
.flake8 client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
alembic.ini PR fixes 2020-06-02 17:43:18 -07:00
config.yaml.dist client: add bulk delete feature (#459) 2023-01-19 18:44:31 +01:00
dev-requirements.txt server/tests: use postgresql test database 2020-03-06 18:15:25 -05:00
docker-start.sh Make waitress thread count configurable. 2022-02-14 17:33:23 -05:00
Dockerfile server: fix build error due to broken pip requirements 2022-03-31 18:43:37 -04:00
pyproject.toml client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
requirements.txt server: fix build error due to broken pip requirements 2022-03-31 18:43:37 -04:00
szuru-admin server/szuru-admin: Add thumbnail regeneration script 2022-03-30 23:04:16 -04:00