qis
qis copied to clipboard
Dynamic image server for web and print
Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.1.0 to 3.4.0. Release notes Sourced from python-ldap's releases. 3.4.0 This release requires Python 3.6 or above, and is tested with Python 3.6 to 3.10. Python 2...
Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.1.0 to 3.4.0. Release notes Sourced from python-ldap's releases. 3.4.0 This release requires Python 3.6 or above, and is tested with Python 3.6 to 3.10. Python 2...
Hi, in our project we use QIS as our image server, which the users upload images via REST from our React SPA. Currently the app authenticates via a single user...
At present the Docker files and docker-compose script don't make it easy to install TLS certs or to override the QIS settings. We're also using an env var for the...
We could easily have contrast adjustment using `convert testimage.jpg -level 0%,75% lighttestimage.jpg` `convert testimage.jpg -level 25%,100% darktestimage.jpg` See [http://www.imagemagick.org/Usage/color_mods/#level](http://www.imagemagick.org/Usage/color_mods/#level) for more details.
With the mask it is possible to make an image into a circle (have a white mask with a transparent circle in the middle and overlay it over the image)...
Commit 624a468c4ff01d3b18928d87be5a905f5348f553 added a limiter to [itsdangerous](https://pypi.org/project/itsdangerous/) of being less than v1. This is being upgraded continuously. Has a recent upgrade fixed the issue so that it can be used...
It would be great if we can spin up a demo environment with this: https://medium.com/@patternrecognizer/how-to-add-a-try-in-play-with-docker-button-to-your-github-project-41cb65721e94 Needs testing to see whether it is possible to run a web service within it...