You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bindings also doesn't compile anymore for me (i'm the original author of this "thing"). It was very "drafty" (from draft) because it was the first time i was trying to do something with C.
I found easier to make a new one from scratch rather than to fix this one: https://github.com/fccm2/mgk-gen
(there is the minimum, something like 10 effects (filters), some draw primitives, and layers (called composite in im)).
there is now also a bindings for graphics-magick, the historical fork of image-magick: https://github.com/fccm2/ocaml-graphicsmagick
i thought at the beginning that the binding don't compile anymore because IM's api changed, but it's probably because my first binding was quite lame.
I also tried to make another one: https://github.com/fccm2/mgk-cmd
that tries to provide an interface similar than a binding, but which is only a "printf-interface" because it produces a command line for the command line tool of IM (and with some minimal compatibility with GM).
The 2 new ffi bindings are probably not better than the first one, but at least it compiles on my computer. (dunno if it will also do on someone else's computer too).
Hey guys. This bindings won't build anymore on Debian Jessie since there is no MagickCore-config in $PATH:
Any ideas how should we fix this?
The text was updated successfully, but these errors were encountered: