Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade scikit-image, numexpr, numpy #74

Open
derdualist opened this issue Nov 7, 2024 · 0 comments
Open

Upgrade scikit-image, numexpr, numpy #74

derdualist opened this issue Nov 7, 2024 · 0 comments
Assignees

Comments

@derdualist
Copy link
Member

At the moment we do not use the latest versions of scikit-image and numexpr, because the padding logic does not work with the numpy dependency version of scikit-image.

We need to upgrade scikit-image and refactor the padding logic. np.pad can probably not be used anymore for that.
Idea for the new logic: create a red frame of type numpy.ndarray and insert the actual image into that frame as a new image.

https://stackoverflow.com/questions/53931455/how-to-merge-a-transparent-png-image-with-another-image-using-scikit-image

@derdualist derdualist self-assigned this Dec 17, 2024
derdualist added a commit that referenced this issue Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant