Replies: 1 comment
-
Thanks for the bug report. You may also need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to use the TopHat Morphology operation on two folders of images, and everything runs without the
custom("morphology")
, however when I add that line, I get this error:Specifically, I'm trying to use this command:
magick man.gif -morphology TopHat Disk tophat_man.gif
(Documentation)
Does anyone have any ideas what I could try next? This is a pretty simple project but I wanted to take the opportunity to learn some Elixir.
Any tips for debugging this would be appreciated too, since I haven't quite figured out many methods for that yet.
Code:
Beta Was this translation helpful? Give feedback.
All reactions