mmomtchev / magickwand.js

Full native ImageMagick-7 bindings for Node.js native & WASM - showcase for SWIG Node-API
ISC License
49 stars 6 forks source link

`Magick.Image.formatMagickCaption` is unusable #216

Open jasperchan opened 2 weeks ago

jasperchan commented 2 weeks ago

It doesn't seem to be exported as part of the library.

mmomtchev commented 2 weeks ago

I don't see Magick::Image::formatMagickCaption in the Magick++ C++ API. There is a FormatMagickCaption in MagickCore - the C API. Is this what you mean? The MagickCore C API is only partially wrapped, as its primitives are very difficult to use from a memory-safe language such as JavaScript.