Christoph Raitzig
                                            Christoph Raitzig
                                        
                                    Usually CONTRIBUTING.md contains information about a project and not using Git or GitHub in general. Since not only developers should contribute I believe that is very useful to have some...
I didn't know that any S3-compliant provider works, that's good to know! Unfortunately the cloud provider we are using does not support S3.
Yes, wrote a plugin already: https://github.com/Talinx/velero-plugin-for-webdav/
[Hetzner](https://www.hetzner.com/) with [Storage Box](https://www.hetzner.com/storage/storage-box/) as WebDAV server. The cluster is setup with this: https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner (This setup uses SELinux and requires a SELinux policy for FSB backups to work. For this...
Would you be able to share an image where this happens for debugging? I was not able to reproduce this issue with my smartphone. Different software on different smartphones might...
jp2a uses [libjpeg](https://ijg.org/). However most people will have the optimized version [libjpeg-turbo](https://libjpeg-turbo.org/) installed.
I don't think that this problem can occur here. According to the [libjpeg-turbo docs](https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/libjpeg.txt#L751-L759) `jpeg_read_scanlines()` is guaranteed to read at least one scanline unless a suspending data source is used...
Added [support for Exif orientation](https://github.com/Talinx/jp2a/commit/6384d9669678d148cdfb747933858411787d85b3) using [libexif](https://libexif.github.io/), new release coming soon (or build from the [develop branch](https://github.com/Talinx/jp2a/tree/develop) right now).
- Which version of jp2a are you using? (`jp2a --version`) - What terminal are you using? What is the environment variable `COLORTERM` set to? (`echo $COLORTERM`)
This has now been fixed: https://github.com/Talinx/jp2a/commit/a63bdfa317d6c4c0fdd0aff93de60c547712fd72 The weights system is now a lot better. Negative values are rejected and the values do not have to sum up to one because...