Prathamesh Tagore
Prathamesh Tagore
I am working on this. This might be a trivial question but I would like to confirm whether I am allowed to do small modifications in the code. For example...
Alright, I will check that and submit a PR when I finish.
@mloskot, the format of [test cases](https://github.com/tuttleofx/TuttleOFX/blob/develop/libraries/boostHack/boost/gil/extension/toolbox/aligned.tests.cpp) used by ```TuttleOFX``` is not in alignment with current practices followed by ```Boost Gil```. I was thinking of developing some simple test cases of...
Okay, I will try to do that.
A simple workaround for this problem is [here.](https://github.com/meshtag/gil/blob/6b071c8c959c77dfa6c581491b266aef3aef32f7/include/boost/gil/extension/numeric/kernel.hpp#L246) However, I think this issue can be dealt with in a more reliable/generic manner.
Hi @Sayan-Chaudhuri , I had a look at [this](https://github.com/boostorg/gil/pull/587/checks?check_run_id=2244613275) build which contains the following message > error: toolset gcc initialization: > error: version '8' requested but 'g++-8' not found and...
There are a couple of ways to do this, you can look [here](https://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository) to understand some common ones.
@mloskot , I will have to examine this more clearly for figuring out why this PR builds successfully on some configurations and fails for others. Currently, I am a bit...
Script used for comprehensive testing is [here](https://github.com/meshtag/gil/blob/check_build/test/extension/numeric/convolve_2d.cpp) and folder containing expected, source images for those tests is [here](https://drive.google.com/drive/folders/15uIi1OK_vSkLb8IAdw-00l5EpACPPMDE?usp=sharing).
I will try to resolve merge conflicts and update this PR with latest version of the repository by the end of this weekend (will ping you once these PRs are...