]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Entirely removes the optipng, updates ghostscript fall back to also use WebP. Update...
authorTrenton Holmes <holmes.trenton@gmail.com>
Sat, 11 Jun 2022 15:38:49 +0000 (08:38 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Sat, 11 Jun 2022 15:38:49 +0000 (08:38 -0700)
commite8868d7ebf144fc32612dd751a16e57c4d9d3f57
treee07f03b2c84a7cae708e7c2d8c668830e3d4ef7a
parent7d9a9033f93cd5f6c73dce9c9a723af8f610472a
Entirely removes the optipng, updates ghostscript fall back to also use WebP.  Updates the conversion to use a multiprocessing pool
17 files changed:
.github/workflows/reusable-ci-backend.yml
Dockerfile
docs/configuration.rst
docs/setup.rst
paperless.conf.example
src/documents/consumer.py
src/documents/management/commands/convert_thumbnails.py
src/documents/management/commands/document_archiver.py
src/documents/management/commands/document_thumbnails.py
src/documents/models.py
src/documents/parsers.py
src/documents/tests/test_consumer.py
src/documents/tests/test_management_convert_thumbnail.py
src/documents/tests/test_parsers.py
src/paperless/checks.py
src/paperless/settings.py
src/paperless/tests/test_checks.py