Marco Schuster
Marco Schuster
@NguyenTungs Use ffmpeg to concatenate the video files afterwards, it's impossible to do so in the browser.
This bug nearly made me throw my machine out of the window (especially: this is not fucking documented ANYWHERE)! Let me write up a PR.
@axemclion see #57 . @whodies next time, just fork the repository, clone your forked repository, commit and push your fix. Then create a pull request by going on your forked...
I filed a ticket upstream at QEMU: https://gitlab.com/qemu-project/qemu/-/issues/2295
I'm hitting this as well - MacBook Air M2 2022, macOS 13.4.1 (22F82): ``` :info:build [100%] Linking CXX executable zig2 :info:build /opt/local/bin/cmake -E cmake_link_script CMakeFiles/zig2.dir/link.txt --verbose=ON :info:build /opt/local/bin/clang++-mp-15 -pipe -Os...
I rewrote the converter function, it now supports 8-bit grayscale and 8-bit RGB without corrupting the stride of the `PIX` data or the color data in the case of non-aligned...
I also seriously question the usability of `LeptonicaFrameConverter::isEqual` - it doesn't compare the actual image data just the metadata, and on `LITTLE_ENDIAN` platforms it doesn't even compare the pointer address.
@saudet sure, can do - I'd take the liberty and introduce unit tests for the test harness. Are you fine with junit5?
For those who come here in the future, looking for a way to deconstruct a MatVector... no need for messing around with Indexers. ```java MatVector contours=new MatVector(); findContours(edges, contours, new...
This is likely due to $.browser being removed in jquery 1.9. http://api.jquery.com/jquery.browser/