qnikst/imagemagick

Implement bindings for import.c methods

dmalikov opened this issue · 1 comments

As a imagemagick bindings user I wanna be able to use methods from import module.

I suppose it was http://imagemagick.sourceforge.net/http/www/import.html ?

import.c uses MagickCommandGenesis passing ImportImageCommand

It does not look like a good API but the only exported as far as I can see.
Will "dumb" porting to Haskell suffice your needs or you see some "haskellish" way to provide this functionality?