-
Notifications
You must be signed in to change notification settings - Fork 9
Gmic convolve node give error #17
Description
Describe the bug
[01:47:53.538] GMIC_Convolve1: *** Error in ./fx_convolve/ac/_apply_channels/ *** Unknown command or filename 'ac' (did you mean '_ac' ?).
[01:54:34.366] GMIC_Convolve2: *** Error in ./fx_convolve/ac/_apply_channels/ *** Unknown command or filename 'ac' (did you mean '_ac' ?).
[16:29:42.261] GMIC_Convolve2: *** Error in ./fx_convolve/ac/_apply_channels/ *** Unknown command or filename 'ac' (did you mean '_ac' ?).
To Reproduce
Steps to reproduce the behavior:
- go to node graph
- Click on 'Tab'
- Scroll down to 'gmic convolve'
- connect to viewer node and it returns the above error.
Expected behavior
i dont know what to expect. just wanted to do edge detection using the sobel filter
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
i am completely new to this bug reporting. i am trying to contribute to Natron since i love it. i want to do an edge detection on my text using the sobel filter and i get advice from deepseek that i can use the convolve filter. when i connect it it gives that error i just pasted on top. previously other nodes have given me same error from the gmic filters. i am not sure if this is the right way to ask for help. thank you.