-
Notifications
You must be signed in to change notification settings - Fork 101
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
Image#morphology and Image#morphology_channel #40
base: master
Are you sure you want to change the base?
Conversation
Thanks for doing this. I will merge it once I have gone over it and build some tests for it. Moncef -----Original Message----- Implementation of Image#morphology and Image#morphology_channel methods, also implemented KernelInfo class used by morphology and bitwise or for enums. You can merge this Pull Request by running: git pull https://github.com/naquad/rmagick master Or you can view, comment on it, or merge it online at: -- Commit Summary --
-- File Changes -- M ext/RMagick/rmagick.h (22) -- Patch Links -- https://github.com/rmagick/rmagick/pull/40.patch Reply to this email directly or view it on GitHub: |
Ok. Please notify me in case some code needs rewrite / modification. |
Ok. -----Original Message----- Ok. Please notify me in case some code needs rewrite / modification. Reply to this email directly or view it on GitHub: |
Any update on this? Morphology functionality would be greatly appreciated. |
@rmagick Can this be merged? EDIT: Oh, I see. Needs tests. |
Implementation of Image#morphology and Image#morphology_channel methods, also implemented KernelInfo class used by morphology and bitwise or for enums.