wsyxbcl

Results 10 issues of wsyxbcl

**Short description** When editing RAW file generated by Sony camera, there are duplicated tags in the Exif, which may have nothing to do Rawtherapee. However, Rawtherapee can not remove certain...

type: bug

Using python 3.x on Archlinux, no window pops up when running the scripts. There're same issues under Windows and MacOS environments( #2, #4 ) Changing `time.sleep()` to `plt.pause()` fixes these...

#7 In `k[m/2-1 : m/2+2, n/2-1 : n/2+2] = np.array([[1,1,1],[1,0,1],[1,1,1]])`, 'm/2' and 'n/2' are float in Python 3.x, which can't be received as indices in slice. ``` TypeError: slice indices...

The default behavior of `ignore_nulls` in `concat_str` is incorrectly documented. Not sure which default value is more intuitive, I simply corrected the documentation to avoid breaking changes. Though it differs...

documentation
python

feature request

An issue about the video tagging workflow, in https://jniedballa.github.io/camtrapR/articles/camtrapr2.html you mentioned > BUT, in contrast to images, digiKam cannot write these tags directly into the video metadata. Digikam used to...

I'm not sure whether this is a bug or just a misuse on my part, but I’d appreciate any guidance. Relevant issue (and more detailed description) at https://bugs.kde.org/show_bug.cgi?id=504135 In short,...