imagemagick
imagemagick copied to clipboard
Use foreing import capi in bindings
foreing import ccall does not catch interface changes, so it's possible to either generate functions for symbols that are missing (found at link time), or, even worse, pass wrong arguments to functions.
See #41 .