We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
subtract allows an Image and a Mask but in the code there is practically nothing common depending the kind of images.
subtract
image-js-typescript/src/compare/subtract.ts
Lines 37 to 40 in 0af6d0a
Should we not just split this method ? One for Image and one for Mask.
Image
Mask
This could be part of the refactor:
#304
Should we in the folder operators split the one for Mask and the one for Image and have helpers if the code is common ?
operators
The text was updated successfully, but these errors were encountered:
No branches or pull requests
subtract
allows an Image and a Mask but in the code there is practically nothing common depending the kind of images.image-js-typescript/src/compare/subtract.ts
Lines 37 to 40 in 0af6d0a
Should we not just split this method ? One for
Image
and one forMask
.This could be part of the refactor:
#304
Should we in the folder
operators
split the one for Mask and the one for Image and have helpers if the code is common ?The text was updated successfully, but these errors were encountered: